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!
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!
NOTE: This will only work on an actual iPhone (not the simulator)
[[UIApplication sharedApplication] openURL: [NSURL URLWithString:@"tel:9995551234"]];