Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How Can We Read Incoming SMS by using Application in iOS

In my application I am able to send an SMS programatically to a particular mobile number when the user clicks submit button. Then there is a response message from that mobile number now I want to read that message and populate that SMS text in to my application.

I searched for this and found that this is not possible in iOS. My question is there any possibility accessing inbox SMS with user permissions?

like image 538
Suresh Peddisetti Avatar asked Jan 23 '14 05:01

Suresh Peddisetti


1 Answers

Simply two words from Apple:

Not Possible

Detailed:

An iOS app can only access the data for which Apple supplies a documented public API. iOS can not access outside of the sandbox until Apple provides a public API for it. So intercepting/reading an incoming SMS not possible. And no idea when the iOS device is jailbroken.

like image 64
Buntylm Avatar answered Sep 20 '22 21:09

Buntylm