Skip to content

Releases: radarlabs/react-native-radar

3.18.4

31 Oct 15:47
c69cf6e
Compare
Choose a tag to compare
  • Fixes Android build issue caused by Radar.validateAddress().

3.18.3

28 Oct 14:16
9260ead
Compare
Choose a tag to compare
  • Improves the reliability of Radar.startTrackingVerified() and Radar.stopTrackingVerified().
  • Adds Radar.validateAddress().
  • Adds RadarTimeZone type.
  • Updates Radar Android SDK to version 3.18.5 and Radar iOS SDK to version 3.18.4.

3.18.2

08 Oct 18:04
577655e
Compare
Choose a tag to compare
  • Exposes operatingHours field in RadarGeofences.
  • Introduces support for IMPORTANCE_NONE on the foreground service notification for Android.
  • Updates Radar Android SDK to version 3.18.3 and Radar iOS SDK to version 3.18.3

3.18.1

04 Oct 17:14
f9f4a51
Compare
Choose a tag to compare
  • Improves callback handling for Radar.trackVerified() method for iOS.
  • Introduces ability to enable logging for live publishable keys for Android.
  • Patches Radar.logConversion()'s revenue logging functionality.
  • Updates Radar Android SDK to version 3.18.1 and Radar iOS SDK to version 3.18.1

3.18.1-beta.1

23 Sep 15:55
Compare
Choose a tag to compare
3.18.1-beta.1 Pre-release
Pre-release
  • Removes iOS native calls to [locationManager requestAlwaysAuthorization];

3.18.0

13 Sep 20:43
6d35aac
Compare
Choose a tag to compare
  • Adds feature gate to logging of app opens.
  • Introduces logging of opened_app conversions through notification taps on iOS.

3.17.0

21 Aug 16:47
ce71efb
Compare
Choose a tag to compare
  • Adds support for motion activity detection. See the documentation for instructions on how to enable.
  • Modifies Radar.autocomplete() to make near optional.

3.16.0

17 Aug 12:21
08b5f25
Compare
Choose a tag to compare
  • Warns instead of crashing when calling Radar.trackVerified() if Play Integrity API dependency is not included.

3.15.0

19 Jul 17:56
3730108
Compare
Choose a tag to compare
  • Enables remote configuration of SDK behavior, including starting tracking and automatically calling trackOnce on app open.

3.14.0

16 Jul 14:19
47e50da
Compare
Choose a tag to compare
  • Removes Radar.requestForegroundLocationPermission(), Radar.requestBackgroundLocationPermission(), Radar.openAppSettings(), Radar.getLocationPermissionStatus() and Radar.on('locationPermissionStatus'). See the SDK documentation for guidance on requesting location permissions.