Search code examples
objective-ciosfacetime

Launching Facetime from your app?


I am seeing that you can launch FaceTime from your app via

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"facetime://tel-number"]];

I am also reading that since there is no officially public FaceTime API apple will reject you.

Does anyone know if this rejection talk is true? PAIR has this feature and they have never been rejected.


Solution

  • This is now documented and legal: https://developer.apple.com/library/ios/featuredarticles/iPhoneURLScheme_Reference/FacetimeLinks/FacetimeLinks.html#//apple_ref/doc/uid/TP40007899-CH2-SW1