ios8-share-extension

“This item cannot be shared. Please select a different item.” WhatsApp iOS share extension failure message

点点圈 提交于 2019-11-27 00:27:36
问题 This bug is fixed by WhatsApp team on 23rd May, 2016 (build no. 2.16.4). Unable to share NSString object using UIActivityViewController to WhatsApp. I tried to share using below code. But once contact is selected from the list, it shows an alert displaying " This item cannot be shared. Please select a different item. " CODE NSString *shareText = @"Temp text to share"; NSArray *itemsToShare = @[shareText]; UIActivityViewController *activityVC = [[UIActivityViewController alloc]