skip to Main Content

ANR on FirebaseInstanceIdReceiver

I'm getting the following error in my play console without any stack trace (on android 7 and 10). Broadcast of Intent { act=com.google.android.c2dm.intent.RECEIVE flg=0x10000010 pkg=com.mycompany.myapp cmp=com.mycompany.myapp/com.google.firebase.iid.FirebaseInstanceIdReceiver (has extras) } Firebase version used, implementation 'com.google.firebase:firebase-iid:21.1.0' implementation 'com.google.firebase:firebase-messaging:23.0.6' I don't know which…

VIEW QUESTION
Back To Top
Search