Apple and private APIs

后端 未结 7 914
你的背包
你的背包 2021-01-02 11:13

Now that it\'s public knowledge that App Store submissions are being tested for use of private APIs, I need to ask the question... what exactly is a private API so that I ma

7条回答
  •  不知归路
    2021-01-02 12:14

    A great tool to use before you submit your app is App Scanner. It scans your .app file for private API usage and shows you what method signatures match up and what classes those methods are in.

    link --> http://www.chimpstudios.com/appscanner/

提交回复
热议问题