Skip to content

Releases: KatalysatorAB/GlimrSDK-iOS

Added helper to retrieve local cached tags

20 Dec 12:21
Compare
Choose a tag to compare
  • Added helper to retrieve local cached tags

Added nonnull, nullable annotations

16 Nov 15:29
Compare
Choose a tag to compare
Pre-release

Added nonnull, nullable annotations which corrects Swift behaviour.

Improvements to app tracking and added warnings

07 Nov 17:35
Compare
Choose a tag to compare
  • Add log entry if NSBluetoothPeripheralUsageDescription is not set but suppressing the location accuracy bluetooth popup is active
  • Improvements in skipping and forcing regular app checks

Changed location permission behaviour

01 Oct 20:04
Compare
Choose a tag to compare
  • Before 1.9.0 the SDK only asked for "always" location permissions if the askForLocationPermission flag was set
  • From 1.9.0 on the SDK asks for the location permission indicated in the application plist by the developer using NSLocationAlwaysUsageDescription or NSLocationWhenInUseUsageDescription

Slimmed down initialisation process and added swift support

07 Sep 17:15
Compare
Choose a tag to compare
  • Swift support
  • Slimmed down initialisation process

Optimise resource usages on background wake up

17 Aug 20:14
Compare
Choose a tag to compare

Stripped down init code during background wake up to a minimum to save time and resources while waking up in background.

Changes to local regions registration

15 Aug 18:38
Compare
Choose a tag to compare

Changes:

  • all regions are now prefixed with GL_ which makes it easy to keep track of Glimr regions
  • improved code flow for region registration and monitoring using less resources while being more fault tolerant
  • changes to cases when switching from or to background while tracking and active region

Important:
since we introduced our own prefix, it's important to know that we will purge all registered regions the first time if you are using KATConfiugration.shareRegions

Improvements and fixes to updating monitored regions

13 Aug 18:27
Compare
Choose a tag to compare
  • Logs showed that updating regions was not performed under certain circumstances, that caused problems setting new regions.
  • Updating monitored regions while in background

Added option to track CLVisit events (beta)

26 Jul 12:01
Compare
Choose a tag to compare

Added option to track CLVisit events (beta)

Custom response format for audience tags

03 Jun 08:55
Compare
Choose a tag to compare

Custom response format for audience tags.