美文网首页
判断是否安装微信QQ微博(友盟)

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

作者: 超_iOS | 来源:发表于2017-02-24 13:16 被阅读590次
    #import <TencentOpenAPI/QQApiInterface.h>
    [WXApi isWXAppInstalled]
    [QQApiInterface isQQInstalled]
    
     if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"weibo://"]]) {
           
            DLog(@"有微博");
        }else{
            DLog(@"没有微博");
        }
    

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

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

    相关文章

      网友评论

          本文标题:判断是否安装微信QQ微博(友盟)

          本文链接:https://www.haomeiwen.com/subject/sohwwttx.html