How to send SMS from an iPhone app without opening the SMS interface?

后端 未结 3 501
时光取名叫无心
时光取名叫无心 2020-12-03 18:46

I am making an iPhone app, where the requirement is such that user should be able to send SMS from iPhone app without going into the SMS API screen (i.e. the modal view for

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

    See this Apple documentation: Sending an SMS Message section of System Messaging Programming Topics for iOS

    0 讨论(0)
  • 2020-12-03 19:31

    Your only option (if you want to submit to the App Store at least) is to use MFMessageComposeViewController. I think the idea is so that apps can't send SMS without the users permission.

    0 讨论(0)
  • 2020-12-03 19:32

    No, you can not. If you can, there is a very serious security leak.

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