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.