Search code examples
androidfirebasepush-notificationfirebase-cloud-messagingandroid-12

Push notifications not received on Android 12 and above.rest of all devices working.Compiledversion and TargetedVersion is 32. Any solution?


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.


Solution

  • 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"/>