Push notifications not received on Android 12 and above.rest of all devices working.Compiledversion and TargetedVersion is 32. Any solution??
Tried by updating dependencies but still not working. I want solution on it.
Actually you need to ask Push Notification permission. Same as the other permissions you ask run time.
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>