Skip to main content
Participant
September 24, 2013
Answered

Encrypted Local Storage iOS (iPad)

  • September 24, 2013
  • 1 reply
  • 796 views

Hi all

I have a general enquiry regarding ELS on the iPAD. When saving data using ELS, would this data remain once the app has been removed from the device?

I have an app which saves username/country etc. This is stored succesfully and when the app is shut down and re-opened (clearing it from the dock to close down) the data remains. Brilliant!.

However when this app is deleted and re-installed, the previous data remains.

My assumption would be that the ELS data is stored within the files for my app, so once deleted it would clear everything. Is this not the case?

Any info/guesses appreciated

Ryan

This topic has been closed for replies.
Correct answer nimitja

Yes, when you uninstall the application, the data remains stored in the ELS. Please see the http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7e31.html page for the reference.

Regards,

Nimit

1 reply

nimitjaCorrect answer
Adobe Employee
September 26, 2013

Yes, when you uninstall the application, the data remains stored in the ELS. Please see the http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7e31.html page for the reference.

Regards,

Nimit

Participant
September 26, 2013

Thanks Nimitja, somehow I've managed to miss that.

I'm assuming Apple have no issues with this when deploying an app to the appstore? I've not seen people having issues...