Skip to content

Releases: Estimote/iOS-Fleet-Management-SDK

4.32.2

24 Apr 15:59
Compare
Choose a tag to compare

Fixed

  • Applying nearables' settings.
  • Nearable's firmware update.
  • Minor bugfixes.

4.31.2

25 Oct 08:44
Compare
Choose a tag to compare

Fixed

  • Failing to connect with legacy beacons (with hardware revision D3.x)
  • Minor bugfixes

4.31.1

22 Oct 13:09
3c5ecd2
Compare
Choose a tag to compare

4.31.1 (October 21, 2019)

Fixed

  • Failing to detect nearables on iOS 13 devices
  • Improved compatibility with iOS 13

4.31.0 (TOW Deprecations)

09 Jul 10:18
Compare
Choose a tag to compare

Time for the final release of Estimote Fleet Management 4.x
Next version of Estimote Fleet Management SDK will support (as its name would suggest) only managing devices at scale (i.e. connect and sync/update).
Stay tuned for EFM 5.x! 🖖

Fixed

  • Failing ESTDeviceManager when it scanned Estimote Secure Monitoring enabled frames.

Deprecated

  • Ranging devices. If you need to scan for all sorts of Estimote packets please use Estimote Bluetooth Scanning.
  • Monitoring for devices. Monitoring is what you need? Don't hesitate to use Proximity SDK.
  • ESTBeaconConnection alongside with ESTBulkUpdater (the one for old beacons, up to D3.4). If you would need for any reason to connect and/or changes settings you need this SDK in 4.x version.
  • Sending telemetry readings to Cloud - if needed please use Proximity SDK.
  • Sending analytics to Cloud.

Important

4.30.0

09 Jul 10:20
Compare
Choose a tag to compare

Features

  • Connecting to a device will synchronize NFC and Estimote Secure Monitoring (ESM) related settings.
  • ESTDeviceManager will detect and decrypt ESM enabled devices.

Renaming the SDK - Estimote Fleet Management SDK

11 Apr 10:55
Compare
Choose a tag to compare

Renaming!

Starting with version 4.29.0 this SDK will be named Estimote FleetManagement SDK, but don't worry - no API changes!
We've updated the name of the SDK to better reflect its purpose.

4.28.0

09 Jul 10:21
Compare
Choose a tag to compare

Features:

  • Added "TemperatureOffset" setting.

You can use this setting to calibrate the beacon's temperature sensor. For example, if you measure that the sensor in the beacon is off by 1.2 degree C (shows 21.2 instead of 20.0), set the temperature offset to -1.2.

4.27.0

18 Dec 15:17
Compare
Choose a tag to compare

Features:

  • Some classes have new initializers with queue for dispatching events of a CBCentralManager, see: ESTDeviceManager, ESTMeshManager.
  • ESTDeviceManager has a new delegate's method returning error for device discovery failure (see: - (void)deviceManager:(ESTDeviceManager *)manager didFailDiscoveryWithError:(NSError *)error;. Previous callback is deprecated since 4.27.0).

Bugfixes:

  • Issue with overwriting generic advertisers' indexes is a thing of the past.

5.0.0-alpha.5

22 Nov 10:27
Compare
Choose a tag to compare
5.0.0-alpha.5 Pre-release
Pre-release

Improvements:

  • Estimote Cloud's Analytics events are cached and sent in batches.
  • ESTProximityObserver's error block is invoked with error object having domain & error codes defined in ESTProximityObserver.h.
  • Renamed ESTProximityZone's onEnterBlock, onExitBlock, onChangeBlock to onEnterAction, onExitAction, onChangeAction for better compatibility with Android Proximity SDK.

Bugfixes:

  • Fixed a bug where Estimote Monitoring would ignore use motion detection.

4.26.3

13 Nov 16:17
Compare
Choose a tag to compare

Bugfixes:

  • Fixed not connecting with Location Beacons.