Skip to content

Commit 4a7b955

Browse files
committed
Add hint for import statement
1 parent 7a571a8 commit 4a7b955

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/FreemiumKit/FreemiumKit.docc/SetupGuide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Learn how to set up your app for our paywalls and live push notifications.
3333

3434
## Configuring the SDK
3535

36+
> Tip: Don't forget to `import FreemiumKit` for any of the below calls to build.
37+
3638
1. Make sure your app's Asset Catalog contains the `FreemiumKit` data set from the "Setup" tab for your app in FreemiumKit. If it doesn't, drag & drop it from the Setup tab now.
3739

3840
1. Add a call to `.environmentObject(FreemiumKit.shared)` to every scene in the app entry point. For example:

0 commit comments

Comments
 (0)