MobClub / ShareSDK3.x-for-iOS

ShareSDK 3.x for iOS
111 stars 26 forks source link

调用wxapi 的判断是否安装微信 #31

Open shenshangjimiaoZG opened 7 years ago

shenshangjimiaoZG commented 7 years ago

if([WXApi isWXAppInstalled]==NO) { [SportProgressView dismissWithError:@"请安装微信" afterDelay:1]; return; }

调用这个方法,在iphone6,ios10.2,判断不了用户是否安装微信,其实我手机是有微信的。

JinghuangLiu commented 7 years ago

新版本不得已做了个调整。现在要么用ShareSDK判断客户端是否安装的方法,要么自已调用下微信SDK的方法。

发自我的 iPhone

在 2016年12月29日,下午7:35,huangping35 notifications@github.com 写道:

if([WXApi isWXAppInstalled]==NO) { [SportProgressView dismissWithError:@"请安装微信" afterDelay:1]; return; }

调用这个方法,在iphone6,ios10.2,判断不了用户是否安装微信,其实我手机是有微信的。

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.