-
Notifications
You must be signed in to change notification settings - Fork 616
firebase in-appmessaging throws exception onPause() #379
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
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Have the same issue and the same issue of the library. |
I believe I'm experiencing the same issue. It is currently the number one crash in our app. We've been updating to the latest version of the libraries each release in hopes that it would be fixed with no luck.
|
Any updates on this issue? This is the most frequent crash in my app. An additonal check (if the view is attached to the window manager) might be required for |
Hey friends, let me look into this again. This has been impossible for me to reproduce in test but these additional logs look really helpful so lets see if I can get it solved once and for all. |
@JasonAHeron have you been able to make any progress with this? |
Okay so I have an idea for a fix. Unfortunately I still can't reproduce this but based on the provided logs it seems like the FIAM is being removed when it's not actually displayed. So hopefully improving the "isDisplayed" logic will fix this. https://github.com/firebase/firebase-android-sdk/pull/941/files |
[READ] Step 1: Are you in the right place?
yes
[REQUIRED] Step 2: Describe your environment
Android Studio version: 3.2
Firebase Component: in-appmessagins
Component version: 17.1.1
Compile/Target SDK version: 28
[REQUIRED] Step 3: Describe the problem
exception is thrown on real devices in production:
Steps to reproduce:
I can't say exactly how to reproduce since it is happening on production, but as firebase in-appmessaging is quite transparent to developer you should be able to investigate
Relevant Code:
none of my code is involved in the exception only inner api calls
The text was updated successfully, but these errors were encountered: