moko.permissions.version = "0.18.1"
kotlin = "2.0.10"
compose= "1.6.11"
iOS = 18.1 / 18.0
When I denied notification permission on iOS, the app crashed. However, if the user allows it, the app works. I’m not sure what to look for, but it works perfectly on Android.
I’ve come across some logs that show “Uncaught Kotlin exception: kotlin.IllegalStateException: notifications permission failed,” and I’m not too familiar with iOS. Could you please suggest someone who might be able to help me out?

moko.permissions.version = "0.18.1"
kotlin = "2.0.10"
compose= "1.6.11"
iOS = 18.1 / 18.0
When I denied notification permission on iOS, the app crashed. However, if the user allows it, the app works. I’m not sure what to look for, but it works perfectly on Android.
I’ve come across some logs that show “Uncaught Kotlin exception: kotlin.IllegalStateException: notifications permission failed,” and I’m not too familiar with iOS. Could you please suggest someone who might be able to help me out?