app's designed area [duplicate]

南楼画角 提交于 2019-12-24 09:38:53

问题


The Apple guidelines say:

Apps that read or write data outside its designated container area will be rejected

What is their designed container area?


回答1:


Basically, it means that you should not write or read data to/from any other directory other than your own applcations directory.

e.g. you can update the sqlite DB of your another app from your own app unless there is a public API that allows that




回答2:


Each Application is bound by its directory where it is installed. Apple restricts you from accessing the contents of another App through its directory from your App.



来源:https://stackoverflow.com/questions/3812746/apps-designed-area

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!