alankrita sharma
alankrita sharma

Reputation: 55

google plus app does not return back to my iOS app while integration of google plus in iOS app in Xcode

i have followed developer.google.com official documentation "https://developers.google.com/+/mobile/ios/sign-in#before_you_begin" in order to make google plus authentication in ios app but after authentication it does not return back to my app rather it takes me "google.co.in" site after displying "safari can't open the page because of invalid address" dialog box for a second or two. i have read many issues related to it but nothing helped me in my case. also i checked my bundle id and url scheme and both are same in my project info.plist as well as in google plus app settings . i stuck on this problem since many days. so please help me on this. for your knowledge i am using xcode 5.1 and ios 7.

Thanks and waiting for the help.

Upvotes: 2

Views: 1087

Answers (2)

Venu Gopal Tewari
Venu Gopal Tewari

Reputation: 5876

Add bundle identifier to the URL Scheme in info.plist

Upvotes: 1

user4034301
user4034301

Reputation:

Check following possibilities.

1) Use the correct app id,that used to register in Google developer site.(App won't return back after login if this ID is wrong) 2)Check whether you correctly given the URL Scheme in Target-->Info-->Url types.

Upvotes: 2

Related Questions