Ionic iOS Error - User URI Schemes Not Allowed for Client Type "WEB"

I am using this plugin.

https://github.com/EddyVerbruggen/cordova-plugin-googleplus

The implementation works great for Android. But google login on iOS opens Safari webview and gives 400 invalid_request.

I am using the ios client id and the reverse client id created in the google developer console.

In any case, to debug or know what the problem is?

+6
source share
1 answer

REVERSE_CLIENT_ID. , REVERSE_CLIENT_ID plist, iOS Google. : , , , config.xml. Android , , , config.xml, package.json <appname>-Info.plist platforms/ios, .

0

Source: https://habr.com/ru/post/1015706/


All Articles