iOS 被拒原因小结
We noticed that the app name to be displayed on the App Store and the app name displayed on the device do not sufficiently match, which makes it difficult for users to find the app they just downloaded. The app names are:
由上面返回的信息可以看到是关于App Name的元数据中关于App的Display Name审核不通过。
一般情况来说,第二条的原因居多,因为本地化App信息可能漏改了。
We noticed that your app requests the user’s consent to access their location but does not clarify the use of this feature in the permission modal alert.
Your app uses location data for features that are not relevant to location.
定位使用场景提示文本不够明确,需提示用户为何打开此功能
定位使用场景提示文本不够明确,需提示用户为何打开此功能
定位使用场景提示文本不够明确,需提示用户为何打开此功能
iOS 10发布以来,苹果公司为了用户的信息安全,在访问内部应用都加入了隐私权限设置,让用户来选择是否使用。如果在开发中不对这些权限进行设置的话造成crash。
根据实际需求场景写提示文本,提示文本不明确会被苹果拒绝的
根据实际需求场景写提示文本,提示文本不明确会被苹果拒绝的
根据实际需求场景写提示文本,提示文本不明确会被苹果拒绝的