Send tel://reqeust to dialer help!
Hi everyone. need urgent help on a dilemma that may not work. when i put
-(IBAction)buttonPressed: (id)sender {
NSString *callToURLString = [NSString stringWithFormat:@"tel://43", [(UIButton*)sender currentTitle]];
if ([[UIApplication sharedApplication] openURL:[NSURL URLWithString:callToURLString]])
when i do that its actually calling the number. is there any way of sending to the dialer to add more numbers after it, or not?
PLEASE Someone Respond ASAP
|