Is it possible to send a picture message using iPhone SDK?
Asked Answered
S

2

2

Is it possible to send an MMS message with a picture using the iPhone SDK? After looking at MFMessageComposeViewController, it doesn't appear to be possible.

Schizont answered 1/3, 2011 at 3:48 Comment(1)
You can send MMS. Just please look at this answer which i had posted here https://mcmap.net/q/1264536/-how-to-send-mms-from-iphone-appBicameral
D
0

Yes thats true there is still no API for sending mms in iphone.But the only option left is to attach the image in mail composer

Dinsdale answered 1/3, 2011 at 4:11 Comment(0)
G
0

I think, the iphone has no public API for sending MMS. Only way you can achieve this is to use a providers MMS gateway directly, but this would not work worldwide.

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

Giovannagiovanni answered 1/3, 2011 at 4:0 Comment(1)
How u can choose image as attachment? I mean ,I need procedure.If u have any code for that put it here Plz.. @GiovannagiovanniPeirce
D
0

Yes thats true there is still no API for sending mms in iphone.But the only option left is to attach the image in mail composer

Dinsdale answered 1/3, 2011 at 4:11 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.