Sending MMS programmatically in iPhone

后端 未结 3 731
[愿得一人]
[愿得一人] 2020-12-22 02:24

Is there any way to send MMS programmatically in iPhone?

相关标签:
3条回答
  • 2020-12-22 03:21

    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.

    0 讨论(0)
  • 2020-12-22 03:22

    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.

    0 讨论(0)
  • 2020-12-22 03:24

    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.

    0 讨论(0)
提交回复
热议问题