How to detect received SMS and send SMS to that number launching my app if this sms contain specific message . Please suggest how i detect that a new messaqge received while my app is not running .

有帮助吗?

解决方案

Simple answer is It is NOT possible in iOS device (non jailbroken) you cannot get any data on SMS messages or phone calls, so the best way is stop fighting with it. Not sure but it may achieve by jailbroken device.

Apple said - In iPhone OS 4.0 and later, you can send text messages from within your application. This feature is strictly for sending messages. Incoming SMS messages go to the built-in Messages app.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top