The easiest way is to check if the tel:// protocol is supported on the device
[[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"tel://"]];
canOpenURL: explicitly checks whether there's an application capable of opening that URL scheme, not that the URL is correct.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment