Search code examples
iosipadcallipod

ios Calling is not available


How do I know that I can not call from the device? For example for e-mail: [MFMailComposeViewController canSendMail] Anything for calling?


Solution

  • if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:@"tel:+123456"]]) {
    ...
    }