klippa-app/nativescript-login

Google Sign-In error 10

ArminMDev opened this issue · 1 comments

Hello,

I have tried this plugin for angular, and I'm having issues with the Google sign in on Android emulator.
I'm getting an error:
Google sign in result: {
"ResultType": 0,
"ErrorCode": 10,
"ErrorMessage": "10: "
}
It works fine on IOS emulator.

So, I have downloaded the your angular example, built and ran it on an Android emulator.

I am still getting the same error message.

Could this be a problem in your plugin or am I just using it wrong?

Hi, I think error code 10 is an issue with the application configuration, since you will need to register which apk sign keys are going to be used with the application, and your sign key isn't added, the demo won't work when you build it yourself.

You can fix this by following the instructions:
https://github.com/klippa-app/nativescript-login#google-sign-in