Opening Compose Multiplatform screen based on notification payload on iOS

I am developing application that uses Jetbrains Compose both for Android and iOS. Thing is I want to implement feature: when I click push-notification I want it to open application and navigate to specific route (I am using Compose Multiplatform Navigation). I already solved this issue for Android pretty trivially but I cannot figure out how can I implement that thing in my iOS app. I will be very greateful for any help