Skip to content

Google play example how to use alextel69 or freshplanet or overlawled ane for adobe air. as3

Notifications You must be signed in to change notification settings

nitacawo/Google-play-freshplanet-Overlawled-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###Instructions ###freshplanet-Overlawled-examples are deprecated as they don't support android 5 use alextel69 with nightwolftamb fork instead. Added live project example in to the repository alextel69 repository https://github.com/alextel69/google-play-game-services-ane nightwolftamb repository https://github.com/nightwolftamb/google-play-game-services-ane

  • Well first of all run up to date air sdk :)
  • Upload apk with google play services implemented in console. You must use the same certificate.
  • Connect your game with game services(In google developer console>game services>add a new game)
  • Modify your-app.xml file Package name in console must be with air. and be the same as your app id in xml
 <id>TrollBootman</id>
   <android>
       <manifestAdditions><![CDATA[<manifest>
<uses-sdk android:minSdkVersion="9"></uses-sdk>
<application>

   			<!-- GooglePlay Games Services -->
   			<meta-data android:name="com.google.android.gms.games.APP_ID" android:value="\ 84364063738" />
   			<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
   			<activity android:name="com.freshplanet.googleplaygames.SignInActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" />
           </application>	
</manifest>]]></manifestAdditions>
   </android>

========================

========================

if your app shows the google play window but fails to connect or crashes check out the issue which might happen
Goto Game details scroll down to API CONSOLE PROJECT and click your project name

========================

Check if in api & auth>Credentials> package name is the same as in the developer console

========================

it must be the same as in developer console if it is not go back and add game services again but this time use I already use GOOGLE APIS in my game button, find your app and add.Check again if it shows up properly this time.

==========================================

*you don't need to publish game services to test it with your own account.

About

Google play example how to use alextel69 or freshplanet or overlawled ane for adobe air. as3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published