Notification runtime permission which is blocks my App working flow -Android13

1k Views Asked by At

Our app working flow is blocked when I run on Android 13, In android 12 and lower working as expected but In Android-13 "Notification permission dialog is appearing" and If i ignore that dialog, next time I can't launch my application.

I need suggestions here.

Update 1:

I just tried with by change the value of compileSdkVersion and targetSdkVersion into 33.

Notification permission dialog is NOT appeared, Behaviour of our app is as expected but if the sdkversion 32 and below I'm getting this error.

1

There are 1 best solutions below

0
Mehmet Gür On

You need to update your versions to API 33 to use runtime permission requests. Because it's special permission for only Android13+