简体   繁体   中英

Google Play Services How to retrieve user's saved games from another application

I want to build an android application that would be an "add-on" to another application that uses google play services to save games. Is there any way for my application to access the saved game(s) (with user's permission of course) for this other application?

I guess you may refer with this documentation . To retrieve all saved games for the currently signed-in player, call the load method. Your game can also retrieve a specific saved game through the player's UI selection, as described in Displaying Saved Games . The returned saved game is represented as a Snapshot , which your game can then open to read its content and metadata.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM