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.
Asked
Active
Viewed 132 times
1
-
No, you don't. But don't worry, you can't really get data from it. – Larme Sep 08 '15 at 12:03
-
ok great. Write it as an answer and I will accept it. – sanjihan Sep 08 '15 at 12:31
1 Answers
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