Skip to content

Releases: radarlabs/radar-sdk-ios

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.

3.13.5

24 Jun 19:39
953ff19
Compare
Choose a tag to compare
  • Exposes blocked and sharing on RadarFraud.

3.13.4

20 Jun 13:15
d71d097
Compare
Choose a tag to compare
  • Collects additional data for fraud detection.
  • Ignores CLLocationSourceInformation.isProducedByAccessory by default.

3.13.3

17 Jun 18:36
d03c967
Compare
Choose a tag to compare
  • Fixes Swift Package Manager releases.