Tagged Questions
5
votes
4answers
5k views
How to tell if Cocoa Touch device can make calls?
I'm writing an iPhone application that provides a button to call a phone number. I'm using code like the following to dial the number using a tel: URL in the usual way:
NSURL* contactTelURL = [NSURL
...