Good morning, I’m working with push notifications in KMP. I need to open a specific screen when clicking on the notification. How can I do that in KMP if I implement the notification natively for each platform?
a
Andrey Beryukhov
03/29/2025, 6:33 PM
Do you use some sort of deeplinking/navigation library? Probably it could help
@Andrey Beryukhov Not, i’m using compose navigation, i resolved it when the app is open but i have problem for open intent when the app is running in background.