You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I create a campaign with target audience. The audience is set to "pageScrolled" event with an integer parameter "cellNo" >= 8.
I just keep triggering "pageScrolled" with "cellNo" > 8 but in-app message never show.
But when I create a campaign with audience that set to "pageScrolled" event with a string parameter "page" = "searchAll", it works well.
I just don't know what's going on here. Is there anything wrong with audience that set to some event with some number type parameter?
Reproducing the issue
Create an audience that set to some event with some number type parameter.
Create a campaign and set target to the audience.
Try to trigger in-app message.
Firebase SDK Version
10.22.1
Xcode Version
16.3
Installation Method
Swift Package Manager
Firebase Product(s)
In-App Messaging
Targeted Platforms
iOS
Relevant Log Output
If using Swift Package Manager, the project's Package.resolved
Expand Package.resolved snippet
Replace this line with the contents of your Package.resolved.
If using CocoaPods, the project's Podfile.lock
Expand Podfile.lock snippet
Replace this line with the contents of your Podfile.lock!
The text was updated successfully, but these errors were encountered:
master11360
changed the title
FIAM in-app message not working as expected.
FIAM in-app message not working as expected with event that has number type parameter.
May 22, 2025
master11360
changed the title
FIAM in-app message not working as expected with event that has number type parameter.
FIAM in-app message not working with event that has number type parameter.
May 22, 2025
Description
I create a campaign with target
audience
. Theaudience
is set to "pageScrolled" event with an integer parameter "cellNo" >= 8.I just keep triggering "pageScrolled" with "cellNo" > 8 but in-app message never show.
But when I create a campaign with audience that set to "pageScrolled" event with a string parameter "page" = "searchAll", it works well.
I just don't know what's going on here. Is there anything wrong with audience that set to some event with some number type parameter?
Reproducing the issue
Firebase SDK Version
10.22.1
Xcode Version
16.3
Installation Method
Swift Package Manager
Firebase Product(s)
In-App Messaging
Targeted Platforms
iOS
Relevant Log Output
If using Swift Package Manager, the project's Package.resolved
Expand
Package.resolved
snippetReplace this line with the contents of your Package.resolved.
If using CocoaPods, the project's Podfile.lock
Expand
Podfile.lock
snippetReplace this line with the contents of your Podfile.lock!
The text was updated successfully, but these errors were encountered: