iOS 应用程序首选项备份

发布于 2024-12-28 02:18:45 字数 142 浏览 1 评论 0原文

我从设备中删除了我的应用程序,并希望在重新安装(花了很长时间)后将相同的信息存储在 NSUserDefaults 中,就像以前一样。

应用程序首选项是否通过 iCloud 和(或)iTunes 进行备份并在重新安装应用程序后恢复?

多谢!

I remove my app from device and want to have the same info stored in NSUserDefaults after reinstall (spent long time) as I have before.

Is application preferences backed up with iCloud and(or) iTunes and restore after reinstall application?

Thanks a lot!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

凉墨 2025-01-04 02:18:45

不,我认为现在仍然无法使用 iCloud 和(或)iTunes 进行偏好设置备份。

No.i think it is not possible to preferences backup with iCloud and(or) iTunes still now.

虐人心 2025-01-04 02:18:45

将您的偏好设置存储在钥匙串中,当您的应用程序被卸载或系统恢复时,它将持续存在。

Store your preferences in Keychain, it'll be persistent when your app is uninstalled or system restore.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文