You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/FreemiumKit/FreemiumKit.docc/SetupGuide.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,8 @@ Learn how to set up your app for our paywalls and live push notifications.
33
33
34
34
## Configuring the SDK
35
35
36
+
> Tip: Don't forget to `import FreemiumKit` for any of the below calls to build.
37
+
36
38
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.
37
39
38
40
1. Add a call to `.environmentObject(FreemiumKit.shared)` to every scene in the app entry point. For example:
0 commit comments