ptgamr / cordova-google-play-game

Cordova Plugin For Google Play Game Service
35 stars 64 forks source link

App crushes when calling googleplaygame.auth(); #19

Open gee-whiz opened 8 years ago

gee-whiz commented 8 years ago

Good day all

I'm trying to implement google game play serves to my simple game but my app crushes when I call googleplaygame.auth();. Please help

*ps I'm calling it after onDeviceReady and I've an app id

nitzanwilnai commented 6 years ago

I am having the same issue if I use com.companyname.appname for the app ID, but not if I use the numerical value from the google play service section.

Using the numerical value stops it from crashing, but I cannot get leaderboards to work. :(