Code Monkey home page Code Monkey logo

Comments (6)

SebastianRask avatar SebastianRask commented on June 15, 2024 1

from pocket-plays-for-twitch.

SebastianRask avatar SebastianRask commented on June 15, 2024

Hey there,

First of all, thank you for the nice words.

Very weird that SecretKeys.java has been removed. You can use this for development, though you will have to log into a twitch user and Chromecast is not supported:

package com.sebastianrask.bettersubscription.misc;
/**
 * Created by sebastian on 24/07/2017.
    Add Keys
 */
public class SecretKeys {
    public static final String TWITCH_CLIENT_ID = "s9r26uney64y60m9g267600jb6n2lr"; // Development Key
    public static final String CHROME_CAST_APPLICATION_ID = "CC1AD845"; // Dummy key. App host ed by google
    public static final String IN_APP_PURCHASE_BASE64_KEY = ""; 
    public static final String NO_LOG_IN_ACCESS_TOKEN = "";
}

I'll see what i can do about the missing google-services.json file.

from pocket-plays-for-twitch.

alexzorin avatar alexzorin commented on June 15, 2024

Appreciate it! That did the trick.

Regarding google-services.json, I used the google-services_old.json file present in the app/ directory and that seems to have gotten me where I needed to go.

from pocket-plays-for-twitch.

novatorem avatar novatorem commented on June 15, 2024

Can I ask what NO_LOG_IN_ACCESS_TOKEN is supposed to hold? Can I replace it with my own account's or did you get a token from twitch for general access?

When I tried logging in from the simulator, I just got a white screen - so I can't access anything in the sim without being to log in and without the no login access token.

from pocket-plays-for-twitch.

SebastianRask avatar SebastianRask commented on June 15, 2024

from pocket-plays-for-twitch.

novatorem avatar novatorem commented on June 15, 2024

So when you did it yourself you just made a dummy account and that's the account being used when a user isn't logged in?

from pocket-plays-for-twitch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.