Quote:
Originally Posted by sindhutiwari
hi ,
Generally
i follow this
HTML Code:
NSString *call = [NSString stringWithFormat:@"sms:%@",phonenumber];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:call]];
i want to send the text with this one .
please tell me how to do it
|
I spent quite a bit of
time searching for this myself. Every indication is that Apple doesn't allow for this.