iOS 从外部按钮发起呼叫
iOS Launch a call from external button
我正在查看 Apple Docs,但找不到我需要的任何内容。
我需要创建一个连接到带有照明端口的 phone 的外部硬件按钮。每当我按下按钮时,phone 将启动一个 phone 调用,调用保存在外部硬件内存中的号码。可不可以?
非常感谢。
查看 ExternalAccessory 的文档。您 need/possible 的所有内容基本上都记录在那里。
编辑:
如下评论:
Be aware that you need to apply and get approved for a special
developer program in order to be able to create external accessories.
– Duncan C 7 secs ago
我正在查看 Apple Docs,但找不到我需要的任何内容。
我需要创建一个连接到带有照明端口的 phone 的外部硬件按钮。每当我按下按钮时,phone 将启动一个 phone 调用,调用保存在外部硬件内存中的号码。可不可以?
非常感谢。
查看 ExternalAccessory 的文档。您 need/possible 的所有内容基本上都记录在那里。
编辑: 如下评论:
Be aware that you need to apply and get approved for a special developer program in order to be able to create external accessories. – Duncan C 7 secs ago