ios 审核

1,Guideline 2.5.1 - Performance - Software Requirementsios

Your app uses or references the following non-public APIs:

_MGCopyAnswer

The use of non-public APIs is not permitted on the App Store because it can lead to a poor user experience should these APIs change.

Continuing to use or conceal non-public APIs in future submissions of this app may result in the termination of your Apple Developer account,as well as removal of all associated apps from the App Store.

Next Steps

If you are using third-party libraries,please update to the most recent version of those libraries. If you do not have access to the libraries' source,you may be able to search the compiled binary using the "strings" or "otool" command line tools. The "strings" tool can output a list of the methods that the library calls and "otool -ov" will output the Objective-C class structures and their defined methods. These tools can help you narrow down where the problematic code resides. You could also use the "nm" tool to verify if any third-party libraries are calling these APIs.

Resources

If there are no alternatives for providing the functionality your app requires,you can file anenhancement request.


解决方法:

 私有 api检查方法:

MacBook-Pro-2:xxx$ find . | grep -v .svn | grep "\.a" | grep -v "\.app" | xargs grep MGCopyAnswer

MacBook-Pro-2:xxx$ grep -lr "MGCopyAnswer" * | | grep -v .svn | grep -v .md

-bash: syntax error near unexpected token `|'

MacBook-Pro-2:xxx$ grep -lr "MGCopyAnswer" * |grep -v .svn | grep -v .md

^[[Dyintu/Data/Shop/HBStoreInfo+Manger.m

©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

相关阅读更多精彩内容

友情链接更多精彩内容