I\'m trying to open just the Phone app from within an application I\'m making without dialing a number.
I\'ve tried:
NSString *stringURL = @\"tel://\
try this,
NSString *stringURL = @"tel:phonenumber"; [[UIApplication sharedApplication] openURL:[NSURL URLWithString:stringURL]];