Sending text message SMS without user intervention

前端 未结 2 1440
夕颜
夕颜 2020-12-12 08:30

Is it possible to send sms via iphone without user intervention? I already know about MessageUI framework and MFMessageComposeViewController class, but this option requires

相关标签:
2条回答
  • 2020-12-12 08:47

    If you want to be able to send sms without user's interaction, consider using some third party gateway. TextMagic provides nice api to send sms, but it is not free. At some point it charges you money. But, they have nice and simple api to use.

    Look at this,

    http://api.textmagic.com/https-api/textmagic-api-commands#send

    0 讨论(0)
  • 2020-12-12 09:00

    No. You can only open a message ready to send but you cannot send it automatically.

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