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:
I noticed that the call to change the permission to denied actually went through. (The status of notifications is actually denied and not not determined). To work around this issue temporarily I caught the exception in my try catch with a general Exception.
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: