更新应用程序的第二个版本
我的用户默认设置很少,文档文件夹中有很多文件。当我将应用程序的第二个版本提供给 itunes connect 人们时,这两个内容会发生什么。我使用开发人员许可证通过一个小实验验证了它,并且效果很好。
您能否给我一个真实的 iOS 开发人员链接,其中说明这两个文件夹将在更新过程中保留,以及将应用程序的第二个版本提交到 itunes connect 时必须采取的其他预防措施。
I have few settings in userdefaults and lots of files in my documents folder. When i give the 2nd version of the app to itunes connect folks what will happen to these 2 contents. I verified it using a small experiment using developer license and it works fine.
Can you get me a authentic iOS developer link which says that these 2 folders will be retained in updation process and also other precautions which has to be taken care for submission of 2nd version of the app to the itunes connect.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
更新应用程序时将保留用户默认值和文档。我已经多次更新我的应用程序,并且从未丢失文档或设置。
User defaults and documents will be kept when updating an app. I've updated my apps many times and never lost either documents or settings.
嘿,亲眼看到您将保留所有内容的最佳方法是安装旧版本(在模拟器或设备上),使用它一段时间,并自定义一些设置......然后继续安装新版本,有效地模拟升级。手机会查找二进制文件本身和资源中的差异,但保留用户默认值、关联的核心数据存储等不变。
Hey, the best way to see for yourself that you'll keep everything is to install the old version (on either the simulator or the device), play around with it for a while, and customize some settings... then go ahead and install the new version, effectively simulating the upgrade.The phone looks for differences in the binary itself and the resources, but leaves the user defaults, associated Core Data stores, etc intact.