如何使用BLE + BT通过iPhone上的其他蓝牙设备阅读和回复任何通知(任何应用通知)

时间:2019-05-27 21:12:20

标签: ios swift bluetooth bluetooth-lowenergy core-bluetooth

我想通过BLE + BT阅读通知,并在通知的基础上执行一些操作。

像任何智能手表或Apple Watch一样,它们通过iPhone接收通知并在BLE的帮助下发送到智能手表。

我想读取所有通知,并在可能的情况下(例如Whatsapp)通过Fermware写入(回复)通知。

现在的问题是:

  1. 在BLE的帮助下,是否可以做(读取和回复)通知。
  2. 如果是,那么是否需要MFi
  3. 或执行此操作的确切方法是什么(读取/回复所有通知)

我有一些Apple文档:

Apple Notification Center服务(ANCS)规范

https://developer.apple.com/library/archive/documentation/CoreBluetooth/Reference/AppleNotificationCenterServiceSpecification/Introduction/Introduction.html

https://developer.apple.com/library/archive/documentation/CoreBluetooth/Reference/AppleNotificationCenterServiceSpecification/Specification/Specification.html#//apple_ref/doc/uid/TP40013460-CH1-SW7

https://developer.apple.com/library/archive/documentation/CoreBluetooth/Reference/AppleNotificationCenterServiceSpecification/Appendix/Appendix.html#//apple_ref/doc/uid/TP40013460-CH3-SW7

0 个答案:

没有答案