iOS 实际项目出现的问题

iOS 上架被拒

2018-02-05  本文已影响2272人  江河_ios

上架被拒,前几天自己的项目上架被拒<< We noticed that your app requests the user’s consent to access their Camera but does not clarify the use of this feature in the permission modal alert.       // 我们注意到您的应用程序请求用户同意访问他们的相机,但没有明确在权限模式警告中使用该特性。>>,原因是在访问相机的没有标明(我自己写的是 项目名 请求访问你的相机<之前用这上架APP都没有问题>),  然后改为:(项目名 请求访问你的相机去拍照添加图片)就可以了.........

错误提示

拒绝的原因及之后的处理:

We noticed that your app or its metadata includes irrelevant third-party platform information. Specifically, non-iOS status bar is mentioned in the Marketing Screenshots.

Referencing third-party platforms in your app or its metadata is not permitted on the App Store unless there is specific interactive functionality.

原因是由于我们提供的5张屏幕截图里包涵了不是苹果的信息栏,显示是安卓的,还有提供的商品已不能明显显示出品牌,要不然会被拒绝。

上一篇 下一篇

猜你喜欢

热点阅读