Reputation: 1007
when I try to target a version number in firebase's a/b testing it stays at 0 users for the test. when I do the exact same thing with the audiences, it populates users. I'm confused what's going on here.
A/B testing: Doesn't work.
Audience: Works.
What do I do to target a version on firebase a/b test?
Upvotes: 2
Views: 734
Reputation: 1209
Cause: According to my testing, the A/B testing condition seems to use build version rather than app version to set the target for iOS.
Solution: Set the same version in Xcode as below and use "contains" for the version condition settings.
For example:
Upvotes: 2