Skip to content

Releases: Estimote/iOS-Bluetooth-Scanning

Instantiable scan infos

22 Feb 11:13
Compare
Choose a tag to compare

Added

  • Added inits for EBSScanInfoLocationConnectivity, EBSScanInfoEstimoteTelemetryA, EBSScanInfoEstimoteTelemetryB.

Changed

  • Renamed advertisementData to serviceData in EBSScanInfoEstimoteEncrypted.
  • Updated EBSScanInfoFrameType enum's cases to fit Estimote packet names.

Fixed

  • Fixed warning on EBSUniversalScanner's state property by using a custom enum instead of deprecated CBCentralManagerState.

Scanning for encrypted frames

07 Feb 11:35
Compare
Choose a tag to compare

Added

  • Added EBSScanInfoEstimoteEncrypted. It allows scanning for frames encrypted with Estimote Secure Monitoring.

Added generic scan info

22 Jan 13:24
Compare
Choose a tag to compare
  • Added EBSScanInfoGeneric that scans for any packet with Estimote Service UUID that wasn't deserialized by other ScanInfo classes.

Dynamic framework

04 Jan 14:22
Compare
Choose a tag to compare

Changed

  • Changed type of EstimoteBluetoothScanning to dynamic framework with slices for both iOS Simulator & iOS Device architectures.

Swifty interop

04 Jan 08:35
Compare
Choose a tag to compare

Added

  • Universal scanner has a protocol now (EBSUniversalScannerProtocol).
  • The framework now contains a module map so it should be visible by dynamic frameworks.

Changed

  • EBSUniversalScannerDelegate methods changed the first parameter type from EBSUniversalScanner * to id<EBSUniversalScannerProtocol>.
  • Scanning uses a different restarting rule now. It should result in more data when the app is in the background.

Build fix

04 Dec 10:16
Compare
Choose a tag to compare
Build fix Pre-release
Pre-release

Fix broken import for Scan Info Restarter

First release without podspec

04 Dec 10:18
Compare
Choose a tag to compare
Pre-release

This is an experiment of releasing a library without the podspec file. Instead of bundling both the library binary and the podspec file, now the latter is left in the source repo.

First experimental release

15 Nov 16:26
Compare
Choose a tag to compare
Pre-release
v0.0.1

EstimoteBluetoothScanning 0.0.1 release