Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我通过创建具有相同 Bundle ID 的新项目来更新当前在 App Store 中的旧应用程序,我的用户会丢失他们存储的数据NSUserDefaults吗?
NSUserDefaults
所有代码都将被复制/粘贴到新项目中;启用 ARC 将是主要更改。
不会,如果您使用相同的捆绑 ID 更新您的应用程序,用户不会丢失数据。是的,将您的应用更改为 ARC 是允许的,并且不会影响用户数据。