开发者

Apple AppStore Reject [closed]

Closed. This question is opinion-based. It is not currently accepting answers.

Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.

开发者_如何学Python

Closed 3 years ago.

Improve this question

Does Apple reject iPhone/iPad Apps because of using Third Prty APIs..


No, Apple never rejects application because of third party APIs. If you use any PRIVATE API of apple, it invariably gets rejected.

Google maps, google analytics, google weather, UAStoreFront, Authorize.net etc. are third parties which provide their own APIs for specfic functionality's and lots and lots of applications are there on the app-store which use these APIs


What do you mean by "third party APIs"? I assume you mean third party libraries, as in classes and code written by someone else which you use in your own app.

No. They don't reject your app because of that. They do if that said 3rd party code uses Apple private APIs or does something else that is against the rules of the app store - but if that's not the case, you should be fine.


Only if those APIs are using private APIs (undocumented method from the iOS SDK). So, Three20 for example is allowed


If you are using private libraries (methods that are undocumented from SDK), they'll reject your app but if you are using third party libraries documented, your app will go live on the app store.


If by third party apis you mean libraries which you compile and statically link into your app then no they don't.

But if you use undocumented IOS APIs then your app will be rejected.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜