Skip to content

Releases: Estimote/iOS-Fleet-Management-SDK

4.16.2

23 Jun 09:32
Compare
Choose a tag to compare

Bugfixes:

  • further framework size optimization

4.16.1

22 Jun 15:42
Compare
Choose a tag to compare

Improvements:

  • deprecated ESTRequestV2GetDeviceDetails, now ESTRequestGetDeviceDetails should be used for fetching device's details from Estimote Cloud

Bugfixes:

  • corrected symlinks in EstimoteSDK.framework (previously they made framework file excessively large)
  • fixed not synchronizing properly Here & Now advertiser

4.16.0

05 Jun 13:36
Compare
Choose a tag to compare

Features:

  • Location Beacons have now generic advertisers, allowing to broadcast custom packets (e.g. one Location Beacon can broadcast up to 4 iBeacon packets)
  • Added feature set for Background Mode enabling correct work of Indoor Location in background. Please note that for enabling Estimote Monitoring there is a complete feature set ESTFeaturesetEstimoteMonitoring!

Improvements:

  • Added support for +20dBm broadcasting power (Location Beacons with I1.2, i.e. UWB Beacons)

Bugfixes:

  • proper development flag handling in pending settings

4.15.0

16 May 15:02
Compare
Choose a tag to compare

Improvements:

  • Estimote background mode support. Enabling this mode allows to improve experience of using Estimote Indoor Location engine in the background.
  • Development mode support. When development mode is enabled anyone can connect and configure beacon’s settings. Configuration process stays secure using authorisation mechanism. Applied changes are reflected in the Estimote Cloud Dashboard.
  • Improvement of secure beacon manager monitoring. With these changes enter/exit events are delivered in more reliable way.

Bugfixes:

  • Fixed monitoring of nearables when ESTNearableTypeAll type is used. Before no events were generated.
  • Fixed size of framework file. The size was tripled due to incorrectly generated symlinks.

4.14.1

12 Apr 15:31
Compare
Choose a tag to compare

Improvements:

  • added convenience methods to ESTLocationBulkUpdater for calculating failed and successful updates

Bugfixes:

  • added advertiser’s settings for Mesh and UWB to ESTDeviceSettings

4.14.0

07 Mar 10:54
Compare
Choose a tag to compare

Features:

  • Bulk Updater now updates firmware of Location Beacons with Automatic Firmware Update enabled.

Improvements:

  • Improved stability of settings management.
  • Improved Bulk Updater performance for big Deployments.
  • Improved Bulk Updater reliability in background mode.

Bugfixes:

  • Fixed issue when changes to a devices's name were not applied.

4.13.2

06 Feb 13:25
Compare
Choose a tag to compare

Bugfixes:

  • Fixed Eddystone URL encoding. Previously, URLs containing ".org", ".edu", ".info", ".biz", or ".gov" substrings could be serialized incorrectly, causing e.g. Physical Web to show broken links or no links at all.

4.13.1

01 Feb 14:36
Compare
Choose a tag to compare

Bugfixes:

  • Before, apps running on iOS 10 could become unresponsive when scanning for multiple packets in an environment with a big number of beacons nearby the device.
  • Readded some missing headers related to Mesh and Generic Advertisers.

4.13.0

30 Jan 14:48
Compare
Choose a tag to compare

Features:

  • Propagating firmware update over a mesh network.
  • ESTMeshManager enables sending mesh settings confirmations for meshed beacons in range.
  • Removing a device from a mesh network.

Improvements:

  • Improved firmware update for Location Beacons.

4.12.2

05 Jan 15:49
Compare
Choose a tag to compare

Fixes:

  • Added missing ESTDeviceSettingsAdvertiserConnectivity class.