-
Crossplatform key-value store (string) :
Luxe.IO.string_save/Luxe.IO.string_loadtest -
Path to save to :
Luxe.IO.app_path_prefs.Returns the app specific path to write safely into across all platforms (i.e AppData, Application Support, the iOS documents path and so on). The path is devised from your org/app name combo, i.e
<folder>/com.luxeengine/appname/ .Note : You might need to set
WRITE_EXTERNAL_STORAGEto your Android manifest. -
Save trigger :
Luxe.snow.io.data_saveif you have issues with the haxe file or sys api's on android, try Luxe.snow.io.data_save - this uses the SDL RWops stuff that handles the intricacies (read: madness) of android file handling.
Source : Grabbed from my experiences and direct quotes from sven on the Luxe support gitter chat