iOS 上架被拒

作者: 江河_ios | 来源:发表于2018-02-05 12:00 被阅读2272次

上架被拒,前几天自己的项目上架被拒<< 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张屏幕截图里包涵了不是苹果的信息栏,显示是安卓的,还有提供的商品已不能明显显示出品牌,要不然会被拒绝。

相关文章

网友评论

    本文标题:iOS 上架被拒

    本文链接:https://www.haomeiwen.com/subject/dbubzxtx.html