evothings / cordova-ble

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

Reading a characteristic value removes characteristic notification on iOS #61

Open thegecko opened 9 years ago

thegecko commented 9 years ago

If you subscribe to notifications from a characteristic in iOS and subsequently read that characteristic, notifications are no longer raised.

I can see from the objc code that this is due to read code stomping the existing notify callback handler.