2

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.

enter image description here

A/B testing: Doesn't work.

enter image description here

Audience: Works.

What do I do to target a version on firebase a/b test?

Bryanzpope
  • 957
  • 1
  • 9
  • 20

1 Answers1

2

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:

enter image description here

xuzepei
  • 1,119
  • 11
  • 9