Persistent storage in OpenFL?

Hi,
I’m currently learning HaxeFlixel to convert an existing Adobe AIR project to Haxe. And I’m in need of a kind of persistent saving which is similar with EncryptedLocalStorage in AIR: the data is saved through both app update and uninstall/reinstall.
(SharedObject data is lost when players uninstall the app).
I target both IOS and Android platform. Thank :slight_smile:

Have you tested if the storage is removed on uninstall for SharedObject in OpenFL?

@singmajesty Yes, the SharedObject is deleted when the app is uninstalled on Android.
I tested on my Samsung Galaxy Tab 3, Android 4.1.3 :expressionless:

Is the other AIR API just writing something to the SD card? Where do you think it is putting it?