iPhone: How to Programmatically Respond to SMS Messages

后端 未结 5 1405
难免孤独
难免孤独 2020-12-05 00:58

After a review of the iPhone SDK documentation, I have not yet found a way for an application to be written such that it can programmatically proce

5条回答
  •  情歌与酒
    2020-12-05 01:44

    You can use CoreTelephony framework.But you must user some private api.And I have some demo code for this. https://github.com/edison0951/AppNotifyBySMSDemo

提交回复
热议问题