#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"