开发者

How do I retain application data when I uninstall my iPhone application?

开发者 https://www.devze.com 2023-04-02 04:59 出处:网络
Is it possible to remove 开发者_运维知识库a my iPhone application without removing my application\'s data?No it is not possible. You can always implement a remote backup service such as Dropbox.

Is it possible to remove 开发者_运维知识库a my iPhone application without removing my application's data?


No it is not possible. You can always implement a remote backup service such as Dropbox.

Once a user taps the x to remove an app from the Springboard, all of the data is removed. Remote backup is your best option.

0

精彩评论

暂无评论...
验证码 换一张
取 消