-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
InAppMessaging - After updating to 5.20.2, InAppMessaging no longer appears #2981
Comments
We integrated InAppMessaging only yesterday, with new 6.0.0 release and experience the same bug as describe above. Campaign triggered on_foreground gets delivered, but campaign triggered by our own event never shows up. Using Firebase (6.0.0) |
I'm seeing this as well, investigating. |
We've tracked down the cause and are working on a fix. |
@ryanwilson any workarounds available while using the latest Firebase libs? We are also having the same issue. |
Unfortunately not, but we should have a new release out shortly that fixes the issue. Hang tight! |
This is fixed in the latest SDK update. Run |
Confirmed works! Thank you guys! |
Confirmed works, too! Thank you guys!!! |
[READ] Step 1: Are you in the right place?
Yes
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
After updating to 5.20.2, InAppMessaging no longer appears.
I used a custom event for the trigger and specified "1 time per device for this campaign" as the display frequency.
Event transmission is successful (confirmed with DebugView), but InAppMessaging is not displayed.
If you change the display frequency, it will not be displayed as well.
InAppMessaging is displayed correctly if it is not a custom event but a default event (for example, on_foreground event).
It used to use Firebase SDK 5.13.0 before updating it, and was able to display correctly in that version with the same settings.
Thanks in advance!
The text was updated successfully, but these errors were encountered: