ios 应用没有注册系统,只能用第三方登陆,如何通过苹果的审核?
PHP中文网
PHP中文网 2017-04-17 13:35:38
0
3
1018

如题。我的应用目前只能使用QQ和新浪微博登陆。
因为腾讯QQ新版本的sdk,如果用户没有安装QQ,则提示必须下载安装才能使用QQ登陆。这就造成了登陆门槛高,违反了苹果的条例,很多应用因此提交被拒。

参考网上的做法,如果不安装QQ,就隐藏掉按钮。

这样我的应用只剩下新浪微博登陆。这样保险吗?想问下。因为苹果的审核周期还是挺久的,有点忐忑不安,如果被拒,就要临时加入注册系统,再提交。这样一折腾,估计都要过年了。

PHP中文网
PHP中文网

认证0级讲师

reply all(3)
黄舟

It can be passed. My previous app only had Weibo login and it passed.
The key is that you must explicitly provide Apple with a test login account.
In addition, you can attach a usage video and upload it to the video website with a link.

PHPzhong

Although third-party login is convenient, if you have time, it is recommended to add your own login registration.
Judging from the current problems, only Sina Weibo login should not be a big problem to pass Apple's review, and you don't have to worry about being rejected. However, for users who use your app, there are still quite a few groups who don't like it. Third party login. .

伊谢尔伦

Everyone may have a different understanding of the Apple agreement. My personal suggestion is to add a built-in registration system. If you completely use a third-party login, you must pay attention to the dependencies of the app environment, such as the Weibo authentication upstairs. , it is best to use web authentication method to avoid app dependencies

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template