You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ANR Broadcast of Intent { act=com.google.android.c2dm.intent.RECEIVE cmp=package_name/com.google.firebase.iid.FirebaseInstanceIdReceiver }
Support Android targetSdkVersion >= 31 (Android 12)
Compatibility issue in Android 12 with targetSdkVersion>=31. Without it,
push messages cause a crash on Android 12 due to missing
FLAG_MUTABLE/FLAG_IMMUTABLE on PendingIntent[0]
The text was updated successfully, but these errors were encountered:
Hi All,
Getting Lots of ANR ...
FirebaseInstanceService deprecated
Firebase Instance ID has been replaced with FirebaseInstallations for app instance identifiers and FirebaseMessaging.getToken() for FCM registration tokens.
Link: https://firebase.google.com/docs/reference/android/com/google/firebase/iid/FirebaseInstanceId
Open issues of ANRs
Refer Link: firebase/firebase-android-sdk#3990
ANR Broadcast of Intent { act=com.google.android.c2dm.intent.RECEIVE cmp=package_name/com.google.firebase.iid.FirebaseInstanceIdReceiver }
Support Android targetSdkVersion >= 31 (Android 12)
Compatibility issue in Android 12 with targetSdkVersion>=31. Without it,
push messages cause a crash on Android 12 due to missing
FLAG_MUTABLE/FLAG_IMMUTABLE on PendingIntent[0]
The text was updated successfully, but these errors were encountered: