0

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.

Sanoj Kashyap
  • 5,020
  • 4
  • 49
  • 75

1 Answers1

1

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.

rckoenes
  • 69,092
  • 8
  • 134
  • 166
  • In iOS 7 MMS can be send, can't we make that image as linkable? – Sanoj Kashyap Mar 13 '14 at 11:24
  • Not sure if you can link an URL to an image, you will have to read the documentation to see if that is possible: https://developer.apple.com/library/ios/documentation/MessageUI/Reference/MFMessageComposeViewController_class/Reference/Reference.html – rckoenes Mar 13 '14 at 11:26
  • I have read the document, but there does not seems that we can do it. Any how thanks for your reply. – Sanoj Kashyap Mar 13 '14 at 11:27