Skip to content

Releases: Estimote/iOS-Fleet-Management-SDK

3.4.0

19 Aug 15:51
Compare
Choose a tag to compare

Improvements:

  • Security improvements in the beacon authorization mechanism
  • Over The Air Update (OTA) stability improvements
  • AppID and AppToken accessible from ESTCloudManager
  • GPS location accessible from ESTBeaconConnection

3.3.3

29 Jul 14:41
Compare
Choose a tag to compare

Improvements:

  • Reduced frequency with which beacon cache is being written to disk, which
    results in reduced recurring CPU utilization.
  • Secure UUID performance improvements continue: in this episode, we sped up
    ranging for secure beacons; noticeable especially when ranging for a large
    amount of regions.

Bug fixes:

  • Eddystone-URL will now correctly handle printable characters appearing at the
    very end of the URL.

3.3.2

24 Jul 15:26
Compare
Choose a tag to compare
  • Unified way of handling Namespace ID and Instance ID (uppercase)
  • Eddystone telemetry property changes (awakeTime -> uptimeMillis, battery -> batteryVoltage, pocketType -> packetType)
  • Incorrect error when changing broadcasting type between Eddystone options.
  • Detecting Eddystone devices with telemetry only fixed.

3.3.1

15 Jul 15:33
Compare
Choose a tag to compare
Eddystone manager supports discovery of all devices in range, Type co…

3.3.0

14 Jul 23:26
Compare
Choose a tag to compare
Eddystone related information added to readme file

3.2.12

14 Jul 14:04
Compare
Choose a tag to compare

Bugfixes:

  • Lots of improvements to stability and performance of Secure UUID ranging and monitoring

3.2.11

09 Jul 14:38
Compare
Choose a tag to compare
Incorrect monitoring related events from ESTSecureBeaconManager fixed

3.2.10

08 Jul 13:42
Compare
Choose a tag to compare
Bugfixes:

- Crash during ranging beacons related to caching fixed
- Missing beaconConnection:didDisconnectWithError: event enabled in ESTBeaconConnection

3.2.9

07 Jul 14:49
Compare
Choose a tag to compare
Cocoapods podspec corrected

3.2.8

03 Jul 10:59
Compare
Choose a tag to compare
Bugfixes:

- Crash on beacon device disconnect event corrected
- nil region handling added to Beacon Manager and Secure Beacon Manager
- beaconManager:didFailWithError: callback added to Beacon Manager and Secure Beacon Manager
- handling of beaconManager:didStartMonitoringForRegion: added to Secure Beacon Manager
- handling of beaconManager:rangingBeaconsDidFailForRegion: added to Secure Beacon Manager
- handling of beaconManager:monitoringDidFailForRegion: added to Secure Beacon Manager