snorkel123 / google-play-game-services-ane

Adobe Air Native Extension for Google Play Game Services
MIT License
19 stars 9 forks source link

Nothing happening #4

Open skatermem opened 10 years ago

skatermem commented 10 years ago

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 and clicking on my leaderboard button i made does not show a leaderboard, What am i doing wrong?

snorkel123 commented 10 years ago

Probably the reason is your Play Games are not correctly configured

skatermem commented 10 years ago

i have these in my application xml file: under manifest additions. The android value is changed to my id. It still doesn't work and i have a game setup in google developers console. manifest android:installLocation="auto" uses-sdk android:minSdkVersion="9" your own additions application your own additions meta-data android:name="com.google.android.gms.games.APP_ID" android:value="\ your_game_services_id" meta-data android:name="com.google.android.gms.version" android:value="4242000" activity android:name="com.google.api.games.SignInActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" activity android:name="com.google.api.games.StubActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" your own additions application manifest

skatermem commented 10 years ago

any ideas?

snorkel123 commented 10 years ago

You possibly miswritten smth in ManifestAdditions. Check through it once more. And post full ManifestAdditions (with brackets)

skatermem commented 10 years ago

githubxml

skatermem commented 10 years ago

alright i went through and i didn't see anything i missed

skatermem commented 10 years ago

any ideas?

snorkel123 commented 10 years ago

@skatermem , I am currently not able to test the library. However, I will be able to give you answer after 1-2 weeks. I am really sorry I cannot help you right now :(

skatermem commented 10 years ago

alright thanks

skatermem commented 10 years ago

any ideas?

skatermem commented 10 years ago

Does this work for anyone?