I’m attempting emigrate an app from legacy FCM APIs to HTTP v1.
The notification reaches the cellphone. When the app is within the foreground, clicking on the notification redirects to the suitable display. Nonetheless, if the app is operating within the background, clicking the notification solely brings up the principle display of the app.
I’ve the identical challenge with the app on each Android (Java) and iOS (Swift).
How can I make notifications correctly redirect to the right screens when the app is within the background?
When the app is within the foreground, I can extract all the required information from the notification, however when it arrives whereas the app is operating within the background, I do not know how you can do it