Bluetooth Low Energy app failed to write characteristics on iOS 7

可紊 提交于 2019-12-06 11:48:59

I ran into the same problem, the issue is with the the firmware not your iOS Code. iOS6 was more relaxed with the characteristics types, but iOS7 is more stringent.

The WriteWithoutResponse flag for the Characteristic has to set explicitly to work with iOS7

I had used RedBear's Biscuit for Arduino at my startup to test our product, which worked wonderfully with iOS6 but when the app migrated to iOS7, the writes would fail quietly.

More detailed discussion is here (see update from Mattj949) @ https://redbearlab.zendesk.com/entries/25031402-BLE-Mini-and-iOS-7 There are some Apple Threads on this issue, http://lists.apple.com/archives/bluetooth-dev/2013/Aug/msg00046.html and http://lists.apple.com/archives/bluetooth-dev/2013/Aug/msg00050.html

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!