使用QQ过QQ登录的同学也许知道,今年年初的时候起QQ互联SDK强制使用so登录,在没有安装QQ App的情况下,尝试使用QQ登录不会再走oauth通道,会强制提示安装QQ。
App使用了QQ作为第三方登录账号的其中一种,前几次提交都没问题,这次被拒,理由如下:
----- 10.6 -----
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.
Specifically, we were required to install QQ before we could use your app.
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.
App使用了QQ作为第三方登录账号的其中一种,前几次提交都没问题,这次被拒,理由如下:
----- 10.6 -----
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.
Specifically, we were required to install QQ before we could use your app.
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.