Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geofence notifications are not working in background #302

Open
Pratikshakhandagale opened this issue Nov 21, 2019 · 2 comments
Open

Geofence notifications are not working in background #302

Pratikshakhandagale opened this issue Nov 21, 2019 · 2 comments

Comments

@Pratikshakhandagale
Copy link

Pratikshakhandagale commented Nov 21, 2019

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
      }
@sumit1203
Copy link

how you have resolve this issue...Im also stuck with this

@chenlitchian
Copy link

This plugin has been deprecated. Please find the other alternative

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants