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

前端 未结 7 601
长情又很酷
长情又很酷 2020-12-08 02:15

This bug is fixed by WhatsApp team on 23rd May, 2016 (build no. 2.16.4).

Unable to share NSString object using UIActivityViewControll

7条回答
  •  眼角桃花
    2020-12-08 02:55

    With the latest version of whatsapp, Now we can not share both text and URL at the same time.

    I tried the below code

    NSArray *activityItems= @[someText,[NSURL URLWithString:@"http://www.google.com"]];
    

    With this code i am able to share only the URL link, the whatsApp filtered out the "someText" text.

    but the other share apps(SMS etc) able to share both text and url.

    hope WhatsApp fixes this issue soon.

提交回复
热议问题