1

I'm using a MFMessageComposeViewController instance in my app. The user clicks a button and it is taken to MFMessageComposeViewController. The question I am asking myself is..do I need to ask user for the permission to access to text messages on phone? I really don't need that data stored in Messages App, but my app does provide a link to it.

Silviu St
  • 1,810
  • 3
  • 33
  • 42
sanjihan
  • 5,592
  • 11
  • 54
  • 119

1 Answers1

1

You must not ask user for permision because you can't access nothing from messages. You just open a new message sheet and you can pre-fill it with a sender, a message, and a few images. Message does not send automatically, only user can send iy

Silviu St
  • 1,810
  • 3
  • 33
  • 42