SMS hyperlink

1
I am current working on an app where we send customer a link to the site. However I want to send the link to customer as hyperlink in text message. Any suggestions on how to best do this?
asked
1 answers
0

No this isn't possible in a sms. You would need to include the full url. Hyperlinks are determined by the sms client and sms doesn't support html. http://stackoverflow.com/questions/3582223/create-hyperlink-in-sms-in-iphone

If the hyperlink is too long for a sms you could use a url shortener like: https://goo.gl/

The sms client will detect its a link if it contains www. or https in front of the url.

I hope this helps.

answered