这是一个创建于 3701 天前的主题,其中的信息可能已经有所发展或是发生改变。
使用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.
9 条回复 • 2014-09-24 09:12:01 +08:00
|
|
1
akira 2014-09-23 10:10:05 +08:00
让你提供另外一种非3方登录的方式 就可以了
|
|
|
2
harry924 2014-09-23 10:26:00 +08:00
我们的做法是自己用 WebView 模拟一个网页登录的界面,然后拿到 OpenID 就好了.
|
|
|
3
ibudao 2014-09-23 13:46:07 +08:00
@ harry924 我总感觉第三方app中冒出个qq登陆页面(看不到域名)有点怪,一般不知名的app我是不敢输入账号密码的。。
|
|
|
4
budblack 2014-09-23 14:36:00 +08:00
作为用户@ ibudao 我也很苦恼这个设定.每次我都怕是钓鱼.....
|
|
|
5
jkjoke 2014-09-23 14:39:13 +08:00
|
|
|
6
ibudao 2014-09-23 15:09:04 +08:00
@ budblack 即使是正规的开发者,但是这里总是可以获取你的密码
|
|
|
7
ibudao 2014-09-23 15:09:41 +08:00
|
|
|
8
jkjoke 2014-09-23 15:21:58 +08:00
@ ibudao 用着用着变成垃圾邮件收集箱倒是真的 :)
|
|
|
9
mnhkahn 2014-09-24 09:12:01 +08:00
我们公司的app审核被拒就是因为这个
|