iOS App Rejected : non-public APIs

后端 未结 5 997
醉话见心
醉话见心 2020-12-13 22:02

The same app has already been approved twice before but after some changes like set the image view and submitting the app again, Apple rejected my app for following errors:<

5条回答
  •  佛祖请我去吃肉
    2020-12-13 22:54

    Run otool on the excutable.

    Go to the build directory:

    AppName/build/AppName.build/Release-iphoneos/AppName.build/Objects-normal/armv6/

    and run

    strings AppName | grep ‘setResult' to know which framework used that particular method.

提交回复
热议问题