You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: