Docs

Presenting a flow

Choose when onboarding or a paywall appears and how completion routes users back into your app.

A flow is a published sequence of screens — typically onboarding steps ending in a paywall. You decide the moment it appears; Onvert decides what those screens look like after you publish.

Common entry points

  • First launch — before the main tab bar
  • Feature gate — when a free user hits a premium action
  • Win-back — after a cancelled trial or lapsed subscription

Completion

Always handle onComplete by routing into the authenticated or home experience. Treat dismiss / skip the same as completion unless you need a stricter paywall.

Do not hardcode screen copy in the client for the same journey you manage in Onvert — you will drift from what the dashboard publishes.