Is there a way we can call phone numbers from iPhone App other than
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:phoneNumber]];
I have used ‘in app email and sms’ using MFMailComposer and MFMesageComposer.
Is there something similar to that for making a call?
No, custom url schemes like this (
tel://) are the only official way Apple allows you to communicate with other apps (including the Phone app).