evothings / cordova-ble

Bluetooth Low Energy plugin for Cordova
http://www.evothings.com/
Apache License 2.0
242 stars 103 forks source link

Added Bluetooth central background mode for iOS #76

Closed ghost closed 9 years ago

fredrikeldh commented 9 years ago

This would force-enable background mode for all apps using the plugin. Apple would, at review time, require them to show why/how they were using background mode.

It is better to choose background mode per app. The recommended way to do this is to use a cordova after_prepare hook with PlistBuddy, as shown here: https://stackoverflow.com/questions/22769111/add-entry-to-ios-plist-file-via-cordova-config-xml/31845828#31845828.