标签: ios bluetooth-lowenergy core-bluetooth
我想在ios中使用蓝牙低功耗(BLE)进行编码。我想在应用程序背景时显示新BLE设备的通知。有可能做到吗?我从传感器标签网站购买了BLE设备。
答案 0 :(得分:0)
是的,它可以在中央和外围模式下使用。您应该在Info.plist中声明必要的权限,然后您可以使用scanForPeripheralsWithServices:options:的标准方法CBCentralManager在后台搜索一个特定服务。首先阅读docs of Apple。
scanForPeripheralsWithServices:options:
CBCentralManager