1.Info.plist文件里面的权限弹窗的语言要与App上架时的主要语言保持一致
2.如果有做隐藏提示更新的话,提交审核的时候记得要后台隐藏,还有就是隐藏的字段最好不要用audio字段(反正我是被这个字段坑过)
3.icon图标不要有透明度
4.要登录的app需要提供测试账号,如果有内购,还需要提供沙盒账号
5.Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage
We noticed that your app requests the user’s consent to access the camera, but doesn’t sufficiently explain the use of the camera in the purpose string.
To help users make informed decisions about how their data is used, all permission request alerts need to explain how your app will use the requested information.
权限描述问题,修改info.plist文件描述为
此App会在您使用XX功能时,访问您的照片权限
6.Guideline 4.2 - Design - Minimum Functionality
Your app still provides a limited user experience as it is not sufficiently different from a mobile browsing experience. As such, the experience it provides is similar to the general experience of using Safari. Including iOS features such as push notifications, Core Location, and sharing do not provide a robust enough experience to be appropriate for the App Store.
大概意思:
您的应用程序仍然提供有限的用户体验,因为它与移动浏览体验没有太大区别。 因此,它提供的体验类似于使用 Safari 的一般体验。 包括推送通知、核心位置和共享等 iOS 功能并不能提供适合 App Store 的足够强大的体验。
处理方法:直接申诉,你就直接申诉说我们的产品理念就是简单、方便,我们也可以增加别的功能来让我们的app变得复杂,但是这不符合我们的产品理念。