Remote Config on iOS is a pull-based SDK surface. Your app decides when to fetch, how to cache UI state, and how to render the payload.
Use Remote Config for host-app behavior such as:
  • paywall copy and layout switches
  • feature flags
  • onboarding order
  • eligibility and merchandising hints

Typed reads

Use typed accessors when you only need one value:

Cache behavior

When active entitlements change, AppActor clears related Remote Config caches. That matters when your config payload depends on the customer’s current access state.

Product boundary

Remote Config can decide presentation. It should not grant access. Gate premium features from customer entitlements.

Create Remote Config

Read the product-level Remote Config model.