Releases: radarlabs/radar-sdk-ios
Releases · radarlabs/radar-sdk-ios
3.20.1
3.20.0
- Adds a
desiredAccuracy
param toRadar.trackVerified()
andRadar.getVerifiedLocationToken()
. Use.medium
(default) for medium accuracy (generally prefers wi-fi) and lowest latency, or.high
for highest accuracy (generally prefers GPS) and slightly higher latency. - Adds
Radar.clearVerifiedLocationToken()
to clear the last location token (e.g., on logout). - When calling
Radar.startTrackingVerified()
, if the last location token is valid, avoids fetching a fresh location token immediately and simply schedules the next location check.
3.19.7-beta.1
- Enables remote tracking options to be able to ramp up and ramp down without network connection.
3.19.6
3.19.5
- Returns the full token payload in
RadarVerifiedLocationToken.dictionaryValue()
.
3.19.5-beta.2
fullDict, passed flag
3.19.5-beta.1
beta
3.19.2-beta.11
- Exposes
Radar.startVerifyServer()
andRadar.stopVerifyServer()
, allowing your app to serve as a companion app forRadar.trackVerified()
andRadar.startTrackingVerified()
on mobile web.
3.19.2-beta.10
bump version
3.19.4
- Expands functionality of notification analytics.
- Improves edge-case handling of replayed locations.