cordova-plugin-geofence
cordova-plugin-geofence copied to clipboard
Geofence notifications are not working in background
Notifications are works only while i am logging into app(if I'm in given radius area) after that notifications are not getting.
My android device version is 9:
Code :-
let fence = {
id: 2,
latitude: 14.501243,
longitude:62.814435,
radius: 100,
transitionType: 3,
notification: {
id: 1,
title: 'Hello..',
text: 'You crossed a fence',
openAppOnClick: true
}
how you have resolve this issue...Im also stuck with this
This plugin has been deprecated. Please find the other alternative