Ionic Push and Local Notifications for Android 13

We are using Push and Local Notifs on our app, and we use the requestPermission methods. However, Notification permission dialog is not showing up until the second launch on an installed app. Our manifest still target SDK 32. This is only an issue for Android 13, rest works fine.

According to this comment Android 13 (API level 33) introduces a new runtime permission for notifications · Issue #1116 · ionic-team/capacitor-plugins · GitHub it should pop up at app launch. Any suggestions?

2 Likes