google-play-game-services-ane icon indicating copy to clipboard operation
google-play-game-services-ane copied to clipboard

Adobe Air Native Extension for Google Play Game Services

Results 10 google-play-game-services-ane issues
Sort by recently updated
recently updated
newest added

This Ane conflicts when used with some anes admob, no way to fix this?

bug

I have complied my app with this ane. However nothing happens when i start my game, In ddms i get start u0 activity, but the google+ window never shows up...

help wanted

We managed to integrate the ANE. Works fine, until we tap on our Achievements button the second time; i.e. only the first call to Achievements.show() works. All subsequent calls after...

bug

Please I really need some help. I don't know if its the ANE that is broken or if I am doing something wrong. I got everything to work except when...

Is there any function to get some informations about the user ?

i have everything setup right but when i compile my project it throws this error: exception, information=TypeError: Error #1009: Cannot access a property or method of a null object reference....

Hi. I found a bug in your code, but do not know how to compile ANE. Can you please change 21 string in file Leaderboards.java from intent.setAction(StubActivity.ACTION_SHOW_LEADERBOARD_BY_ID_ACTIVITY); to intent.setAction(StubActivity.ACTION_SHOW_LEADERBOARDS_ACTIVITY); and...

bug

Hello, I have started to use this extension, and after some tests I had to made some I think you may be interested : - A fix that allow to...

enhancement

So I have it setup in the beginning like so to start up the sign in process which works fine and signs in without error: ``` Games.initialize(); Games.start(); Games.promptUserToSignInOnStartup(true); Games.beginUserInitiatedSignIn();...