cranberrygame / cordova-plugin-game

Other
28 stars 33 forks source link

SIGN_IN_REQUIRED(4) #27

Open Psychokiller1888 opened 7 years ago

Psychokiller1888 commented 7 years ago

Hi!

I don't get this plugin to work and the doc seems deprecated. I'm on Construct 2

When my game starts, I get the google play connection, but it fails with the error SIGN_IN_REQUIRED(4)

From Scirra's Google Play plugin it was working, from browser

Yes, my apk is uploaded to google play Yes, the services are enabled (not published, only 1 achievement, but google states it's nough for testing) I export to Cordova without minifying Import into Intel XDK Add the plugin "cordova-plugin-game" and paste my APP ID I did edit config.xml from the www directory to give my APP_ID as well There is nothing to delete from intelxdk.config.additions.xml, the lines conerning the plugins aren't there (plugin configs are depreacted in there since a while) Building is ok, uploading the apk to Google Store works. The alpah does update, I get the update on my phones Yes I'm an alpha tester on the right account

But I get this error.

Please provide clear informations or documentation on how to connect to Google Play, I bought your plugin for that

invias commented 7 years ago

Same story with my app. What I can not explain, is that, while I don't change the files of the app, on some builds it works, on some builds it doesn't. Very unpredictable behavior.

Dipayon3D commented 7 years ago

For recent builds of my game it's not working....I don't get it.... It was working just fine 3 weeks ago.

sajmons commented 6 years ago

It only works in RELEASE mode. DEBUG mode will not work.

Psychokiller1888 commented 6 years ago

Do you guys really think he's answering anything here? Or anywhere? He's got your money, he doesn't care about the rest, you've been warned on the scirra store before purchasing...

Dipayon3D commented 6 years ago

@Psychokiller1888 did you find any other workaround ?

sajmons commented 6 years ago

@Dipayon3D: try compiling your app in release mode using this command.

cordova build --release android

I guess it's Google Play Services limitation that it's only working in release mode.