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.
iOS 6でアプリをFaceTimeと統合するにはどうすればよいですか?利用可能なAPIはありますか?facetime://?のようなURLを使用せずに、FaceTimeをアプリ内に統合することは可能です。
facetime://
iOSSDKでFaceTimeを利用する開発者向けの方法はありません。あなたができる最善のことは、次のようにアプリから電話をかけることです。
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"facetime://tel-number"]];