About Delay Push Notifications Only on Android Phones

tambiu6 months ago

Hi, can anybody help me, Iam getting delay for push notifications on Android phones, I was looking about it on the web, and I have found that I need to set Priority and Urgency to fix it.

 "registration_ids": ["Token"],
  "webpush": {
    "headers": {
      "Urgency": "high"
    }
  },
  "android": {
    "priority": "high"
  },
  "priority": 10
}

Where to I need to do this ? on traccar source code ?

Juankaher6 months ago

We are experiencing same issue..where do you find that ......Is it related to firebase ?

tambiu6 months ago

I have found this, I think is about firebase, but I dont know where do I need to change this parameters

https://stackoverflow.com/questions/70979624/delayed-push-notification-on-android-phone