2019年了,iOS提交审核又被拒了

时间点:2019年6月。
在这个时间点之前,也有被拒的两次经历(2017年),一个是与支持ipv6有关,一次是申请权限时描述不清晰,但这两次的被拒记录现在没有保存。此篇只记录2019年的3次被拒历史。

被拒第一次:使用了“prefs:root=”私有方法

全文如下:

Guideline 2.5.1 - Performance - Software Requirements
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.
Specifically, your app uses the following non-public URL scheme:
-app-prefs:root=wifi
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.

解决方法:全局搜索“prefs:root”
将:

NSString * urlString = @"App-Prefs:root=WIFI";

改为:

NSString * urlString = UIApplicationOpenSettingsURLString;

被拒第二次:6.5英寸手机截图不符合要求

全文如下:

Guideline 2.3.3 - Performance - Accurate Metadata
We noticed that your screenshots do not sufficiently reflect your app in use.
Specifically, your 6.5-inch iPhone screenshots do not display the app in the correct device frame.

解决方法:给出的提示是:screenshots for 6.5-inch iPhone Xs Max,所以把6.5英寸的截图换成了刘海屏,同时隐藏掉手机尾部(双保险)

被拒第三次:申请了读取健康数据的权限

全文如下:

Guideline 2.5.1 - Performance - Software Requirements

We noticed that your app uses HealthKit, but your app does not appear to include any primary features that require health or fitness data.
The intended use of HealthKit is to share health or fitness data with other apps or devices, and it should be used only in apps that require this data as a part of the app’s core functionality.

解决方法:去掉Info.plist文件里面NSHealthShareUsageDescription、NSHealthUpdateUsageDescription的权限申请

最后,丰富的网上经验帖!!
https://juejin.im/post/5c94b03d6fb9a070d20f2041

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值