I want to send a clickable link to gmail message body and google plus message while sharing in iOS.I have tried many ways with HTML.But end up with issue
Now I m using below string to mail message body:
I m getting the output as shown in picture but link in mail is not clickable.
I am setting the message body as:
[self.globalMailComposer setMessageBody:message isHTML:YES];
Can any please let me know where am I going wrong
thanks in advance
Just replace your link with href
For example :