Android/iOS mobile device storage location?

Discussion and help for Easy Save 3
Post Reply
mikemnd
Posts: 11
Joined: Wed Dec 30, 2020 4:11 pm

Android/iOS mobile device storage location?

Post by mikemnd »

I'm doing some test on mobile devices android and iOS.

Using ES3.Location.Cache for runtime saves and on some events or application quit i use ES3.StoreCachedFile(CacheSettings);
Everything is working as expected and my questions is related to uninstalling the game.

I thought that uninstalling the app will delete the save data too, but that doesn't seem to be the case.
So I've set the Es3 path to:

Code: Select all

public const string SavePath = "Saves/IAF_Save.es3";
But couldn't find where in the android file system this file is?
Also how can I be sure to delete all saved data when the app is uninstalled?
mikemnd
Posts: 11
Joined: Wed Dec 30, 2020 4:11 pm

Re: Android/iOS mobile device storage location?

Post by mikemnd »

I've found this topic about the uninstall issue.
https://moodkie.com/forum/viewtopic.php ... tall#p5824

Also I found the files:

Code: Select all

\Phone\Android\data\com.company.game\files\Saves
User avatar
Joel
Moodkie Staff
Posts: 4846
Joined: Wed Nov 07, 2012 10:32 pm

Re: Android/iOS mobile device storage location?

Post by Joel »

Hi there,

The behaviour when uninstalling the game is defined by the operating system, not at our or Unity's end. For more information I recommend getting in touch with Google/Apple (or on their forums) to get confirmation on how their storage folders work.

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