如何保存文件使其不被删除——就像Tiny Tower一样

发布于 2024-12-10 10:21:30 字数 216 浏览 0 评论 0原文

我正在寻找一种解决方案来保存我的游戏数据,以便即使用户删除游戏并重新安装它仍然可以。

我尝试 Tiny Tower:我删除了游戏并重新安装。禁用互联网。运行游戏,我的游戏还在。 这意味着Tiny Tower 将游戏数据保存在iPhone 的某个位置。

有谁知道怎么办吗?或者我可以将文件保存在 iPhone 中的哪里,以便即使用户删除了应用程序,该文件也将在那里?

谢谢

I am looking for a solution to save my game data so that even user delete the game and reinstall it will be still fine.

I try Tiny Tower: I deleted the game and reinstall it. Disable internet. Run the game, my game is still there.
It means Tiny Tower save the game data somewhere in the iphone.

Does anyone how to do it? Or where I can save the file in the iphone so that the file will be there even the user deleted the app?

Thanks

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

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

发布评论

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

评论(2

ζ澈沫 2024-12-17 10:21:30

与 iTunes 同步时会保存您的数据。这可能就是您对 Tiny Tower 的测试中发生的情况。您可以将它们存储在 NSUserDefaults 中,或者为了保存游戏,最好将它们存储在文档文件夹中的自定义文件中。两者都将同步保存。但是...如果您从 iPhone 和 iTunes 中删除该应用程序,您将丢失保存的内容。

You datas are saved when syncing with iTunes. That's probably what happend with your test of Tiny Tower. You can store them in NSUserDefaults, or for game saves, it's better in a custom file in your documents folder. Both will be saved with the sync. But... if you delete the app from the iPhone AND from iTunes, you will loose the saves.

雨后咖啡店 2024-12-17 10:21:30

方法是将其存储在该用户的钥匙串中

the way to do it is to store it in the keychain of that user

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