how to send sms programmatically in iphone 2.0

Posted by MaheshBabu on Stack Overflow See other posts from Stack Overflow or by MaheshBabu
Published on 2011-01-04T10:15:39Z Indexed on 2011/01/04 10:54 UTC
Read the original article Hit count: 453

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk-2