• - 情况one:

被拒原因:类似App store, 或者基于购买或者促销的目的而展示其他应用的应用将会被拒绝。

详情:

2.25 Details
The 应用推荐 feature in your app displays or promotes third-party apps,
which violates the App Store Review Guidelines. We’ve attached
screenshot(s) for your reference.

Next Steps Please remove the 应用推荐 feature from your app.

截图:

ios 项目不使用mainstroybord ios此项目不再提供_解决办法

解决办法:iOS前端将应用推荐从app中去掉。


  • - 情况Two:
    被拒原因:
    *1. App内空间分享不能在网页进行,影响用户体验。
    2. 版本号必须只是显示作用,不能带有箭头给用户造成误解。*

详情:

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

  • Upon tapping on the Qzone share button, a web page in mobile Safari opens for logging in, then returns the user to the app. The user
    should be able to log in without opening Safari first.

Next Steps It would be appropriate to revise your app to address all
instances of this type of issue.

解决办法:1. 分别判断并显示 App中分享列表,如果安装QQ就显示QQ空间和QQ,如果安装微信就显示微信和朋友圈。2. 将版本号箭头去掉。


  • - 情况Three:
    被拒原因:
    *1. iPhone程序必须不经修改就能以iPhone分辨率和2倍iPhone3GS的分辨率在iPad上运行。
    2. App中活动必须声明与苹果公司无关。*

详情:

2.10 Details We noticed that your app did not run at iPhone resolution when reviewed on iPad running iOS 8.4.1, which is a violation of the
App Store Review Guidelines. We’ve attached screenshot(s) for your
reference.

Next Steps Please revise your app to ensure it runs at iPhone
resolution on iPad.

20.2 Details Your app also includes a contest or sweepstakes but it does not:

  • Indicate that Apple is not involved in any way with the contest or sweepstakes.

Next Steps It is necessary to:
- Include official rules of the contest or sweepstakes in the app
- Include an explicit statement in the contest or sweepstakes rules specifying that Apple is not a sponsor
- Ensure that the contest or sweepstake prizes are not Apple products

解决办法:1. 修改活动页面在iPad上运行时界面布局。2. App中所有与奖品类相关的活动由后台动态控制,审核过程中,隐藏活动,在审核通过后,再把活动放出来。。


  • - 情况Four:
    被拒原因:
    如果你的应用程序需要在设备休眠的时候还能够收到服务器端发送的消息,那我们就可以借助VOIP的模式来实现这一需求。但是如果的应用程序并不是正真的VOIP(网络电话)应用,那当你把你的应用提交到AppStore的时候基本上会被苹果Reject.

详情:
2.16 Details

Your app declares support for VoIP in the UIBackgroundModes key in
your Info.plist, but does not include any Voice over IP services.

Next Steps Please revise your app to either add VoIP features or
remove the “voip” setting from the UIBackgroundModes key.

We recognize that VoIP can provide “keep alive” functionality that is
useful for many app features. However, using VoIP in this manner is
not the intended purpose of VoIP.

解决办法:请修改您的应用程序或者增加VOIP功能,或删除了“网络电话”,从UIBackgroundModes键设置。

ios 项目不使用mainstroybord ios此项目不再提供_项目被拒原因_02


  • - 情况Five:
    被拒原因:
    我们发现你的应用程序使用Xcode的假冒版本编译,感染恶意软件的应用。应用了这些假冒的工具可能造成伤害你的顾客,和违反部分3.3.21苹果开发者计划的许可协议。

详情:

We found that your app was compiled with a counterfeit version of
Xcode, infecting the app with malware. Apps built with these
counterfeit tools may cause harm to your customers, and violate
section 3.3.21 of the Apple Developer Program License Agreement.

解决办法:用官方的最新Xcode编译上传项目。