Does data stored using Shared Object persist across mobile app updates?
Are there any gotchas that I should know before relying on this? Would it be safer to store data using the file system API?
Thanks,
K
Yes. The Shared Object data is only deleted when you delete the app or if you explicitly clear it.
Retrieving data ...