在 iOS 应用程序上保存数据。使用果酱 5.2
我有时需要在应用程序商店更新我的 iPhone 应用程序。
我使用安全存储函数 (s3eSecureStoragePut) 来保存创建 appdata.i3d 文件的数据。
当我更新应用程序时,我想保留玩家保存的数据,如何确保做到这一点?
I'm going to need to update my iPhone app on the app store at some point.
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
s3eSecureStorage 有点误导,它不安全,这是与 Brew 和 Symbian 平台相关的历史名称。本质上,这一切都是写入文件,因此假设您不覆盖它,它将保留在应用程序更新中。
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.