Releases: Estimote/iOS-Bluetooth-Scanning
Releases · Estimote/iOS-Bluetooth-Scanning
v1.0.9
Device's family
Added:
EBSScanInfoLTEConnectivity
has a new property reflecting device's family name (EBSScanInfoDeviceFamilyAIBeacon
andEBSScanInfoDeviceFamilyWearable
).
v1.0.7
iOS 13 compatibility
Fixed:
- iOS 13 compatibility
isPressed nullability
Fixed:
isPressed
flag is back nonnullable. Only in previous release (1.0.4) it was nullable.- minor code cleanup and bugfixing.
LTE packets with device family
Fixed:
- Enhanced support for LTE beacon's packet (0.1.0+ versions).
Supporting latest and nearest firmware releases.
Fixed
- Corrected validation of the LTE beacon packet's app and boo version to support firmwares 0.0.12+
Fixed parsing newer LTE beacons' packets.
Fixed
- Parsing different LTE beacon's firmware versions, so beacons with firmware 0.0.9 - 0.0.13 would be detectable.
Bluetooth Scanning lib is turning 1.0.0 🎉
Added
- LTE Connectivity packet has a new flag indicating if LTE beacon's button was pressed. This flag should be toggled for a limited time (most likely 10 seconds).
- Support for iOS 10.0
Support for LTE Beacon connectivity packet
Added
- Added support for LTE Connectivity packet —
EBSScanInfoLTEConnectivity
.