nraboy / ng-cordova-oauth

AngularJS oauth library for use with Apache Cordova projects
https://www.thepolyglotdeveloper.com
MIT License
456 stars 199 forks source link

Google Auth Not working on iOS #306

Closed nrnaveen closed 7 years ago

nrnaveen commented 7 years ago

image1

davidellolio commented 7 years ago

+1

nraboy commented 7 years ago

Google released a statement back in August that it was removing support for the web view, which hybrid applications depend on:

https://developers.googleblog.com/2016/08/modernizing-oauth-interactions-in-native-apps.html

Google support will be dropped from ng-cordova-oauth. Instead you should use the Apache Cordova plugin for the Google SDKs. It wraps the native Google SDK.

Other providers continue to work correctly.

Best,