Biranchi
Biranchi

Reputation: 16327

Sending MMS programmatically in iPhone

Is there any way to send MMS programmatically in iPhone?

Upvotes: 1

Views: 3615

Answers (3)

Arun Thakkar
Arun Thakkar

Reputation: 301

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.

Upvotes: 0

Sj.
Sj.

Reputation: 592

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.

Upvotes: 2

Joe V
Joe V

Reputation: 369

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.

Upvotes: 2

Related Questions