Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

假设没有安装对应客户端,这个能通过审核吗? #13

Closed
wang9262 opened this issue Jul 28, 2015 · 1 comment
Closed

假设没有安装对应客户端,这个能通过审核吗? #13

wang9262 opened this issue Jul 28, 2015 · 1 comment

Comments

@wang9262
Copy link

No description provided.

@100apps
Copy link
Owner

100apps commented Jul 28, 2015

比如说,没有安装QQ。有两种解决方案:

  1. 显示分享到QQ按钮。没有安装,走UIWebview h5。QQ分享的URL,Google一下都有。
if([OpenShare isQQInstalled]){
//OpenShare分享
}else{
//走h5或者提示没有安装QQ,所以不能分享到QQ,请更换分享方式等
}
  1. 不显示分享到QQ按钮:
if([OpenShare isQQInstalled]){
//显示分享按钮
}

默认情况下,如果没有安装QQ,会点击没反应,这个是不推荐的做法,有被拒的风险。而官方的SDK,提示安装QQ,则一般都会被拒绝。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants