This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BLE changes with iOS 8

Has anything changed with the Bluetooth LE in iOS 8? I have an ANCS library for Arduino (https://github.com/robotastic/ANCS-Library) that was working fine with iOS 7. I just upgraded to iOS 8 and I am having a lot of problems with service discovery, where the iOS device doesn't seem to completing service discovery. I am also seeing a lot more disconnects and sometime it will get stuck in a disconnect/reconnect loop.

I am pretty much just using an extension of the Proximity Example code for the nRF8001.

Has anyone else noticed anything weird with iOS 8?

Related