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

Problem: missing support for URL scheme (bundleId) #46

Closed
kristianmandrup opened this issue Mar 14, 2016 · 6 comments
Closed

Problem: missing support for URL scheme (bundleId) #46

kristianmandrup opened this issue Mar 14, 2016 · 6 comments

Comments

@kristianmandrup
Copy link

I tried to follow the iOS guide to the point.

add a URL with scheme set to your bundle id

My bundle identifier on the general tab is set to: com.tecla5.chat

I created a URL scheme with com.tecla5.chat for both Identifier and URL scheme but for some reason it expects the reverse, chat.tecla5.com.

If I change the URL scheme to this form, it also errors. What is the deal (correct settings) here? What could I be missing?

When I click the Login button I get this error:

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Your app is missing support for the following URL schemes: chat.tecla5.com'
@kristianmandrup
Copy link
Author

I ended up having to create two URL schemes for my bundle Id

com.tecla5.chat/chat.tecla5.com
com.tecla5.chat/com.tecla5.chat

But now I get a 401 error, Invalid client, OAuth client was not found

screenshot 2016-03-14 13 34 19

@oliversd
Copy link

For the add a URL with scheme set to your bundle id error, try to change de project Bundle identifier on the General Tab of your App (XCode) to the URL of your package com.tecla5.chat

@ravenjam
Copy link

ravenjam commented Nov 21, 2016

@kristianmandrup I met the same problem and the problem for me is that in in your app, when you are doing: GoogleSignin.configure(), make sure you are using the client id. For URL schema, make sure you are using the REVERSE client id. That solves my problem. Hope it helps you.

@Kerumen
Copy link
Collaborator

Kerumen commented Mar 10, 2017

Several solutions were provided. Open a new issue if you still encounter some problems.

@Kerumen Kerumen closed this as completed Mar 10, 2017
@alirafiq40
Copy link

i m facing the similar issue
Your app is missing support for the following URL schemes: com.googleusercontent.apps.599563530316-ilgptrfp7jau1846a1ov18v8tmk2ke7n'

@burkaslarry
Copy link

I also face this issue? anyone knows how to solve this ?

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

6 participants