Social word sharing and tool class BAShareManage are used.

# integration WeChat pod 'UMengUShare/Social/WeChat # integration Sina weibo pod' UMengUShare/Social/Sina '# integration QQ pod' UMengUShare/Social/QQ 'Copy the code

#import “bashareManage. h” [[BAShareManage ba_shareManage] ba_setupShareConfig];

2. Configure KEY,ID and Secret of wechat, QQ and Microblog in BAShareManage;

URL Schemes for URL Type in Info

The Info. In the plist need to add a white list LSApplicationQueriesSchemes

That’s pretty much it, just use it in ShareView at the end.

Note: Judge whether you have installed wechat and QQ, and remember to hide the corresponding sharing Icon if you have not installed it. Apple review will be rejected because there is no installation prompt.