How do I know that I can not call from the device? For example for e-mail: [MFMailComposeViewController canSendMail] Anything for calling?
[MFMailComposeViewController canSendMail]
if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"tel:+123456"]]) { ... }