iPhone 私有 API 使用

发布于 2024-08-20 08:50:46 字数 199 浏览 5 评论 0原文

我需要获取一些有关私有 API 使用情况的一般信息(例如 Apple80211...):到目前为止,我认为我需要一部越狱的 iPhone 才能使用此 API 运行应用程序。我现在有点困惑,因为看起来我可以在我的 iPhone 上使用它创建和运行应用程序,例如直接从 XCode。这是否只是一个分发问题,这使得越狱手机成为必要,因为我无法通过应用程序商店使用私有 API 分发应用程序?

I need to get some general information on private API usage (e.g. Apple80211...): Up to now I was in the opinion, that I would need a jailbroken iPhone in order to run apps using this APIs. I'm a bit buffled now, because it seems, that I can create and run apps using it on my iPhone, e.g. directly from XCode. Is it just a matter of distribution, which make jailbroken phones necessary, because I cannot distribute apps using private APIs over the app store?

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

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

发布评论

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

评论(3

断桥再见 2024-08-27 08:50:46

这是正确的。当您提交应用程序时,Apple 将能够判断您正在使用私有 API(他们为此使用自动化机制),并且肯定会拒绝您的应用程序。 最近例外

不过,您可以将应用程序发送到越狱设备。

This is correct. Apple will be able to tell that you are using private APIs when you submit your app (they use an automated mechanism for that) and will most definitely reject your app. Recent exception

You can however ship the app to jailbroken devices.

凹づ凸ル 2024-08-27 08:50:46

是的,私有 API 可以工作,但可能会因操作系统更新而中断。正是出于这个原因,苹果将它们保密。我确信其中大部分迟早都会公开——或者至少希望如此。

你的问题不构成犯罪。使用这些 API 并不违法,但如果您决定使用它们,Apple 将拒绝您的应用程序。

Yeah, private APIs will work, but may break with an oS update. Apple keeps them private for this very reason. I'm sure that sooner or later most of these will be publicly available - or at least hope so.

Your question isn't criminal. It's not illegal to use these APIs, but Apple will reject your app if you decide to use them.

亢潮 2024-08-27 08:50:46

私有API不允许在App Store应用程序中使用。 Erica Sadun 在此处为 iPhone SDK 中的每个类创建了文档集。这是针对操作系统 3.1.2 的,但我确信很快就会添加最新的操作系统。

Private APIs are not allowed to be used in App Store apps. Erica Sadun has created a documentation set for every class in the iPhone SDK here. This is for OS 3.1.2, but I'm certain that the latest OSs will be added soon.

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