Notification Push One Signal is possible?

Anton Tananaev9 months ago

No, why would you replace it, assuming it's a correct token.

traccargps19 months ago

Is this token generated automatically by the platform?

Anton Tananaev9 months ago

It is generated by the mobile app.

traccargps19 months ago

Track Manager:

  • I receive native Push Notification from Traccar
  • I do not receive from firebase

Modified Trackcar Manager:

  • I don't receive native Push Notification from Traccar
  • I do not receive from firebase
  • I get (receive) the test message sent by the firebase website

Could it be some setting?

Anton Tananaev9 months ago
  1. No errors when you send a notification from Traccar?
  2. Have you checked that the token is correct?
traccargps19 months ago

1-No errors when you send a notification from Traccar?
no error
2-Have you checked that the token is correct?

Track Manager Official:

  • generate token for user attribute

Modified Trackcar Manager

  • does not generate token for user attribute
Anton Tananaev9 months ago

What? But you said you had a token?

traccargps19 months ago

hi,

  • had to re-download the traccar-manager-android project
    and change again.
  • I connected the app with firebase: org.nome.manager and downloaded google-services.json .
  • In the traccar.xml server I put the firebase configuration.
  • I put build variant = googelDebug
  • I am now getting the push notification

thanks for all the help!