Skip to content

Commit

Permalink
Add hint for import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Jun 5, 2024
1 parent 7a571a8 commit 4a7b955
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/FreemiumKit/FreemiumKit.docc/SetupGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Learn how to set up your app for our paywalls and live push notifications.

## Configuring the SDK

> Tip: Don't forget to `import FreemiumKit` for any of the below calls to build.
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.

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

0 comments on commit 4a7b955

Please sign in to comment.