Game Updates and Cloud Saving

Hi guys,

Need help with a few issues for a game i’m making for Google Play store

  1. How will one go about creating game updates for android exports

  2. Any way to do cloud saving?

Any help will be much appreciated.

Thanks :slight_smile:

If it is on Google play store just create a new APK after changing stuff and upload it to the play console, it will handle updates for you. For cloud saving you can use something like firebase or your own server. Sadly the Google play games online saves are not disponible un GDevelop.

arthuro555: Thanks! That really helps :slight_smile: