Bluetooth low energy for IOS

,

Hi everyone,
Anyone know if bluetooth low energy is available now in IOS?

We are in the process of implementing BLE support for iOS. It's not in the App Store companion yet, but you can help us beta test it via Apple's TestFlight program.

Not all functions of the BLE extension have been implemented yet.

Also, an important difference with iOS versus Android is that iOS identifies BLE devices using a UUID derived from a combination of the iOS device and the BLE device rather than using a MAC address like on Android. Therefore, you cannot expect that any of the blocks that connect via MAC address to work the same across platforms.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.