Detecting Private APIs

2019-09-05 00:13发布

What Apple says about Private APIs. How can a user test his/her application if it contains Private APIs. What are the steps Apple has suggested users to test there apps for Private APIs and other reason for an app could get rejected ?

A link or a tutorial would help.

note: i have used AppScanner but it crashes when i upload the .app file. (So it doesn't work)

1条回答
相关推荐>>
2楼-- · 2019-09-05 00:50

The best way is to use Apple's validate step after you make an archive. Other than that, if it compiles without calls to KVC for Apple APIs, it should be good. On that note, there are many public libraries that successfully use some private APIs that Apple does not reject.

查看更多
登录 后发表回答