The issue related to managing dynamic notification icons in Android has been resolved.
RadarTrackingOptionsForegroundService was expecting an object with the structure {text:"", iconString:"", title:""}, but it was receiving an object in the format {"options":{text:"", iconString:"", title:""}}.
…working properly in android
The issue related to managing dynamic notification icons in Android has been resolved.
RadarTrackingOptionsForegroundService was expecting an object with the structure {text:"", iconString:"", title:""}, but it was receiving an object in the format {"options":{text:"", iconString:"", title:""}}.