iPhone 企业分发计划

发布于 2024-08-08 09:46:42 字数 412 浏览 5 评论 0原文

我想实现一个应用程序来备份 iPhone 中存储的所有内部数据,如短信、彩信、视频、音频、文档、通话记录。但这对于苹果迄今为止发布的API文档来说似乎是不可能的......我已经浏览了企业分发程序的PDF和一些与企业分发程序相关的链接,指定了有关远程擦除和内部访问的信息日历、短信、彩信等数据......但他们没有提到如何以编程方式执行此操作。

Apple 是否提供任何特殊权限,例如额外的 API 支持来访问其企业分发计划中的内部数据?

企业分销计划和标准分销计划在发展角度上有什么区别吗?

由于内部分发不需要苹果批准,我们是否应该使用苹果文档中未正式提及的其他方法来访问内部存储的数据..

如果是这样,有人可以指出这样做的方法吗?

任何帮助将不胜感激 等待您的回复

最诚挚的问候, 穆罕默德·萨迪克....

I would like to implement a application which backs up all the internal data like SMS, MMS, videos, audios, documents, call history stored in iPhone. But this seems to be not possible with API docs that the apple has released so far ... I have gone through the PDF of Enterprise distribution program and some of the links related to Enterprise Distribution Program, specifies about the Remote wipe and accessing of internal data like Calendar, SMS, MMS etc .... But they didn't mention how to do it programmatically.

Does Apple provide any special privileges like extra API support to access the internal data in their Enterprise Distribution Program?.

Is there any difference between Enterprise Distribution Program and Standard Distribution Program in the development point of view?

And since in-house distribution does not require Apple approval, shall we use some other method which are not officially mentioned in apple docs, to access the internal stored data ..

If so can anyone point out the way to do it?

Any help would be greatly appreciated
awaiting for your response

Best regards,
Mohammed Sadiq ....

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

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

发布评论

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

评论(2

慕烟庭风 2024-08-15 09:46:42

您不会获得任何“奖励 api”,因为没有 api,只有公共 API 和私人调用。不过,由于您将在内部分发该应用程序,因此您可以使用 sqlite 来访问短信、日历、电话簿数据。我无法确定其他字段,因为我不知道最新沙箱配置文件的确切权限。您绝对可以访问越狱设备上的所有内容,但这可能不是您的最佳解决方案。

You will not get any "bonus api", as there is no api, there's just public one, and private calls. Still, as you will distribute the app on in-house basis, you can use sqlite to get access to sms, calendar, phonebook data. I can't say for sure about other fields, as I don't know the exact permissions of the latest sandbox profile. You definitely can get access to everything on jailbroken device, but that might be not the best solution for you.

只涨不跌 2024-08-15 09:46:42

标准版和企业版的不同之处在于,苹果不规范应用程序,正如您所说,我认为开发方面没有任何差异(除了公司需要的内部服务器访问之外),但分布方面存在差异。您无法以编程方式正式获取该数据,但使用未记录的调用听起来似乎可以工作。

Standard and Enterprise are different in that Apple doesn't regulate the apps, as you said, I don't think there are any differences in development (except for what The company needs like internal server access) but there is the difference in distribution. You can't officially get that data programmatically but using undocumented calls sounds like it could work.

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