1

I'm trying to understand the difference between

Google+ Sign-in library:

https://developers.google.com/+/mobile/ios/

and Google Sign-in library:

https://developers.google.com/identity/sign-in/ios/sign-in

what's the difference?

In my app i'm currently using the Google+ library to retrive the user info, but with iOS 9 i have few errors when attempting to call canOpenURL.

As said here: Google Sign-In crashes on iOS 9 attempting to call canOpenURL

I added the reequired LSApplicationQueriesSchemes but doesn't solve the issue.

Seems that the last Google Sign-in library version solve the issue (https://stackoverflow.com/a/31708157/2059307) but i can't understand if I can swap the two libraries.

Community
  • 1
  • 1
Jacopo Penzo
  • 2,168
  • 2
  • 24
  • 29

1 Answers1

1

Well, at the time of this writing, there's a big "This library has been deprecated" warning on the Google+ library documentation page, so I guess my recommendation at this point would be to go with the Google Sign-in one.

Todd Kerpelman
  • 16,875
  • 4
  • 42
  • 40