Other PSA: Bluetooth advertising data has changed in iOS 13

TnP

Member
Licensed User
Longtime User
Hi All,
Just a quick heads-up that some of the advertising data representation in iOS 13 has changed for those that are using it and can have app-breaking results (as it did to us).
Here's an example of what's changed:

kCBAdvDataManufacturerData pre-iOS 13:
B4X:
<0d037e 171cc664 03ec0118 fffc0a81>

kCBAdvDataManufacturerData in iOS 13:
B4X:
{length = 14, bytes = 0x0d037e171cc66403ec0118fffc0a81}

Kind regards,
Terry
 
Last edited:
Top