From d2f4acd53fba70f51304263741837bf998735272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihat=20Gu=CC=88ndu=CC=88z?= Date: Wed, 20 Nov 2024 11:57:23 +0100 Subject: [PATCH] Update the setup documentation with the Preview asset rename --- Sources/FreemiumKit/FreemiumKit.docc/SetupGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/FreemiumKit/FreemiumKit.docc/SetupGuide.md b/Sources/FreemiumKit/FreemiumKit.docc/SetupGuide.md index 0841eaa..7e92733 100644 --- a/Sources/FreemiumKit/FreemiumKit.docc/SetupGuide.md +++ b/Sources/FreemiumKit/FreemiumKit.docc/SetupGuide.md @@ -212,7 +212,7 @@ If you want to simulate a specific paid state in your previews, you can call the } ``` -> Note: To see your paywall UI in previews, drag & drop your config file in the 'Setup' tab to your `Preview Assets.xcassets` folder (in addition to `Assets.xcassets`). +> Note: To see your paywall UI in previews, drag & drop your config file in the 'Setup' tab to your `Preview Assets.xcassets` folder (in addition to `Assets.xcassets`), but rename this asset from 'FreemiumKit' to 'FreemiumKitPreview' after the drag to avoid duplicate asset warnings. ## Direct Access to StoreKit Transactions