Skip to main content
App Configuration in Studio controls how your app looks and behaves. Configuration changes are published to the CDN — the app picks them up on next launch without requiring a new build.

Branding

App icon and splash screen

Upload your app icon and splash screen images in App Config → Branding.
Icon and splash screen changes require a new build. They are embedded in the binary, not delivered via OTA updates.

Colors and theme

Set your brand colors for light and dark themes. These token values are delivered as part of the published app config and can be updated via OTA without a new build. Set Theme Mode to system, light, or dark to control the default appearance. Configure the bottom tab bar and the “More” overflow menu in App Config → Navigation.
  • Tab bar — up to 5 items. Each item has a label, icon, route, and optional audience (all users / logged in / logged out).
  • More menu — everything else accessible from the last tab. Supports the same audience scoping.
  • Header bar — icon buttons shown in the top navigation bar on certain screens.
Built-in routes: For custom App Pages, use the app-page/:id route.

Enabled modules

Toggle modules on or off in App Config → Modules. Studio shows which modules are available based on what’s installed on your WordPress site (from the last sync).

Feature flags

Feature flags let you enable or disable specific behaviors without a new build:
  • Registration open / closed
  • Social login providers enabled
  • Onboarding flow shown to new users
  • In-app purchases enabled

Publishing

After making configuration changes, click Publish to push the updated config to the CDN. The app will pick up the changes on next launch. You can preview the config before publishing by checking the Preview URL shown in Studio — this delivers the unpublished draft config to a development build.