I am trying to initiate a call from my iphone app,and I did it the following way..
-(IBAction) call:(id)sender { UIAlertView *alert = [[UIAlertView allo
NSString *phoneNumber = // dynamically assigned NSString *phoneURLString = [NSString stringWithFormat:@"tel:%@", phoneNumber]; NSURL *phoneURL = [NSURL URLWithString:phoneURLString]; [[UIApplication sharedApplication] openURL:phoneURL];