Launching Facetime from your app?

前端 未结 5 1006
忘掉有多难
忘掉有多难 2021-01-04 19:33

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

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


        
5条回答
  •  温柔的废话
    2021-01-04 20:04

    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

提交回复
热议问题