I'm going to need to update my iPhone app on the app store at somepoint.

I’m using secure storage functions (s3eSecureStoragePut) for save data that creates an appdata.i3d file.

When I update the app I want to preserve the players save data, how can I ensure this done?

link|improve this question
feedback

1 Answer

s3eSecureStorage is a bit misleading, it is not secure and this is a historical name related to the Brew and Symbian platforms. Essentially all this is doing is writing to a file so it will be preserved on app updates assuming you don't write over it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.