Page 1 of 1

Advanced Google Play Support

Posted: Tue Jul 25, 2017 6:55 am
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.

Re: Google Play Support

Posted: Tue Jul 24, 2018 2:18 pm
by Renoki
Hi there, ETA on this feature? It's really needed!

Re: Google Play Support

Posted: Wed Jul 25, 2018 6:54 am
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

Re: Google Play Support

Posted: Thu Jan 10, 2019 12:24 am
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...

Re: Google Play Support

Posted: Thu Jan 10, 2019 6:59 pm
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