Advanced Google Play Support

Vote for new features, or make your own requests here.
Post Reply

Google Play Support

Yes, I would like this feature.
5
71%
No, I would not like this feature.
2
29%
 
Total votes: 7

User avatar
Joel
Moodkie Staff
Posts: 4826
Joined: Wed Nov 07, 2012 10:32 pm

Advanced Google Play Support

Post by Joel »

Status

Requested

Complexity

5/10

Description

Allow support for Google Play services. Note that it is possible to integrate with Google Play's APIs using the instructions here.

This will require native plugins for all platforms to allow Google to perform authentication.
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
Renoki
Posts: 10
Joined: Thu Jul 19, 2018 12:36 pm

Re: Google Play Support

Post by Renoki »

Hi there, ETA on this feature? It's really needed!
User avatar
Joel
Moodkie Staff
Posts: 4826
Joined: Wed Nov 07, 2012 10:32 pm

Re: Google Play Support

Post by Joel »

Hi there,

Unfortunately as there's not been much demand for it at present, I can't give an ETA.

However, if you wish to incorporate Easy Save into Google Play yourself, you can save to and from an ES3File, using ES3File.LoadRawBytes to get the data from the ES3File as a byte array, and ES3File.SaveRaw to load data you've downloaded from Google Play into the ES3File. You can also create a new ES3File from bytes using the constructor which accepts a byte array.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
fur
Posts: 9
Joined: Fri Jul 28, 2017 6:12 am

Re: Google Play Support

Post by fur »

We use Prime31's Google Play plugin and sync game save... That's not reli hard, just feed the plugin bytes and I think any developer can integrate it by himself...
User avatar
Joel
Moodkie Staff
Posts: 4826
Joined: Wed Nov 07, 2012 10:32 pm

Re: Google Play Support

Post by Joel »

Thanks for the info, hopefully this will be of use to someone.

For anyone reading this, to get a file as a byte[], you can use the ES3.LoadRawBytes method.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
Post Reply