-4


I want to send mms through iphone. i search a lot but failed
Please give me a good reference or link
So i can implement mms thing in my iphone or alternative thing to it
thanks in advance

KDeogharkar
  • 10,939
  • 7
  • 51
  • 95
  • 5
    Could you provide less detail please? This isn't quite vague enough. – Widor May 16 '12 at 11:00
  • i just want a good reference to study about how to send mms programmatically in iphone. – KDeogharkar May 16 '12 at 11:03
  • 2
    This isn't the place for recommendations and tutorials, you need Google for that. Tell us what you've tried and ask a specific question. – Widor May 16 '12 at 11:05
  • ok but i search a lot for that. i have no option now thats why – KDeogharkar May 16 '12 at 11:06
  • i am not asking for any code @Widor. i can study in my way.. problem is that i cant find a good reference. – KDeogharkar May 16 '12 at 11:10
  • Well I am disappointed as you said you searched a lot.. I found this many questions here on SO only..[For the current iphone version, MMS is possible or not?](http://stackoverflow.com/questions/6028542/for-the-current-iphone-version-mms-is-possible-or-not)[Sending MMS programatically in iPhone](http://stackoverflow.com/questions/1576253/sending-mms-programatically-in-iphone)[how to send MMS from the iphone by programming?](http://stackoverflow.com/questions/2594253/how-to-send-mms-from-the-iphone-by-programming) – rohan-patel May 16 '12 at 11:18
  • 3
    If you don't believe the answers you find, there's not a lot we can do to help you. – Ashley Mills May 16 '12 at 11:53

1 Answers1

4

The iOS SDK does not support sending MMS, only SMS.

See the documentation on MFMessageComposeViewController for information about sending a SMS.

There may be are third party service that will allow you to send MMS, but they will probably charge you per MMS.

Ashley Mills
  • 50,474
  • 16
  • 129
  • 160
rckoenes
  • 69,092
  • 8
  • 134
  • 166