Open Activity When FCM notification received without user interaction
conrado.torres@inovaweb.com.mx
0
Reputation points
0
I am working on a project. The project requirement is that, when FCM notification arrives a specific activity opens without user interaction. This means I don't want to open the activity by notification clicking instead I want to open the activity as soon as the notification arrives. When my app is foreground it works. But When My app is in the background or kill state, it doesn't work. I am sharing my FMC code below. What I do now, to solve this issue?
Sign in to answer