【问题标题】:How to get the mobile number of the iPhone using Bluetooth?如何使用蓝牙获取 iPhone 的手机号码?
【发布时间】:2015-03-30 11:05:38
【问题描述】:

我想将来电者的手机号码转发到蓝牙设备(类似于 手机号码在智能手表上可见且蓝牙设备为非 ios 设备的元手表)

https://itunes.apple.com/us/app/metawatch-manager-for-ios/id557219641?mt=8

以上链接提及来电显示通知。

在问这个问题之前,我已经浏览了以下链接。

How to get user incoming call phone number in iOS device

Getting mobile number from log to the app

How to get the Phone number from the callID(call Identifier) of call which returned form callcenter in iphone sdk?

所有问题的答案都是不可能的。我认为应该有某种方法可以使用蓝牙获取来电者的手机号码。任何建议或任何指示。是否可以使用 MFi 或任何其他方式来实现这一点?

【问题讨论】:

    标签: iphone ios bluetooth sony-smartwatch


    【解决方案1】:

    蓝牙配件可以通过多种方式获取来电者的手机号码。最直接的:

    另请参阅 Apple 的蓝牙开发者页面,这是了解更多信息的良好起点:https://developer.apple.com/bluetooth/

    【讨论】:

      【解决方案2】:

      有几种方法。

      1> 每当来电时,通过蓝牙串口配置文件将信息流式传输到远程蓝牙设备[假设远程设备支持蓝牙串口配置文件]

      2> 根据远程设备的蓝牙功能[配置文件支持],您可以决定需要使用哪些配置文件来传输数据。

      直接回答您的问题: 无法直接回答,因为远程蓝牙设备的能力不清楚。

      以下链接可以帮助您了解更多关于 iPhone 中的蓝牙交互

      Implementing Bluetooth data transfer on the iPhone

      【讨论】:

      • Mount Mani:感谢您的快速回复,我有这个想法,但我的问题是如何从 iPhone 获取来电者信息?还有一件事,您拥有的链接可以深入了解 gamekit,但我必须使用 Core Bluetooth 或 EAAcessory 与蓝牙设备进行通信
      • 我想我误解了你的问题。我试图回答通过蓝牙传输信息的问题。 “我认为应该有某种方法可以使用蓝牙获取来电者的手机号码”。
      • 在检索来电显示时,我不知道。
      • Caller ID won't work 检查此链接 How to get the Phone number from the callID(call Identifier) of call which return form callcenter in iphone sdk?
      猜你喜欢
      • 2015-12-25
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-03-30
      • 2019-12-07
      • 2016-02-21
      • 1970-01-01
      • 2011-12-24
      相关资源
      最近更新 更多