Have anyone tried to use the SDK4’s SMS composer?
If anyone’s got some reference or source code please put in here
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want to support 3.1 devices, you need to do a few things:
In your target’s build settings:
In your target’s general settings, under Linked Libraries, change the “Type” next to MessageUI.framework to
Weak.Don’t import
<MessageUI/MFMessageComposeViewController.h>or it will crash on launch on 3.1. Just import<MessageUI/MessageUI.h>To make sure it doesn’t crash on 3.1.x, you need to test for the availability of MFMessageComposeViewController: