如今不少APP为了让用户更加快捷方便注册,都会使用第三方进行登陆,例如QQ/微信/淘宝等。可是上线审核被拒,大体会出现如下内容:微信
Additionally, we found that your app requires the installation of another app before it can be used, which is not in compliance with the App Store Review Guidelines. Apps should be able to run on launch, without requiring additional applications to be installed.app
Specifically, we were required to install WeChat/QQ before we could use the sharing features in your app.ide
Please revise your app so that a user can use it upon launch. If your app requires authentication before use, please use a method that can authenticate users from within your app.测试
翻译过来就是:ui
此外,咱们发现,您的应用程序须要的其余应用程序也可使用以前,这是不符合的App Store审查指南的安装。的应用程序应可以在启动运行,而无需额外的应用程序来进行安装。翻译
具体来讲,咱们都要安装微信/ QQ以前,咱们可使用您的应用程序共享功能。blog
请修改您的应用程序,使用户能够在启动使用它。若是您的应用程序在使用前须要身份验证,请使用可从您的应用程序中验证用户身份的方法。ci
简单的说,就是:博客
使用微信分享、登陆必须安装微信客户端,QQ登陆、QQ空间分享过程当中必须安装手机QQ客户端,在未安装客户端的设备上测试会提示下载,这是不符合苹果审核规则的。这是微信及腾讯QQ互联致使的问题。it
解决方法:
首先调用微信SDK或QQ互联SDK的方法检测是否安装微信/QQ客户端:
[QQApi isQQInstalled]
isWXAppInstalled
若是未安装客户端则隐藏对应登陆或分享按钮。
通过验证上述方法能够有效经过APPstore审核,这边会密切关注微信及QQ互联方面的动态,若是有更好的解决方案,也会第一时间更新。