Skip to content

Releases: Estimote/iOS-Fleet-Management-SDK

3.2.5

22 May 10:28
Compare
Choose a tag to compare

Bugfixes:

  • saving cache to disk no longer happens on the main thread

Improvements:

  • added RSSI property (updated in real-time) to the ESTBeaconConnection
  • added a method to fetch a beacon's MAC address from the cloud to the ESTCloudManager

3.2.4

19 May 12:40
Compare
Choose a tag to compare

Bugfixes:

  • Fixed a crash that could sometimes occur when stopping monitoring of a secure
    UUID region

3.2.3

15 May 15:47
Compare
Choose a tag to compare
Bugfixes:

- Bulk updater issue with updating device power to 0 value
- Fixed duplicated events in Secured Beacon Manager
- Smart Power Mode reading corrected

Improvements:
- Supress the "Bluetooth disabled" warning
- Persist secure monitored regions between app relaunches
- Secured Beacon Manager invoke beaconManager:didDeterminState: on main thread
- SystemConfiguration added to the umbrella header

3.2.2

29 Apr 15:18
Compare
Choose a tag to compare

Features:

  • New monitoredRegions and rangedRegions properties
    for ESTBeaconManager and ESTSecureBeaconManager

Bugfixes:

  • ESTSecureBeaconManager now reports the initial state of the
    monitored region to the didDetermineState delegate method, just
    like Core Location monitoring does
  • ESTSecureBeaconManager now responds correctly to the
    requestStateForRegion method
  • The color property is now properly filled in from the Estimote
    Cloud during the process of connecting to the beacon
  • The name is now properly updated after changing it via the
    writeName method

3.2.0

23 Apr 20:36
Compare
Choose a tag to compare
Features:

- New Analytics covering CoreLocation regions implemented
- GPS support for Analytics added
- Virtual Beacon demo added

Bugfixes:
- Virtual beacon fixed
- Missing disconnect event for beacons fixed
- Nearables monitoring fixed

3.1.0

10 Apr 14:49
Compare
Choose a tag to compare

Features:

  • Option to mark GPS location for beacon

Bugfixes:

  • Memory leak in secured region monitoring
  • Disconnect after OTA procedure issue
  • Analytics not sending events in regular/secured beacon manager
  • Motion state incorrect value sent to delegate fixed
  • Caching beacons corrected
  • Secured beacons ranging delay fixed
  • returnAllRangedBeaconsAtOnce flag of ESTBeaconManager fixed

3.0.3

27 Mar 15:48
Compare
Choose a tag to compare

Bugfixes:

  • Crash on Utility manager delegate invocation fixed
  • Multiple invocations of Bulk update fixed

Improvements:

  • Cocoapods support updated for Framework architecture
  • Awesome ASCII art header added:)

2.4.0

10 Feb 09:29
Compare
Choose a tag to compare

Improvements:

  • Ranged nearables list sorting (RSSI = 127 moved to the end of the list)
  • Color added to nearable objects
  • Option to fetch all nearables from the cloud for authorized users (ESTNearableManager)
  • Example of changing beacons settings added

Bugfixes:

  • Firmware and Hardware version formatting of nearables corrected
  • Nearables monitoring fixed (constant monitoring issue)

2.3.2a

20 Jan 11:05
Compare
Choose a tag to compare

Fixed beacon Examples to get rid of the hard-coded path in the library search paths.

Version bump 2.3.2

16 Jan 09:46
Compare
Choose a tag to compare

Improvements:

  • Motion UUID support (please note that secured beacons are not supported yet).
  • Corrected handling of unknown nearable type name

Bugfixes:

  • Fixed bug that caused crash after starting monitoring for the same sticker type more than once.