Reputation: 5060
Is it possible to make attached image linkable in SMS in iOS. Mean when user see the SMS with image that image can redirect to some url.Please, suggest.
Upvotes: 0
Views: 350
Reputation: 69479
No, SMS does not support images at all. SMS is text only no markup allowed.
iOS does support MMS but the MFMessageComposeViewController
only supports SMS prior to iOS 7.
In iOS 7 you can have attachments, but the message will then be send as an MMS.
Upvotes: 1