Releases: radarlabs/radar-sdk-ios
Releases · radarlabs/radar-sdk-ios
3.18.2
- Introduces ability to enable logging for live publishable keys.
3.18.3-beta.1
- Adds deep linking functionality to on premise notification.
3.19.0-beta.1
- Reintroduce convenience methods for location permission.
3.18.1
- Improves
Radar.trackVerified()
error handling.
3.18.1-beta.1
- Improves
Radar.trackVerified()
error handling.
3.18.0
- Adds feature gate to logging of app opens.
- Introduces logging of
opened_app
conversions through notification taps. - Exposes
options
argument ininitializeWithPublishableKey
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
- Adds support for motion activity detection.
3.16.1
- Adds
Radar.setExpectedJurisdiction(countryCode, stateCode)
. - Exposes
RadarVerifiedLocationToken._id
andRadarVerifiedLocationToken.failureReasons
.
3.16.1-beta.1
- Adds support for motion detection.
3.16.0
- Enables remote configuration of SDK behavior, including automatically calling
Radar.trackOnce()
on app open and automatically callingRadar.startTracking()
.