Skip to content

Releases: radarlabs/radar-sdk-ios

3.21.1

04 Feb 12:14
ccb3f3a
Compare
Choose a tag to compare
  • Adds Radar.isTrackingVerified(), which returns a boolean indicating whether verified tracking has been started.
  • Adds Radar.setProduct(), which sets an optional product name to be displayed in the dashboard and reports.
  • Collects app name, version, and build number.

3.21.0

27 Jan 18:24
840ec42
Compare
Choose a tag to compare
  • Adds a countryCodes param to Radar.searchPlaces() to filter place results by country. Use nil to not use a country filter. See the migration guide for details.

3.20.2

27 Jan 17:13
f87e36d
Compare
Choose a tag to compare
  • Adds dSYM file to XCFramework.

3.20.2-beta.1

27 Jan 16:00
Compare
Choose a tag to compare
3.20.2-beta.1 Pre-release
Pre-release
  • Adds dSYM file to XCFramework.

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 functionality of on-premise notifications.

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