Search code examples
ios4

iPhone application – reading SMS


I need to develop an iPhone application which needs to read the incoming SMS received by the user, manipulate the text, and then display it in the application.

Could someone clarify whether it is possible to read the SMS received within our application development?

Thanks!


Solution

  • Intercepting/reading incoming SMS is not possible on iOS (for privacy reasons).