Skip to content

Releases: radarlabs/radar-sdk-ios

3.20.1

17 Jan 21:50
1dc6476
Compare
Choose a tag to compare
  • Adds additional location manager logging.

3.20.0

14 Jan 17:14
bb4a26c
Compare
Choose a tag to compare
  • Adds a desiredAccuracy param to Radar.trackVerified() and Radar.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

30 Dec 17:12
4769e5e
Compare
Choose a tag to compare
3.19.7-beta.1 Pre-release
Pre-release
  • Enables remote tracking options to be able to ramp up and ramp down without network connection.

3.19.6

21 Dec 00:41
c86906f
Compare
Choose a tag to compare
  • Expands On-premise notification functionality.

3.19.5

11 Dec 04:47
734d091
Compare
Choose a tag to compare
  • Returns the full token payload in RadarVerifiedLocationToken.dictionaryValue().

3.19.5-beta.2

11 Dec 04:03
Compare
Choose a tag to compare
3.19.5-beta.2 Pre-release
Pre-release
fullDict, passed flag

3.19.5-beta.1

11 Dec 03:48
Compare
Choose a tag to compare
3.19.5-beta.1 Pre-release
Pre-release
beta

3.19.2-beta.11

11 Dec 17:21
Compare
Choose a tag to compare
3.19.2-beta.11 Pre-release
Pre-release
  • Exposes Radar.startVerifyServer() and Radar.stopVerifyServer(), allowing your app to serve as a companion app for Radar.trackVerified() and Radar.startTrackingVerified() on mobile web.

3.19.2-beta.10

11 Dec 05:46
Compare
Choose a tag to compare
3.19.2-beta.10 Pre-release
Pre-release
bump version

3.19.4

10 Dec 20:23
b5d7635
Compare
Choose a tag to compare
  • Expands functionality of notification analytics.
  • Improves edge-case handling of replayed locations.