Any way to send message (i mean SMS,开发者_高级运维 sorry :D) in app without use MFMessageComposeViewController?
[[UIApplication sharedApplication] openURL: @"mailto:test@test.com"];
But this will quit your app
Any way to send message (i mean SMS,开发者_高级运维 sorry :D) in app without use MFMessageComposeViewController?
[[UIApplication sharedApplication] openURL: @"mailto:test@test.com"];
But this will quit your app
精彩评论