-
Notifications
You must be signed in to change notification settings - Fork 167
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
Problems with confusing URL schemes (iOS) #379
Comments
Figured it out that I had to use the reversed URL scheme in the |
@alexp25 could you please explain a bit more what to do? I get the Client_ID from the Web application and use it for iOS serverClientId: environment.googleClientId, |
@PetroSuch here are the schemes that work for me info.plist: capacitor.config.ts:
|
@alexp25 It helped me, thank you for this example |
I am constantly getting errors trying to configure this plugin on Capacitor iOS platform.
Could you clarify what each of the errors mean in terms of incorrect configuration? What error appears on what configuration (and what configuration is correct?)
It's not clear to me:
Also, having built the app, and running (but authentication not working), when I try to upload on TestFlight, I get this error:
The following URL schemes found in your app are not in the correct format: [xxxxxx-yyyyyyyyyyyyyyyyyy.apps.googleusercontent.com]. URL schemes need to begin with an alphabetic character, and be comprised of alphanumeric characters, the period, the hyphen or the plus sign only. Please see RFC1738 for more detail.
So it's the other way around? But then the app crashes.
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Your app is missing support for the following URL schemes: xxxxxx-yyyyyyyyyyyyyyyyyy.apps.googleusercontent.com'
The text was updated successfully, but these errors were encountered: