NSUserDefaults 保存的数据使其进入应用商店
如果我在调试我的应用程序时在 NSUserDefaults 中保存了一些内容,然后将其提交到商店,这些内容也会存储在其中吗?或者在保存为新发行版时它会被清除吗?
干杯 山姆
If I have some saving in NSUserDefaults whilst debugging my app, and then I submit it to the store, will the stuff be stored on that too? or does it get cleared when saved for a new distribution?
Cheers
Sam
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
代码将在那里,但您保存的内容不会与应用程序打包在一起。
The code will be there, but the things that you saved will not package with the app.