守望者--AIR技术交流

 找回密码
 立即注册

QQ登录

只需一步,快速开始

扫一扫,访问微社区

搜索
热搜: ANE FlasCC 炼金术
查看: 1044|回复: 0
打印 上一主题 下一主题

让用户登录谷歌+上传评分和成就

[复制链接]
  • TA的每日心情
    擦汗
    2018-4-10 15:18
  • 签到天数: 447 天

    [LV.9]以坛为家II

    1742

    主题

    2094

    帖子

    13万

    积分

    超级版主

    Rank: 18Rank: 18Rank: 18Rank: 18Rank: 18

    威望
    562
    贡献
    29
    金币
    52692
    钢镚
    1422

    开源英雄守望者

    跳转到指定楼层
    楼主
    发表于 2015-1-22 10:31:52 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    应用下载
    应用名称: ANE-Google-Play-Game-Services
    支持64位:
    当前版本: 未知
    运行平台: Android 
    开发语言: ActionScript 3 JAVA 
    应用类别: ANE-JAVA
    应用简介: Enable user to log in with Google+ to upload high score and achievements
    Air Native Extension for Google Play Games Services (Android)

    This is an Air native extension for Google Play Games Services SDK on Android. It has been developed by FreshPlanet and is used in the game MoviePop.

    Installation

    The ANE binary (AirGooglePlayGamesService.ane) is located in the bin folder. You should add it to your application project's Build Path and make sure to package it with your app (more information here).

    Usage

    You need to add the following in your AIR manifest, and replace YOUR_APP_ID by the app id of your Google Play Games Services (don't remove the "\ " at the beginning, otherwise it won't work):

    1. <application>
    2.     <!-- GooglePlay Games Services -->
    3.     <meta-data android:name="com.google.android.gms.games.APP_ID" android:value="\ YOUR_APP_ID" />
    4.     <activity android:name="com.freshplanet.googleplaygames.SignInActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" />
    5. </application>
    复制代码
    1. // Initialize
    2. AirGooglePlayGames.getInstance().addEventListener(AirGooglePlayGamesEvent.ON_SIGN_IN_SUCCESS, onSignInSuccess);
    3. AirGooglePlayGames.getInstance().addEventListener(AirGooglePlayGamesEvent.ON_SIGN_OUT_SUCCESS, onSignOutSuccess);
    4. AirGooglePlayGames.getInstance().addEventListener(AirGooglePlayGamesEvent.ON_SIGN_IN_FAIL, onSignInFail);
    5. AirGooglePlayGames.getInstance().startAtLaunch();

    6. // Update Achievement
    7. // with steps
    8. AirGooglePlayGames.getInstance().reportAchievement(achievementId, step);
    9. // without steps
    10. AirGooglePlayGames.getInstance().reportAchievement(achievementId);

    11. // Update HighScore
    12. AirGooglePlayGames.getInstance().reportScore(leaderbordId, value);

    13. // Show Achivements
    14. AirGooglePlayGames.getInstance().showStandardAchievements();
    复制代码
    Build scriptShould you need to edit the extension source code and/or recompile it, you will find an ant build script (build.xml) in the build folder:
    1. cd /path/to/the/ane/build
    2. mv example.build.config build.config
    3. #edit the build.config file to provide your machine-specific paths
    4. ant
    复制代码
    AuthorsThis ANE has been written by [Thibaut Crenn]. It belongs to FreshPlanet Inc. and is distributed under theApache Licence, version 2.0.



    相关链接:
    https://github.com/freshplanet/ANE-Google-Play-Game-Services
    下载

    本帖子中包含更多资源

    您需要 登录 才可以下载或查看,没有帐号?立即注册

    x
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友 微信微信
    收藏收藏 分享分享 支持支持 反对反对 微信
    守望者AIR技术交流社区(www.airmyth.com)
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    
    关闭

    站长推荐上一条 /4 下一条

    QQ|手机版|Archiver|网站地图|小黑屋|守望者 ( 京ICP备14061876号

    GMT+8, 2024-4-19 12:47 , Processed in 0.048204 second(s), 37 queries .

    守望者AIR

    守望者AIR技术交流社区

    本站成立于 2014年12月31日

    快速回复 返回顶部 返回列表