美文网首页
苹果审核被拒2.3.1(支付宝)

苹果审核被拒2.3.1(支付宝)

作者: iLeooooo | 来源:发表于2020-02-13 09:39 被阅读0次

    最近上架的时候,好几次都遇到审核被拒2.3.1(支付宝)的问题

    内容如下:

     2. 3 Performance: Accurate Metadata
    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 (支付寶), 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, 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.
    - 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 and the Terms & Conditions 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 of the Apple Developer Program to learn more about our policies regarding termination.
    
    /// 翻译
    2. 3性能:准确的元数据
    准则2.3.1-绩效
    我们发现您的应用包含隐藏功能。尝试隐藏应用程序中的功能,功能或内容被视为严重行为,并可能导致从Apple Developer Program中删除。
    具体来说,我们发现您的应用程序包含支付宝(AliPay),它提供对外部支付机制的访问,并可以通过应用程序内购买API之外的其他方式来购买内容,服务或功能。
    如果您认为我们误解了您的应用程序的功能,并且您的应用程序符合《 App Store审查指南》,请在“决议中心”中回复此消息,以解释此功能的工作原理。下次提交该应用程序可能需要更长的审阅时间,并且在解决此问题之前,该应用程序将不具备进行快速审阅的资格。
    下一步
    -查看App Store审查指南的“性能”部分。 
    -确保您的应用以及应用中实现的任何第三方代码和SDK均符合《 App Store审查指南》的所有部分以及《 Apple Developer Program的条款与条件》。
    -修改或删除您应用中的隐藏功能。一旦您的应用程序完全合规,请重新提交您的应用程序以供审核。
    提交旨在误导或伤害客户或逃避审查程序的应用程序可能会导致您的Apple Developer Program帐户终止。查看Apple Developer Program的条款和条件,以了解有关我们终止政策的更多信息。
    
    
    解决办法:

    你需要全局搜索alipay,先确定是不是什么第三方SDK使用了支付宝,如果没有的话,你看看你的项目中有没有出现alipay字符串,苹果会搜索alipay字符,如果发现你的项目中有,但是他又找不到支付功能,所以他就会认为你隐藏了这一功能所以拒绝审核通过。如果只是字符串的话,你在Resolution Center直接回复苹果就行。回复之后不需要重新提交审核。

    单就我们项目的处理办法:
    • 删除项目里面alipay字段相关的字符串,链接,图片
    • 项目中使用到了UM分享,但是分享里面没有支付宝分享内容,所以把UM里面的支付宝分享相关的alipay本地化字段全部删除即可

    相关文章

      网友评论

          本文标题:苹果审核被拒2.3.1(支付宝)

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