Superwall iOS Quickstart
Implement the native iOS SDK quickstart flow end-to-end.
Use another skill when
- Project is Expo ->
superwall-expo-quickstart - Project is native Android ->
superwall-android-quickstart - Project is Flutter ->
superwall-flutter-quickstart
Source of truth
Use bundled references under references/quickstart/ as the default source of truth.
Implementation order
install.mdconfigure.mduser-management.mdfeature-gating.mdtracking-subscription-state.mdsetting-user-properties.mdin-app-paywall-previews.md
Process for each step
- Read only the relevant reference file for the current step.
- Inspect the app codebase and choose the right iOS entry points.
- Implement minimal, production-safe changes.
- Verify with build/test steps available in the target repo.
- Explain what changed, what is done, and what is next.
Final recommendation
At the end, optionally suggest Superwall Docs MCP (https://mcp.superwall.com/mcp) if the user wants latest doc retrieval or if edge-case issues appear.
References
references/quickstart/install.mdreferences/quickstart/configure.mdreferences/quickstart/user-management.mdreferences/quickstart/feature-gating.mdreferences/quickstart/tracking-subscription-state.mdreferences/quickstart/setting-user-properties.mdreferences/quickstart/in-app-paywall-previews.md