使用带有CoreBluetooth的BLE(没有iBeacon),有没有办法在设备收到蓝牙信号时唤醒应用程序未运行的应用程序?
我正在使用redbearlab的BLE Shield(http://redbearlab.com/bleshield/)模拟一个灯塔.
谢谢,DAN
*更新03/05/14*
看起来苹果已经推出了iOS 7.1的主要更新:现在,如果iOS检测到与您的应用匹配的UUID,它将为您打开应用.该应用程序只需要安装,它不必运行(AppDelegate中的逻辑需要响应唤醒呼叫).
ios core-bluetooth bluetooth-lowenergy cbcentralmanager ibeacon