cranberrygame / cordova-plugin-game

Other
27 stars 33 forks source link

Android : When called login() => popup "*Unknown error." #14

Closed Aelios closed 8 years ago

Aelios commented 8 years ago
function onDeviceReady() {
  window.game.setUp();
}

$("#googleplay-login").click(function () {
  window.game.login();
});

Cordova 6.0.0

I see loading icon and Google Play Games loading popup Then I get a popup : "*Unknown error."

Is it because it's my Google developer account or it's not an alpha version (but dev one) ?

Aelios commented 8 years ago

It's because of dev version,

With alpha, it's perfect.