We implemented Push notification in our project with Firebase notification. Our current app (which is available in market) is receiving the notification and showing the notification in device (Badge, Alert). When we override the existing application with the new update (With new updated payload), the app getting new "Device Token" and the device not showing the push notification at anytime. Even, the firebase delegates getting called when the app is in foreground.
- We tried the old app Firebase device token in the new update app. We are receiving the push notification perfect.
- We tried the new device token in the new updated app. We are not receiving the push notification at any time. Also, we are receiving two different device tokens.
- Rechecked the "GoogleService-Info.plist" and the configurations are perfect.
Can anyone help on this? Thanks in advance.