1

iPad 用の AIR アプリを開発していますが、アプリをアンインストールするとドキュメント ディレクトリのデータが消去されることがわかりました。アプリを削除してもこのデータを保持する方法はありますか、またはこの動作は iOS によって規制されています。それについて私ができることは何もありませんか?

ありがとう。

4

2 に答える 2

3

いいえ、できません

iOS 環境から

For security reasons, iOS places each app (including its preferences and data) in a sandbox at install time. A sandbox is a set of fine-grained controls that limit the app’s access to files, preferences, network resources, hardware, and so on. As part of the sandboxing process, the system installs each app in its own sandbox directory, which acts as the home for the app and its data.

したがって、アプリケーションを削除すると、その特定のアプリに関するすべてのコンテンツが削除されます。

于 2013-05-16T18:52:21.697 に答える