Present flows in Observer mode in iOS SDK

If you’ve created a flow or paywall using the Flow Builder or Paywall Builder, you don’t need to worry about rendering it in your mobile app code to display it to the user. Such a flow or paywall contains both what should be shown within it and how it should be shown.

Warning

This section refers to Observer mode only. If you do not work in the Observer mode, refer to the iOS - Display flows & paywalls topic instead.

Tip

Build the flow itself in the Flow Builder.

Before you start presenting flows (Click to Expand)
  1. Set up initial integration of Adapty with the App Store.
  2. Install and configure Adapty SDK. Make sure to set the observerMode parameter to true. Refer to the iOS SDK installation guide.
  3. Create products in the Adapty Dashboard.
  4. Configure flows or paywalls in the builders and assign products to them.
  5. Create placements and assign your flows or paywalls to them.
  6. Fetch flows and their configuration in your mobile app code.