- Upgrades the Radar iOS SDK to
3.1.5
.
- Upgrades the Radar SDK to
3.1.x
.
- Correctly parses the
background
flag inrequestPermissions(background)
on iOS.
- Adds
s.static_framework = true
to the plugin podfile.
- Supports
startForegroundService({'clickable': true})
to make the foreground service notification clickable, orstartForegroundService({'clickable': false})
to make it not clickable. Default isfalse
.
- Updates
requestPermissions(background)
to complete only when the permissions request completes. - Updates
startForegroundService(foregroundServiceOptions)
to useBigTextStyle
on Android.