Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Your app is missing support for the following URL schemes #9

Open
duykt3 opened this issue Aug 13, 2019 · 1 comment
Open

Your app is missing support for the following URL schemes #9

duykt3 opened this issue Aug 13, 2019 · 1 comment

Comments

@duykt3
Copy link

duykt3 commented Aug 13, 2019

The sample app run:

Console Log :
YouTubeLiveVideo[1166:589247] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Your app is missing support for the following URL schemes: com.googleusercontent.apps.364207405502-sgi5dkompg9aie4is2r5dc1gpmht89h5'

@jhandley
Copy link
Contributor

jhandley commented Nov 1, 2020

In Sample/YouTubeLiveVideo/Info.plist edit the CFBundleURLSchemes. Change the value that starts with "com.googleusercontent.apps." based on your API key. It should be set to the reversed API key. The API key has the format XXXXXXXX.apps.googleusercontent.com and the allowed URL should be com.googleusercontent.apps.XXXXXXXX. In your case it should be the same as the value in the error message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants