Bryanzpope
Bryanzpope

Reputation: 1007

firebase a/b testing version targeting not working

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?

Upvotes: 2

Views: 734

Answers (1)

xuzepei
xuzepei

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:

enter image description here

Upvotes: 2

Related Questions