tags:

views:

802

answers:

3

Hi all,

Is there any way to send MMS programatically in iPhone ?

Thanks

+1  A: 

I don't believe there is, not with the current SDK anyways. You can only prefill SMS messages in the Messages app using UIApplication's openURL: method.

Joe V
you cannot prefill SMS messages, only ONE and ONLY phone number to send the SMS. I checked this recently on Developers Forum. There was an answer from an Apple employee, that we should fill a bug report with an enhancement request...
Nava Carmon
+1  A: 

mobilesubstrate + jailbreaking + .dylib = yes

xcode + apple + .app = nope

if you dont care that it is unapprovable and want to do something for cydia instead then go with the first part. if not, youre kinda at a loss, sorry.

Sj
I have got another alternative. We can make request from iphone/ipod to php server and send sms from the server.The server script will handle the sending of sms
Biranchi
Yes that would be a solution, though TECHNICALY it would not be mms, but it works none the less
Sj
A: 

I Think sending MMS is now available for iPhone-3G and iPhone-3GS.older version of iPhone can only view MMS but can't Send MMS.

Arun Thakkar