All Questions
2 questions
-1
votes
1
answer
1k
views
Invalid application ID Crash in Google Cast SDK
I have a valid app id which I got from Google Cast Developer.
Few Days ago it was working fine, but suddenly it started crashing and throwing
Invalid Application ID: Settings
This is the ...
1
vote
1
answer
4k
views
How to initialize CastContext outside of onCreate method
I would like to only activate the Cast feature due to certain criteria so I don't want any Cast logic in my onCreate. I have a setupCast method that has the following code:
private void setupCast(...