You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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.
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'
The text was updated successfully, but these errors were encountered: