Skip to content

Commit

Permalink
Add tip for disabling the paywall during DEBUG builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Jul 30, 2024
1 parent 652ea74 commit 8d46aba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/FreemiumKit/FreemiumKit.docc/SetupGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ Learn how to set up your app for our paywalls and live push notifications.
}
}
```


> Tip: If you want to disable the paywall during DEBUG builds after you've made sure that it works as expected, you can append `.withDebugOverrides(purchasedTier: 1)` to `FreemiumKit.shared`.
## Showing the Paywalls

Expand Down

0 comments on commit 8d46aba

Please sign in to comment.