苹果审核被拒问题总结

来源:互联网 发布:php主要干什么 编辑:程序博客网 时间:2024/05/16 12:33
  • Guideline 3.1.1 - In-App Purchase
We noticed that your app contains a payment mechanism other than in-app purchase for digital content or to unlock features or functionality within your app, which is not appropriate for the App Store. In-app purchase is the only valid in-app payment mechanism for digital content.

Note: Continuing to hide functionality within your app or other dishonest acts may result in the removal of your apps from the App Store and termination of your Apple Developer Program membership and all associated memberships. 

Next Steps 

To resolve this issue, please remove all external or third-party payment mechanisms and implement in-app purchase to facilitate digital good transactions, including unlocking features or functionality within your app.

If you believe your use of an alternative payment mechanism is a permissible use case, please respond directly to this message in Resolution Center with detailed information.


解决方案:第三方支付sdk、接口和代码会导致。AliPay不能叫接入且不能出现相关代码, Wechat的SDK有no payment版本,登陆需要接入该版本。使用cocos creater 1.6以下的版本,需要自行去除ios工程内部的anysdk代码,以及对应.a文件。

  • Guideline 4.2.3 - Design - Minimum Functionality

We were required to install WeChat before we could log in via WeChat. Apps should be able to run on launch, without requiring additional apps to be installed.

Next Steps

To resolve this issue, please revise your app to ensure that users can use it upon launch. If your app requires authentication before use, please use methods that can authenticate users from within your app.


解决方案:微信登陆的按钮及相关功能需要检测微信是否存在,不存在则需要隐藏。


  • Guideline 2.3.6 - Performance - Accurate Metadata



The rating you have selected is inconsistent with the content of your app. Since your app includes features that simulate gambling, your ratings must reflect a "Frequent/Intense" setting for "Simulated Gambling" in iTunes Connect.

Please see attached screenshots for details.

Next Steps

To resolve this issue, please update your Rating selections in iTunes Connect to select "Frequent/Intense" setting for Simulated Gambling.

- Log in to iTunes Connect
- Click on "My Apps"
- Select your app
- Click on the app version on the left side of the screen
- Scroll down to select a Rating on the version information page
- Click the Edit button next to "Rating"
- Change the Rating selections
- Select the "Frequent/Intense" setting for Simulated Gambling
- Click "Save"
- Once you've completed all changes, click the "Save" button at the top of the App Version Information page.

Note: Apps must be rated accordingly for the highest level of content that the user is able to access in the app.

这些附件可能会显示可能令人反感的内容,如裸露、色情和亵渎内容。

解决方案:棋牌游戏或者类似游戏需要在分级选项中选择“具备频繁赌博”的分级。


  • Guideline 2.1 - Performance - App Completeness



We discovered one or more bugs in your app when reviewed on iPad and iPhone running iOS 10.3.3 on Wi-Fi connected to an IPv6 network.

Specifically, the In-app purchase products did not respond. 

Please see attached screenshots for details.

Next Steps

To resolve this issue, please run your app on a device to identify any issues, then revise and resubmit your app for review.

If we misunderstood the intended behavior of your app, please reply to this message in Resolution Center to provide information on how these features were intended to work.

For new apps, uninstall all previous versions of your app from a device, then install and follow the steps to reproduce the issue. For updates, install the new version as an update to the previous version, then follow the steps to reproduce the issue.

Resources

For information about testing your app and preparing it for review, please see Technical Note TN2431: App Testing Guide

For a networking overview, please review About Networking. For a more specific overview of App Review’s IPv6 requirements, please review the IPv6 and App Review discussion on the Apple Developer Forum.


解决方案:IAP内购失败,ipv6问题只需要客户端具备ipv6网络环境可以运行即可,服务端不需要支持ipv6。


  • Guideline 4.0 - Design



We noticed an issue in your app that contributes to a lower quality user experience than Apple users expect:

- Your app was not optimized to support the device screen size or resolution. 

Please see attached screenshots for details.

Next Steps

To resolve this issue, please revise your app to address all instances of this type of issue.

Resources

For information on improving and enhancing your app:

- Watch the video The Ingredients of Great Apps to understand the basics of great apps.
- Watch the video iPhone and iPad User Interface Design for practical design tips.
- Watch iOS Development Videos to learn about programming and design tips.
- Review the iOS Human Interface Guidelines and ensure that your app's interface and design adhere to these guidelines.


Guideline 4.0 - Design



We noticed an issue in your app that contributes to a lower quality user experience than Apple users expect:

- Your app was not optimized to support the device screen size or resolution. 

Please see attached screenshots for details.

Next Steps

To resolve this issue, please revise your app to address all instances of this type of issue.

Resources

For information on improving and enhancing your app:

- Watch the video The Ingredients of Great Apps to understand the basics of great apps.
- Watch the video iPhone and iPad User Interface Design for practical design tips.
- Watch iOS Development Videos to learn about programming and design tips.
- Review the iOS Human Interface Guidelines and ensure that your app's interface and design adhere to these guidelines.没有适配ipad

解决方案:没有适配iPad

原创粉丝点击