I want user to able to send messages from within my app in an interface similar to the iOS SMS app. Is it possible to embed and possibly customize the sms app into your application?
Asked
Active
Viewed 132 times
-2
-
1You can use the MFMessageComposer for integrating the native message sending interface with your application. – Midhun MP Feb 03 '14 at 05:29
-
See [System Messaging Programming Topics for iOS](https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/SystemMessaging_TopicsForIOS/Introduction/Introduction.html#//apple_ref/doc/uid/TP40010404) and [MFMessageComposeViewController Class Reference](https://developer.apple.com/library/ios/documentation/MessageUI/Reference/MFMessageComposeViewController_class/Reference/Reference.html#//apple_ref/occ/cl/MFMessageComposeViewController). – Rob Feb 03 '14 at 05:45
2 Answers
0
Yes, you can send SMS from your app by using MFMessageComposer. But you can't receive sms in IOS like Message app. If you try to do that, apple will reject your app.

Mani
- 17,549
- 13
- 79
- 100