- Bump iOS version from 3.15.0 to 3.17.0
- Bump Android version from 3.15.0 to 3.17.0
- Bump iOS version from 3.9.14 to 3.15.0
- Bump Android version from 3.9.8 to 3.15.0
- Bump iOS version from 3.9.7 to 3.9.14
- Bump Android version from 3.9.4 to 3.9.8
- Bump iOS version from 3.8.9 to 3.9.6
- Bump Android version from 3.8.12 to 3.9.4
- Add
beacons
param to trackVerified
and trackVerifiedToken
- Add
startTrackingVerified
- Add
token
listener
- Add lifecycle methods
logTermination
, logBackgrounding
, and logResigningActive
- Add
setNotificationOptions
for Android
- Update github release action
- Bump iOS version from 3.5.9 to 3.8.9
- Bump android version from 3.5.9 to 3.8.12
- remove
setAdIdEnabled
- rename
sendEvent
to logConversion
and add revenue
param
- add
trackVerified
- add
trackVerifiedToken
- add
isUsingRemoteTrackingOptions
- update
autocompleteQuery
with param add expandUnits
- add
validateAddress
- add
App Attest
to ios example
- add
Play Integrity API
to android example
- update example project
- Update ios event channel
- Updates an example project
- Fixes event listeners
- Updates an example project
- Exposes
Radar.setForegroundServiceOptions()
. Radar.startForegroundService()
and Radar.stopForegroundService()
are no longer available.
Radar.setForegroundServiceOptions({
'title': 'Tracking',
'text': 'Trip tracking started',
'icon': 2131165271,
'importance': 2,
'updatesOnly': false,
'activity': 'io.radar.example.MainActivity'
});
- Exposes
Radar.setForegroundServiceOptions()
.
- Upgrades
radar-sdk-android
to 3.5.9
and radar-sdk-ios
to 3.5.9
. Exposes all remaining SDK functions.
- Fixes a typo in a constant.
- Upgrades the Radar iOS SDK to
3.1.5
.
- Upgrades the Radar SDK to
3.1.x
.
- Correctly parses the
background
flag in requestPermissions(background)
on iOS.
- Adds
s.static_framework = true
to the plugin podfile.
- Supports
startForegroundService({'clickable': true})
to make the foreground service notification clickable, or startForegroundService({'clickable': false})
to make it not clickable. Default is false
.
- Updates
requestPermissions(background)
to complete only when the permissions request completes.
- Updates
startForegroundService(foregroundServiceOptions)
to use BigTextStyle
on Android.