Good morning, I’m working with push notifications ...
# multiplatform
a
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
Do you use some sort of deeplinking/navigation library? Probably it could help
k
a
@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.