
image
image.gif
后来发现是在版本构建是上述内容,由于验证码是自动获取的所以被拒绝了,后来我们提供了一个正确的账号,并告知登录方式,以及登录成功内部使用的口令才通过了.
Guideline 2.3.7 – Performance – Accurate Metadata
Your app name or subtitle to be displayed on the App Store includes keywords or descriptors, which are not appropriate for use in these metadata items.
Specifically, the following words in your app name or subtitle are considered keywords or descriptors:
个人安全防护,求救,求助
Next Steps
To resolve this issue, please revise your app name or subtitle to remove any keywords and descriptors from all localizations of your app. Keywords can be entered in the Keywords field in iTunes Connect to be used as search terms for your app.
Resources
For information on how to revise your app name, please review Renaming a Project or App.
For information on changing the app name and other metadata in iTunes Connect, please review theView and edit app information page.
For resources on selecting a memorable and unique app name and subtitle, you may want to review theApp Store Product Page information available on the Apple developer portal.
意思就是说我们构建版本APP的名字或者附表图不能包含关键词,给拒绝了;也就是说不能构建版本APP名字和副标题不能含有关键词;之后我们就直接把标题或者副标题上含有”个人安全防护,求救,求助.”直接给删掉就好了,他才给通过.
Guideline 4.2.3 – Design – Minimum Functionality
We were required to install the WeChat app before we could log in via WeChat. Users should be able to log in with WeChat and access their accounts without having to install any additional apps.
Please see attached screenshots for details.
Next Steps
If you would like to offer authentication through WeChat, please use a mechanism that allows users to log in with WeChat from within your app without first having to install an additional app.
We recommend implementing the Safari View Controller API to display web content within your app. The Safari View Controller allows the display of a URL and inspection of the certificate from an embedded browser in an app so that customers can verify the webpage URL and SSL certificate to confirm they are entering their sign in credentials into a legitimate page.
Resources
For additional information on the Safari View Controller API, please review the What’s New in Safari webpage.
image
image.gif
意思是说安装你这个APP不能要求用户安装其他的APP;
方法一:动态判断用户是否安装微信,安装了就显示微信登录按钮,没安装就隐藏掉微信登录按钮,例如腾信新闻;
方法二:点击微信登录按钮,使用H5页面登录,就是让用户不下载额外的APP就能登录你的APP;正好微信有提供这种方式登录,例如怕怕;
发件人 Apple
- 5. 1.1 Legal: Privacy – Data Collection and Storage
Guideline 5.1.1 – Legal – Privacy – Data Collection and Storage
We noticed that your app requests the user’s consent to access the Location, Camera, and Microphone but does not clarify the use of this feature in the permission modal alert.
Please see attached screenshots for details.
Next Steps
To resolve this issue, please revise the permission modal alert to specify why the app is requesting access to the Location, Camera, and Microphone.
Resources
To learn more about requesting the user’s permission to access app features, visit the iOS Human Interface Guidelines. You may also want to review the Technical Q&A QA1937: Resolving the Privacy-Sensitive Data App Rejection page for details on how to provide a usage description for permission request alerts.
image
image.gif
image
image.gif
image
image.gif
解决方法:
1.在还没有使用位置,麦克风,相机的界面提前弹出是否允许使用的权限,没有说明在哪个地方使用了这些权限,如果是这样的话就需要说明在什么具体地方使用了这些权限,告诉用户就行了;
2.如果是在使用的界面弹出这些权限请求则不用说明具体地方,之所以被拒是因为我们提前主动询问了用户是否给与这些权限.

评论列表