Hello
I would like to save some local settings (e.g. username) on the mobile device that are NOT overwritten when the application is updated (and after reboot).
For example when I'm working with Xamarin I can use Properties Dictionary to store data on the device: https://docs.microsoft.com/en-gb/xamarin/xamarin-forms/app-fundamentals/application-class#Properties_Dictionary
What's the best way of doing the same with Appeon Mobile?
Update 16/07/2019:
Today I have tested saving settings in the INI file under Cache directory. This didn't work as all the settings were overwritten after new deployment.
The only idea I have in mind is to use the of_getdeviceid() function and save user settings in the DB if Appeon doesn't have a method to save data on the mobile device permanently?
Regards,
Marcin