- Event Listener (FirebaseInAppMessagingDisplayErrorListener) is not triggered when an error in display (i.e image display error) is encountered.
- add
google-services.json
file in app
- Add FirebaseInAppMessagingDisplayErrorListener via FirebaseInAppMessaging.getInstance().addDisplayErrorListener().
- Create a new campaign with a jpeg whose format is unsupported and make it display in the app (i.e You can create a non-jpeg file(e.g. .log, .txt, or others...). Modify its' filename extension from .log/.txt/... to .jpg)
- DisplayErrorListener won't be triggered while displaying error in-app messaging.
https://github.com/lehcar09/issue5644/blob/main/Issue5644%20-%20Log