Experiments are separate from Remote Config. They return assignment context for the current customer and placement.
Use assignments for:
  • paywall variants
  • onboarding route tests
  • offer emphasis tests
  • holdout groups

Safe pattern

  1. Configure AppActor.
  2. Fetch offerings or Remote Config if the screen needs them.
  3. Resolve the experiment assignment.
  4. Render the variant in React Native.
  5. Gate access from customer entitlements.

Identity and cleanup

Re-resolve assignment after logIn, logOut, or reset. Do not carry a previous user’s assignment into a new customer session.

Launch Experiments

Read the product-level experiment launch checklist.