简体   繁体   English

可以在iOS5的应用程序中使用FaceTime吗?

[英]Can FaceTime be used within an app in ios5?

Have an app idea that I'd like to make using FaceTime. 有一个我想使用FaceTime制作的应用创意。 Can this application layer though be implemented in a 3rd party app or does it only run as FaceTime? 该应用程序层可以在第三方应用程序中实现吗,还是只能作为FaceTime运行?

Apple did mention that FaceTime would be an open standard but so far they have not released an API so the answer is no. 苹果确实提到FaceTime将是一个开放标准,但是到目前为止他们还没有发布API,因此答案是否定的。 It's a shame because there are some really cool things which could potentially be done if Apple decided to open it up. 很遗憾,因为如果苹果决定开放某些非常酷的事情,它们可能会完成。

You can initiate a FaceTime call like this, but it won't be in app. 您可以像这样发起FaceTime调用,但不会在应用程序中。

NSURL *facetimeURL = [NSURL URLWithString:@"facetime://15555555555"];
[[UIApplication sharedApplication] openURL:facetimeURL];

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM