Skip to content

Releases: Estimote/iOS-Fleet-Management-SDK

4.26.2

10 Nov 15:21
Compare
Choose a tag to compare

Features:

  • ESTMeshGateway implements ESTMeshGatewayDelegate protocol. It will make tracking assets easier, as you can retrieve all necessary data from delegate's method.

Improvements:

  • Simplified ESTMeshManager documentation, so it should be easier to grasp Mesh related concepts.
  • Better granulation of asking for permissions when using Estimote Monitoring.

Bugfixes:

  • Simplified and cleared confirming Mesh Buffer during connecting with Location Beacon,
  • Confirming commands when connecting with Location Beacon,
  • Minor cleaning and code improvements.

4.26.1

25 Oct 08:33
Compare
Choose a tag to compare

Bugfixes:

  • Fix for ESTBeaconDevice crash when using ESTBulkUpdater update functionality.
  • Fix for broken save of name, tags and location in Estimote Cloud using operation based mechanism.

4.26.0

23 Oct 15:52
Compare
Choose a tag to compare

Features:

  • Gateway can track changes in Mesh network and periodicaly gather scan results, which are sent to Estimote Cloud
  • Mesh network's settings can be set through ESTMeshManager
  • connecting with Location Beacon confirms applying commands to Mesh network

Bugfixes:

  • geolocation setting synchronises properly with Cloud
  • incorrect comparing firmware revisions during the OTA update process

5.0.0-alpha.4

20 Oct 08:48
Compare
Choose a tag to compare
5.0.0-alpha.4 Pre-release
Pre-release

Improvements:

  • Estimote Monitoring algorithm that powers Proximity Observer now uses device motion to improve experience.
  • Optimized CPU and RAM usage when observing multiple zones.

5.0.0-alpha.3

16 Oct 07:22
Compare
Choose a tag to compare
5.0.0-alpha.3 Pre-release
Pre-release

Bugfixes:

  • Fixed issue with CoreBluetooth scanning that caused occasional crashes on iOS 11.

4.25.4

16 Oct 13:32
Compare
Choose a tag to compare

Improvements:

  • Fixes for CoreBluetooth crash on iOS 11 devices. Multiple serial queues for CBCentralManager replaced with single one.
  • Mesh Advertiser power settings synchronised with Estimote Cloud.

4.25.3

11 Oct 14:52
Compare
Choose a tag to compare

Improvements:

  • Update related to change of AppStore submission guidelines

4.25.2

10 Oct 07:24
Compare
Choose a tag to compare

Bugfixes:

  • We added pagination to the request for fetching user's devices. Now you can filter by identifiers, device types and result page of devices you want to retrieve from Cloud.

5.0.0-alpha.2

06 Oct 11:36
Compare
Choose a tag to compare
5.0.0-alpha.2 Pre-release
Pre-release

Features:

  • ESTProximityZone that allows filtering JSON attachments by key, value pairs. Instances of this class also enable registering callbacks for monitoring events.
  • Sending Estimote Monitoring analytics events that will be presented in Estimote Cloud's dashboard in upcoming release.

Improvements:

  • Optimized resources allocation when starting observation of multiple zones (calling -[ESTProximityObserver startObservingZones:]).

4.25.1

06 Oct 02:34
Compare
Choose a tag to compare

Bugfixes:

  • We’ve fixed crash on CBPeripheral delegate observer removal. Crash was showing up on iOS 11 only mainly when using ESTBulkUpdater class.