John Lane
John Lane

Reputation: 1132

iOS Detect No Network Connectivity

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

Answers (1)

Tom Irving
Tom Irving

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

Related Questions