0

hope you all are enjoying.

Recently i come to know that now iPhone 3G and iPhone 3GS support MMS sending and receiving functionality.

I have seen a video in which Apple's native Message Application sent MMS.

Same MMS functionality I want to integrate with my Application.

I Don't know how can I put it working.

Need help of you guys!!.

Looking forwards.

Thank You,

Arun Thakkar.

nobody
  • 19,814
  • 17
  • 56
  • 77
Arun Thakkar
  • 301
  • 5
  • 15

1 Answers1

1

Unfortunately You can't send MMS from your application. There is no URL register scheme for that. SMS can be sent with register scheme to any Recipient number , but No body.

Alternate way to is open SMS interface and let the User choose Image/Video as attachment. Then SMS will automatically be converted into MMS.

Thanks n Enjoy

Pratik Goswami.

Pratik
  • 26
  • 1
  • Thanks pratik for your reply!! I have also one query that, suppose i have a url where my mms video lies, I want to play that Streamed mms. so how its possible? have you any idea regarding this? – Arun Thakkar Feb 09 '10 at 04:53
  • AFAIK MMS will be either Image or Video or both. If it is Video then go for video streming. – Pratik Feb 09 '10 at 05:55
  • Is this still valid? I think that in ios4 sdk there's a new framework that gives you more access to mms and sms interfaces. – Rigo Vides Aug 19 '10 at 16:09
  • MMS not available in app as of iOS 6 – jjxtra Oct 01 '12 at 17:11