Search code examples
iosobjective-cionic3ionic-native

Phone call programmatically iOS 10.3.1


How can I trigger the Call button in the confirmation prompt?

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel:xxxxxxxxxxx"]];

Solution

  • You cannot.

    This would be against App Store Review Guidelines, which clearly state that it is against the review rules to modify the behaviour of prompts added for security reasons.