Question

This question already has an answer here:

I want the user to make a call from my application

Something like this post, but instead of sending an email, make a call How can I send mail from an iPhone application

Tanks!

Was it helpful?

Solution

NOTE: This will only work on an actual iPhone (not the simulator)

[[UIApplication sharedApplication] openURL: [NSURL URLWithString:@"tel:9995551234"]];
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top