微信朋友圈分享和好友分享,取消后还是走的成功block?
iKimee opened this issue · 4 comments
iKimee commented
微信朋友圈分享和好友分享,取消后还是走的成功block?
iKimee commented
+(BOOL)Weixin_handleOpenURL{
NSDictionary *retDic=[NSPropertyListSerialization propertyListWithData:[[UIPasteboard generalPasteboard] dataForPasteboardType:@"content"]?:[[NSData alloc] init] options:0 format:0 error:nil][[self keyFor:schema][@"appid"]];
NSLog(@"retDic\n%@",retDic);
这个字典不管分享成功还是失败,最终都为nil;
}
luoei commented
遇到同样的问题,解决了吗?
luoei commented
使用官方的SDK也是如此,无解了。
kaigits commented
这是微信sdk官方的规定。跟这个openshare没关系