How to share content on WhatsApp from iOS

前端 未结 3 1508
闹比i
闹比i 2021-01-20 02:12

I would like to share one Url link and some text message into WhatsApp from my application. How can i share content?

I got this code for only text

NS         


        
3条回答
  •  时光说笑
    2021-01-20 03:04

    Include the plain link inside the text, e.g.:

    NSString * msg = @"Trueman India Magazine http://www.truemanindiamagazine.com";
    

    The link will be generated/tappable after sending it to someone

提交回复
热议问题