How can I know if I'm using private frameworks?

后端 未结 2 1944
眼角桃花
眼角桃花 2021-01-03 08:30

I am developing an app for the App Store. However it is in an early stage, and not ready to be submitted to iTunes Connect (Needs things like screenshots, app icons, support

2条回答
  •  半阙折子戏
    2021-01-03 08:52

    You can use appscanner https://github.com/ChimpStudios/App-Scanner

    From developer description

    App Scanner is a preflight submission check list for iOS developers. It searches code for private API usage. It is not perfect.

    Other ways are listed here How does Apple know you are using private API?

提交回复
热议问题