Push Notification IOS not working

traccargps18 months ago

Hi,

Android is ok

  • 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

IOS is not working

  • had to re-download the traccar-manager-ios project
    and change again.
  • I connected the app with firebase: com.name and downloaded google-services.json . I change Bundle identifier only.
  • In the traccar.xml server I put the firebase configuration.
  • Token Notification is generate user attribute
  • I didn't receive the Push Notification IOS (not working device simulator, TestFlight and Apple Store Publish)

What detail is missing?

Anton Tananaev8 months ago

Have you configured APNs authentication key or APNs certificate in Firebase? It's required for iOS push notifications to work.

traccargps18 months ago

I had not done this step, I did it and the platform manual tests TEST CHANNELS and Firebase Message the device receives the push notification. But when an event occurs automatically, the IOS device does not receive any notification.

device A - ignition on or off

  • android receives
  • ios does not receive

What detail is missing?

traccargps18 months ago

I uploaded the certificate apple in firebase

traccargps18 months ago

hi ?

Anton Tananaev8 months ago

No other ideas.