判断是否安装微信QQ微博(友盟)

#import 
[WXApi isWXAppInstalled]
[QQApiInterface isQQInstalled]

 if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"weibo://"]]) {
       
        DLog(@"有微博");
    }else{
        DLog(@"没有微博");
    }

微博的现在不行了,只是在更新啊

WeiboSDK isWeiboAppInstalled]) {
        DLog(@"安装了微博");
    }else
    {
        DLog(@"没有安装微博");
}
#import "WeiboSDK.h"

你可能感兴趣的:(判断是否安装微信QQ微博(友盟))