Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting ANR Broadcast of Intent { act=com.google.android.c2dm.intent.RECEIVE cmp=package_name/com.google.firebase.iid.FirebaseInstanceIdReceiver } #207

Open
tuhinkole opened this issue Nov 1, 2022 · 0 comments

Comments

@tuhinkole
Copy link

tuhinkole commented Nov 1, 2022

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]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant