1.提示“分享内容不能为空”
[UMSocialSnsService presentSnsIconSheetView:context appKey:[SettingModel sharedInstance].environment.UMAnalyticsKey shareText:_currentItem.title shareImage:self.currentItem.image shareToSnsNames:snsNames delegate:self];
这2个参数不能为空,否则无法执行
- (void)didSelectSocialPlatform:(NSString*)platformName withSocialData:(UMSocialData*)socialData 这个方法
2. 分享的text有值,shareImage没有值,出现分享出去没有链接
网友评论