how to send sms programmatically in iphone 2.0
- by MaheshBabu
Hi folks,
I need to send email programmatically in iphone os 2.0.
some where i found
NSString *url = [NSString stringWithString: @"mailto:[email protected][email protected]&subject=Greetings%20from%20Cupertino!&body=Wish%20you%20were%20here!"];
[[UIApplication sharedApplication] openURL: [NSURL URLWithString: url]];
is this is code work on iphone os 2.0.
similarly i need to send sms in iphone 2.0 and make a call.
i found it is not possible in sending sms in iphone 2.0 and making call.
is there any third party tools to send sms.
can any one pls help me.
Thank u in advance.