Read / parse SMS from inbox with IOS user permission

I am looking for access to the SMS application in the application. This is what I understand now -

My questions (in the context of a phone without jailbreak) -

  • Is it possible to access messages from incoming SMS messages AFTER explicit permission of the user in the application?

  • Is it possible to ask the user to provide access to SMS messages from selected users (listed), from the application

  • Is there a way around my application to read these messages from selected users, with the permission of the user from the application?

Thank you, ton! Max

+8
ios permissions sms
source share
1 answer

Your understanding of points 1-5 is correct.

To answer your questions:

  • Not. The API does not ask the user for permission to access their SMS messages and no public API / approved methods for accessing SMS.
  • Not.
  • Not.

Sorry to be the bearer of bad news.

+7
source share

All Articles