Hi,
In my app, I need to show the list of all the geofence notifications received in last 1 week.
currently I am retrieving cached notifications but it returns all the active geofences. What I want is only the notifications I have received, store them and display in list like history/activity / feed. How can I do it?
Another doubt I had is about filtering the notifications, NotificationFilter doesn't work in cordova-ionic, in that case Can I use Segmentation for filtering purpose? is Segmentation supported in Cordova-android ?