Can't retrieve Firebase App Installation ID for in app messaging flutter

237 Views Asked by At

I have followed the steps mentioned in the documentation to be able to test firebase_in_app_messaging inside my Flutter app.

However, i have no logs on Android when i run my app and on iOS i have this log :

10.7.0 - [FirebaseInAppMessaging][I-IAM180004] Runtime is already active, resume is just a no-op

But i have no installation ID to provide to the Firebase console.

The steps mentioned in the documentation are (very) simple so i don't think it comes from this

EDIT : I have tried to delete / reinstall the app multiple times and i do see the same logs.

1

There are 1 best solutions below

0
Zonily Jame On

I fixed this on my end by manually running the project within Xcode. All runs using flutter run or via VSCode's Run and Debug worked properly afterwards.

Just ensure that you added the -FIRDebugEnabled param on the correct scheme.

Try uninstalling the app and cleaning caches before running a new build too