im trying to make a call through the telpromt command:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"telprompt://123456789"]];
The problem is, that when de code is run, it displays an UIAlertView not of my property, asking to confirm the call. It has to buttons: Cancel and Call. I want to programatically press the call button in the AlertView.
Is it possible ?
Thanks !