我可以检查一个常量来确定设备是否能够进行 Facetime 通话吗?
我可以检查一个常量来确定设备是否能够进行 Facetime 通话吗?我的应用程序中有一个 Facetime 按钮,但我只想在用户能够进行 Facetime 通话时显示它(即用户现在拥有 iPhone 4 或 iPad 2,但希望代码适用于未来发布的版本) 。
Is there a constant I can check to determine whether a device is capable of a Facetime call? I have a Facetime button in my app, but I only want to display it if the user is capable of making a Facetime call (i.e. user has iPhone 4 or iPad 2 right now, but want code to work for future versions that come out).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试在facetime URL上使用canOpenUrl,如下所示:
Try using the canOpenUrl on facetime URL, as follows: