美文网首页
苹果APP审核被拒

苹果APP审核被拒

作者: 小星星灬 | 来源:发表于2018-08-01 09:02 被阅读22次

    Your app uses the "prefs:root=" non-public URL scheme, which is a private entity. 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.

    用到私有的API方法:

    终端,cd到项目目录下

    然后grep -r prefs .        注意后面有一个点

    这时可以找到被拒地方。

    相关文章

      网友评论

          本文标题:苹果APP审核被拒

          本文链接:https://www.haomeiwen.com/subject/tphlvftx.html