Hi
I currently am trying to use StoreServicesExperimentVariation.GetString() to get a remote variable. I am assigned to a group in partner center which should yield a value "x", and the partner center default value for this experiment's variable is "y". I am able to get a refreshed variation in my app, however when calling GetString() I get the partner center default value. I am signed into my app and the MS store with the correct account. Why might this be happening?
Another thing to note is that calling StoreServicesExperimentVariation.GetRefreshedVariationAsync(projectId) does return an object with the correct project ID, however the name and ID are not populated.
Thanks in advance