Skip to content

Releases: Estimote/iOS-Fleet-Management-SDK

4.1.0

16 Apr 11:35
Compare
Choose a tag to compare

Features:

  • Support of Google Eddystone Ephemeral ID.

Improvements:

  • Improved monitoring of firmware stability.
  • Missing ESTNearableProtocolDelegate warning fixed.

4.0.0

11 Mar 14:20
Compare
Choose a tag to compare

Features:

  • Two brand new management APIs: Convenience API and Advanced API.
  • Separate classes for each device setting.
  • Support for Estimote Location and Estimote Telemetry packets.
  • Multipacket support for next gen beacons - now devices can broadcast multiple packets, with separate powers and advertising intervals independently.
  • Motion and temperature notifications support for next gen beacons.
  • GPIO support for next gen beacons.
  • Dark To Sleep support for next gen beacons.
  • ESTDeviceManager class for connectivity packet discovery.

Improvements:

  • Using Cloud API v2 under the hood for next gen beacons synchronizes settings with Cloud during connection process.

3.8.2

19 Jan 09:39
Compare
Choose a tag to compare
3.8.2 SDK Release

3.8.1

25 Nov 10:25
Compare
Choose a tag to compare

Improvements:

  • Bitcode support fixed (Issue with archiving apps)
  • Eddystone stability improvements

3.8.0

20 Nov 08:46
Compare
Choose a tag to compare

Features:

  • Internal structure update to support Estimote Indoor SDK 2.0.0
  • Request for fetching public beacon information

Improvements:

  • Nullability coverage improved

3.7.1

29 Oct 11:59
Compare
Choose a tag to compare

Features:

  • Estimote Cloud request to fetch public information about beacons

Improvements:

  • Improved performance of Analytics in Secure Beacon Manager

Bugfixes:

  • Corrected Eddystone Cloud data parsing
  • Corrected Power Modes parsing in settings history

Firmware update for nearables + iOS9 support!

05 Oct 13:25
Compare
Choose a tag to compare

Features:

  • Firmware update for nearables
  • Reading and writing advertising interval and broadcasting power for nearables.

Improvements:

  • iOS 9 support (nullability and bitcode)

3.6.0

10 Sep 15:02
Compare
Choose a tag to compare

Features:

  • New Beacon details request with option to request multiple beacons and selective fields
  • New request for fetching history of beacon settings changes
  • New request canceling pending settings applied in cloud

Improvements:

  • Optimized analytics requests. Now sent in batch and locally cached
  • Bulk Updated progress contains additional update information

3.5.0

26 Aug 14:24
Compare
Choose a tag to compare

Improvements:

  • Strongly improved Estimote Cloud API handling mechanism. ESTCloudManager was deprecated. ESTConfig with direct requests should be used instead.
  • ESTSecureBeaconManager supports accuracy based sorting for ranging

3.4.1

25 Aug 12:01
Compare
Choose a tag to compare

Improvements:

  • Improvements to memory and network load: SDK won't automatically fetch and cache list of your beacons after invoking [ESTCloudManager setupAppID:andAppToken:];
  • Method fetchNearableDetails:completion in ESTCloudManager class allowing you to fetch additional data about nearable.
  • ESTNearableVO class available