Skip to content

Releases: radarlabs/radar-sdk-ios

3.19.0-beta.1

03 Oct 15:58
Compare
Choose a tag to compare
3.19.0-beta.1 Pre-release
Pre-release
  • Reintroduce convenience methods for location permission.

3.18.1

25 Sep 21:47
801044b
Compare
Choose a tag to compare
  • Improves Radar.trackVerified() error handling.

3.18.1-beta.1

25 Sep 19:14
Compare
Choose a tag to compare
3.18.1-beta.1 Pre-release
Pre-release
  • Improves Radar.trackVerified() error handling.

3.18.0

13 Sep 20:15
d2c2928
Compare
Choose a tag to compare
  • Adds feature gate to logging of app opens.
  • Introduces logging of opened_app conversions through notification taps.
  • Exposes options argument in initializeWithPublishableKey to enable automatic setup of logging notification taps.
  • Implements nativeSetup method to facilitate automatic setup of logging notification taps in cross platform frameworks.
  • Implements logConversionWithNotificationResponse to enable manual setup of logging notification taps.

3.17.0

16 Aug 18:04
4367407
Compare
Choose a tag to compare
  • Adds support for motion activity detection.

3.16.1

15 Aug 12:41
63c92df
Compare
Choose a tag to compare
  • Adds Radar.setExpectedJurisdiction(countryCode, stateCode).
  • Exposes RadarVerifiedLocationToken._id and RadarVerifiedLocationToken.failureReasons.

3.16.1-beta.1

01 Aug 15:43
Compare
Choose a tag to compare
3.16.1-beta.1 Pre-release
Pre-release
  • Adds support for motion detection.

3.16.0

19 Jul 15:34
90e2654
Compare
Choose a tag to compare
  • Enables remote configuration of SDK behavior, including automatically calling Radar.trackOnce() on app open and automatically calling Radar.startTracking().

3.15.0

15 Jul 20:28
a1bd2af
Compare
Choose a tag to compare
  • Removes Radar.requestForegroundLocationPermission(), Radar.requestBackgroundLocationPermission(), Radar.openAppSettings(), Radar.getLocationPermissionStatus() and didUpdateLocationPermissionStatus(). See the SDK documentation for guidance on requesting location permissions.

3.14.0

12 Jul 20:28
d07113f
Compare
Choose a tag to compare
  • Resolves permission request issue.