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