Skip to content

Releases: radarlabs/react-native-radar

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.

3.13.0

10 Jul 18:47
14bde5e
Compare
Choose a tag to compare
  • Improvements to cross platform compatibility of location permission manager functionality.

3.13.0-beta.1

09 Jul 19:49
Compare
Choose a tag to compare
3.13.0-beta.1 Pre-release
Pre-release
  • Improvements to cross platform compatibility of location permission manager functionality.

3.12.3

25 Jun 15:27
de622e2
Compare
Choose a tag to compare
  • Fixes Radar.stopTrackingVerified().
  • Fixes Radar.getPermissionsStatus() to also return "GRANTED_FOREGROUND" when only coarse location is granted.

3.12.2

24 Jun 21:01
b95d77d
Compare
Choose a tag to compare
  • Adds Radar.stopTrackingVerified().
  • Adds sharing and blocked to RadarFraud type.
  • Improves Radar.isTracking() typing.

3.11.1

21 Jun 18:04
9339b96
Compare
Choose a tag to compare
  • Improves Android getPermissionStatus returning "NOT_DETERMINED" when only coarse location is permitted. Now returns "GRANTED_FOREGROUND".