Reputation: 1132
If an iPhone does not have network connection or is in flight mode, would the canOpenURL return a no for the "tel://" URL?
Upvotes: 0
Views: 702
Reputation: 10059
No, the iPhone can still open the phone app and make calls without a network connection.
Look at the Reachability example code on the Apple dev site.
Upvotes: 1