当用户更新应用程序时,共享对象数据会消失吗?
我正在使用 Flash 和 AS3 为 iOS 和 Android 编写应用程序,并使用共享对象保存 XML 数据。现在我突然意识到,当我向应用程序商店提供更新并且用户更新应用程序时,共享对象会保持不变还是会被替换?我非常希望他们保持原样。它是如何工作的?如果出现问题该怎么办?
谢谢
I'm using Flash and AS3 to write an app for iOS and for Android and I'm saving XML-data using shared objects. Now it struck me that when I supply an update to the app store and the user updates the app, will the shared objects remain intact or will they be replaced? I'd very much like them to remain as they were. How does it work and what should be done if it causes a problem?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我终于找到了答案。根据 Saumitra Bhave the Wise 的说法,在这个帖子中 http://www.saumitrabhave.com/2011/11/air-ios-solving-apps-must-follow-ios.html
即使用户更新应用程序后,共享对象仍将保留。这太棒了。
I finally found the answer. According to Saumitra Bhave the Wise, in this thread http://www.saumitrabhave.com/2011/11/air-ios-solving-apps-must-follow-ios.html
the shared objects will remain even after the user updates the app. Which is great.