Releases: radarlabs/react-native-radar
Releases · radarlabs/react-native-radar
3.18.4
3.18.3
- Improves the reliability of
Radar.startTrackingVerified()
andRadar.stopTrackingVerified()
. - Adds
Radar.validateAddress()
. - Adds
RadarTimeZone
type. - Updates Radar Android SDK to version
3.18.5
and Radar iOS SDK to version3.18.4
.
3.18.2
- Exposes
operatingHours
field inRadarGeofences
. - 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 version3.18.3
3.18.1
- 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 version3.18.1
3.18.1-beta.1
- Removes iOS native calls to
[locationManager requestAlwaysAuthorization];
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.