iOS ibeacon后台运行相关文章

//ibeacon相关

http://stackoverflow.com/questions/19274286/can-an-ios7-device-act-as-an-ibeacon本文提到了模拟ibeacon时不能后台广播信号



//corebluetooth相关

https://developer.apple.com/library/ios/documentation/NetworkingInternetWeb/Conceptual/CoreBluetooth_concepts/BestPracticesForSettingUpYourIOSDeviceAsAPeripheral/BestPracticesForSettingUpYourIOSDeviceAsAPeripheral.html官方文档说明


http://stackoverflow.com/questions/19375913/ios-corebluetooth-advertising-and-scanning-while-app-in-the-background提到了类似ibeacon的模式来实现后台运行


Github上有个AltBeacon说可以实现后台广播信号,但是个人看完后发现好像不是广播信号,而只是实现了uuid的获取。

你可能感兴趣的:(iOS)