Hi Fernando. Awesome that you got feature flags up...
# sdk-swift
s
Hi Fernando. Awesome that you got feature flags up and running on your tvOS app! For the experimentation part, I think things are working as intended. Experiment assignment, which variation a user sees, depends on the assignment attribute (the
user_uuid
). If that's not present, then the experiment can't run and the CB won't fire. You can change what the assignment attribute is (but it should be something unique).
c
I see. So, I always need to pass in the
user_uuid,
but can I then use "Attribute targeting" to target a specific platform? Such as tvOS? I only want this experiment to run on tvOS and not any of my other tv platforms.
s
Yes. You can set up a rule to only target that platform.
c
Perfect. After adding the
user_uuid
and an additional attribute, I confirmed that my experiment worked. Thank you!
🙌 2
c
Hi @creamy-plastic-26432. So for now everything is working?
c
Yes, thank you!
🙌 1