Private API Discovery

What Apple Says About Private APIs How can a user test his application if it contains Private API s. What are the steps that Apple suggested users test Private API apps there and other reasons why the app might be rejected?

Link or tutorial will help.

note: I used AppScanner , but it crashes when loading the .app file. (So ​​this does not work)

0
source share
1 answer

The best way is to use the Apple validation step after creating the archive. Other than that, if it compiles without KVC calls for the Apple API, this should be fine. There are many public libraries in this article that successfully use some private APIs that Apple does not reject.

+5
source

All Articles