Releases: radarlabs/react-native-radar
Releases · radarlabs/react-native-radar
3.18.0
- Adds feature gate to logging of app opens.
- Introduces logging of
opened_app
conversions through notification taps on iOS.
3.17.0
- Adds support for motion activity detection. See the documentation for instructions on how to enable.
- Modifies
Radar.autocomplete()
to makenear
optional.
3.16.0
- Warns instead of crashing when calling
Radar.trackVerified()
if Play Integrity API dependency is not included.
3.15.0
- Enables remote configuration of SDK behavior, including starting tracking and automatically calling
trackOnce
on app open.
3.14.0
- Removes
Radar.requestForegroundLocationPermission()
,Radar.requestBackgroundLocationPermission()
,Radar.openAppSettings()
,Radar.getLocationPermissionStatus()
andRadar.on('locationPermissionStatus')
. See the SDK documentation for guidance on requesting location permissions.
3.13.0
- Improvements to cross platform compatibility of location permission manager functionality.
3.13.0-beta.1
- Improvements to cross platform compatibility of location permission manager functionality.
3.12.3
- Fixes
Radar.stopTrackingVerified()
. - Fixes
Radar.getPermissionsStatus()
to also return "GRANTED_FOREGROUND" when only coarse location is granted.
3.12.2
- Adds
Radar.stopTrackingVerified()
. - Adds
sharing
andblocked
toRadarFraud
type. - Improves
Radar.isTracking()
typing.
3.11.1
- Improves Android
getPermissionStatus
returning"NOT_DETERMINED"
when only coarse location is permitted. Now returns"GRANTED_FOREGROUND"
.