Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想拨打其他 facetime 号码,但这些是电子邮件而不是号码。我该怎么做?
对于数字,我知道该使用什么。
NSURL *url = [NSURL URLWithString:@"facetime://+123456789"]; [[UIApplication sharedApplication] openURL:url];
但是对于电子邮件,我该如何更改它。任何的想法?
NSURL *url = [NSURL URLWithString:@"facetime://email@example.com"]; [[UIApplication sharedApplication] openURL:url];
这些是选项
@"facetime://appleId" // For apple id @"facetime://email@example.com" // For email id @"facetime://5558675309" // For phone number