Push notifications do not seem to be working properly on Android 13. I receive the notifications just fine, however, if the app is suspended in the background or inactive altogether, then interacting with the notification does nothing. The notification just disappears and launchargs never fires. But if the app is active in the foreground, interacting with the notification works as it should and launchargs fires.
It could have something to do with this article.
I tried adding “android.permission.POST_NOTIFICATIONS” to my build.settings and then asking the user for permission, but the app says I do not have POST_NOTIFICATIONS in my build.settings/manifest.xml, (which I do). I also tried targeting minSdkVersion = “33” but that didn’t work either.
As a FYI, older versions of Android seem to work fine, so it seems to be limited to Android 13.
Thanks ahead of time for any assistance.
Scott.