cranberrygame / cordova-plugin-game

Other
27 stars 33 forks source link

Possible Error within window.game.onLoginSucceeded #31

Open Andalusio opened 6 years ago

Andalusio commented 6 years ago

After signing in, and attempting to get player details, I think that broke the rest of the JS file for the other plugins. The problem results when I tried "var playerDetail = result;" and related protocols like "var gamerID = '' + playerDetail['playerId'] + '';"