苹果官方原文

版别一:付出型被拒
Guideline 2.3.1 - Performance
We discovered that your app contains hidden features. Attempting to hide features, functionality or content in your app is considered egregious behavior and can lead to removal from the Apple Developer Program.
Specifically, we found that your app includes AliPay (付出寶), Taobao H5 Payments, which provides access to external payment mechanisms and enables the purchase of content, services, or functionality by means other than the in-app purchase API.
If you feel that we have misunderstood how your app functions and that your app is compliant with the[App Store Review Guidelines](https://links.jianshu.com/go?to=https%3A%2F%2Fdeveloper.apple.com%2Fapp-store%2Freview%2Fguidelines%2F), please reply to this message in Resolution Center to explain how this feature works.
The next submission of this app may require a longer review time, and this app will not be eligible for an expedited review until this issue is resolved.
Next Steps
- Review the Performance section of the[App Store Review Guidelines](https://links.jianshu.com/go?to=https%3A%2F%2Fdeveloper.apple.com%2Fapp-store%2Freview%2Fguidelines%2F).
- Ensure your app, as well as any third-party code and SDKs implemented in your app, are compliant with all sections of the[App Store Review Guidelines](https://links.jianshu.com/go?to=https%3A%2F%2Fdeveloper.apple.com%2Fapp-store%2Freview%2Fguidelines%2F)and the[Terms & Conditions](https://links.jianshu.com/go?to=https%3A%2F%2Fdeveloper.apple.com%2Fterms%2F)of the Apple Developer Program.
- Revise or remove the hidden features from your app. Once your app is fully compliant, resubmit your app for review.
Submitting apps designed to mislead or harm customers or evade the review process may result in the termination of your Apple Developer Program account. Review the[Terms & Conditions](https://links.jianshu.com/go?to=https%3A%2F%2Fdeveloper.apple.com%2Fterms%2F)of the Apple Developer Program to learn more about our policies regarding termination.

解题思路:

祝贺这类的iOSer,相较于其他的两个版别。这种被拒是最简略找到问题要害点,以及很明晰的定位到问题的要害。

  • 查看要害词 比方:alipay、wechat、ali、pay等付出相关的字眼,最简略的主意看看你究竟集成了什么新的SDK在你的项目组。做好全面的自我排查,有小伙伴在自查不到要害词后,发现项目中创建一个alipay的文件夹。可是文件夹为空,并且并没有引入到项目组。
  • 查看 URL Schemes 是否存在相关装备项
版别二:下载音视频型被拒
Hello,
Thank you for your resubmission. Upon further review, we identified an additional issue that needs your attention. See below for more information.
If you have any questions, we are here to help. Reply to this message in App Store Connect and let us know.
Guideline 2.3.1 - Performance
We noticed that your app may contain hidden features, functionality, or content.
Specifically, your app allows users to save or download music, video, or other media content without authorization from the relevant third-party sources.
The App Store ecosystem is built on trust and users should never be misled about the apps they download. Attempting to hide features, functionality, or content in your app may lead to removal from the Apple Developer Program.
Next Steps
Review the Performance section of the App Store Review Guidelines.
Ensure your app, as well as any third-party code and SDKs in your app, are compliant with all sections of the App Store Review Guidelines and the Apple Developer Program License Agreement.
Revise or remove any hidden features, functionality, or content in your app.
Once your app is fully compliant, resubmit for review.
If you feel that we have misunderstood how your app functions and that your app is compliant with the App Store Review Guidelines, please reply to this message in App Store Connect to explain how this feature works.
The next submission of this app may require a longer review time. If we misunderstood the intended behavior of your app, please reply to this message in App Store Connect to provide information on how the app is intended to work.
Resources
Learn more about our policies for apps with suspected hidden features in
App Store Review Guideline 2.3.1.
Learn more about our policies regarding removal from the Apple Developer
Program in the Apple Developer Program License Agreement.

解题思路:

这一版被拒优先性要考虑一下,自己是不是真的做了相关功用,或许只要你自己最清楚。特别提醒,不要做无效的辩解,苹果有实锤的依据硬怼只会引来封号到时刻 and 3.2f条款。

  • 查看要害词 比方:save download 这些相似是否存在于项目中,包含注释。该删删避免发生不必要的误会,让苹果机审扫出来。

  • 查看元数据 在App称号、副标题、简介、更新内容的元数据中是否有相关描绘信息。如果有相关的描绘,可是本身没有做下载、保存的任何功用。那应该是误判,优先能够采用申述的方法,向苹果审阅团队表示不公,并对自己身的App功用进行清晰的阐明。

版别三:啥也不说型被拒
Hello ,Thank you for your continued patience.
We are writing to let you know that we have completed our evaluation of your app and account. Upon further review, we found that your app does not comply with the following guidelines:Guideline 2.3.1 - PerformanceWe discovered that your app contains hidden features. The next submission of this app may require a longer review time, and this app will not be eligible for an expedited review until this issue is resolved.
Next Steps
- Review the Performance section of the App Store Review Guidelines.
- Ensure your app is compliant with all sections of the App Store Review Guidelines and the Terms & Conditions of the Apple Developer Program. 
- Once your app is fully compliant, resubmit your app for review.
Submitting apps designed to mislead or harm customers or evade the review process may result in the termination of your Apple Developer Program account. Review the Terms & Conditions of the Apple Developer Program to learn more about our policies regarding termination.

解题思路:

直接一首 《凉凉》 能够打开 单曲循环。这种踩坑最为苦楚,如果既没有任何付出SDK,又没有做任何代码功用屏蔽。直接申述,和苹果审阅团队证明对线。这种单纯是被机审误伤,只是刚好遇到你。

iOS开发者指南条款

浅浅谈一下,iOS被拒 Guideline 2.3.1 - Performance的三种场景分析

言归正传,目前常见的剖析如下:

  • 查看接口、要害词 比方:后台直接回来的JSON没有加密,被苹果在抓包的时分发现。 示例JSON
{
    "code":200,
    "msg":"InReview",
    "data":"this is other code"
}

这种InReview,审阅中在苹果看来你这摆明晰搞工作啊。当然除非你本身并不是想做某些特殊操作。2.3.1核心的要害点在于对于Appstore审阅团队和Appstore用户看到的版别不一致。可是这种审阅中的Key,只会加剧苹果的猜忌,以为你想搞工作。 相似要害词还有 “isReview”,”verified”,”isHidden”,”isState”,”isSwitch”

  • 元数据 比方:你App叫随手笔记,确没有提供任何记载的功用,仅仅只是向用户展现一些文章或许内容,那有必定几率触发 2.3.1彩蛋。苹果审阅:你分明告诉我有的,为什么我又看不到???是不是背着我藏起来??? 2.3.1正告劝退。

综上所述,在面临2.3.1问题的时分,优先要冷静不要急于回复苹果或许立马打包,直接提审。要根据本身真实的状况,具体问题具体剖析。

最终期望iOSer大吉大利,今晚过包!重视大众号:iOS研究院,了解更多过审技巧。