应用程序的设计区 [英] app's designed area

查看:140
本文介绍了应用程序的设计区的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

苹果的指导方针说:

这是读取或写入其指定的容器区域外的数据应用程序将会被拒绝。

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

什么是自己设计的容器区域?

What is their designed container area?

推荐答案

基本上,这意味着,你不应该写或比你自己applcations目录以外的任何其他目录中读取数据/

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

例如。你可以从你自己的应用程序更新您的另一个应用程序的sqlite的DB,除非有一个公共的API,允许

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

这篇关于应用程序的设计区的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆