Hello, I'm trying to detect if a user tapped on a Firebase remote notification to raise the Application_RemoteNotification event, or not. The event is raised when the message is received, either after a tap on the notification (if app is in background or killed) or direct if the app is open. I need to know if the user tapped a notification or not.
I've seen a previous thread about this, and the suggested solutions do not work. Adding flags to the _background and _active events does not work if the app has been killed, only if it was in the background.
Anyone have any ideas?
I've seen a previous thread about this, and the suggested solutions do not work. Adding flags to the _background and _active events does not work if the app has been killed, only if it was in the background.
Anyone have any ideas?