EddyVerbruggen / cordova-plugin-googleplus

:heavy_plus_sign: Cordova plugin to login with Google Sign-In on iOS and Android
567 stars 629 forks source link

Google Login for Android, Error Class Not Found #677

Open stefanotauriello opened 4 years ago

stefanotauriello commented 4 years ago

Hello, I'm testing Google Login with Ionic 4 and cordova-plugin-googleplus@8.0.0. The function .login is called but I don't receive errors and response...

This is my config.xml: `

    <variable name="PLAY_SERVICES_VERSION" value="11.8.0" />
</plugin>`

This is the code; this.googlePlus.login({}) .then(res => { .... }) .catch(err => { ..... });

salientnet commented 4 years ago

you don't have to set up the configuration in config.xml and please just use it without any config.