Closed
Description
Hi,
I am unsure how to determine whether the user tapped the notification while the app was in background.
When I check through the Message object, I see no difference between the message coming through tapping and the message simply being received while the app is open.
Am I missing something?
On Android it appears that the Notification object within the Message is being simply consumed once I tapped on it and therefore null when I receive the Message. But on iOS this does not appear to be the same.