I've set up the Firebase Remote Config A/B testing framework for our production app written using Xamarin.iOS, using the required Xamarin Firebase packages (RemoteConfig- v2.0.3.1 and InstanceID- v2.0.8). The only criterion is the bundle identifier of the app, and this was rolled out to 10% of the users about 24 hours ago.
I'm seeing the actual test on some devices. It's set up in a way that we'd need at least two sessions for the device to be registered and load the values.
The issue is that the experiment still reports a total of 0 users about 26 hours later. I'm not sure what is missing since I'm able to see the test in the production app and everything worked fine during the development as well. Would appreciate any pointers!