I have a bluetooth device with a button on it. When clicking device\'s button, notification characteristic updating and my app shows local notification. It\'s that simpl
You need to enable and program you App to handle Core-Bluetooth Background Mode
this way you will be able to reconnect to the device if your App is killed by the OS to free some resources.
"Even if your app supports one or both of the Core Bluetooth background execution modes, it can’t run forever. At some point, the system may need to terminate your app to free up memory for the current foreground app—causing any active or pending connections to be lost, for instance. As of iOS 7, Core Bluetooth supports saving state information for central and peripheral manager objects and restoring that state at app launch time. You can use this feature to support long-term actions involving Bluetooth devices"
but you cannot reconnect if the user has terminated your App.