I would like to call other facetime numbers, but these are emails and not numbers. How do I do it?
For numbers, I know what to use.
NSURL *url = [NSURL URLWithString:@"facetime://+123456789"];
[[UIApplication sharedApplication] openURL:url];
But for emails, how do i change it. Any idea?
NSURL *url = [NSURL URLWithString:@"facetime://email@example.com"];
[[UIApplication sharedApplication] openURL:url];
These are the options
@"facetime://appleId" // For apple id
@"facetime://email@example.com" // For email id
@"facetime://5558675309" // For phone number