From e4c5a85224fa5360faee9d9f37eb7c9cf5bb3e26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihat=20Gu=CC=88ndu=CC=88z?= Date: Tue, 4 Jun 2024 19:33:30 +0200 Subject: [PATCH] Update README with documentation links --- README.md | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index a4f1e41..ad315c7 100644 --- a/README.md +++ b/README.md @@ -4,26 +4,11 @@ The fastest & easiest way to provide in-app purchases & subscriptions in apps for iOS, macOS, tvOS, and visionOS. -This repo serves as the provider for your FreemiumKit SDK to include in your apps. The SDK takes away all the hard work to integrate with StoreKit and even provides configurable paywall UIs and convenient SwiftUI views to lock features in your app with low effort. +This repo serves as the provider for the FreemiumKit SDK to include in your apps. The SDK takes away all the hard work to integrate with StoreKit and even provides configurable paywall UIs and convenient SwiftUI views to lock features in your app with low effort. ## Getting Started -TODO +Read the [Setup Guide](https://flinedev.github.io/FreemiumKit/documentation/freemiumkit/setupguide/) to get started. -## FAQ - -
-Does FreemiumKit do receipt validation? -

Yes: FreemiumKit is built on top of StoreKit 2 which automatically verifies any transaction is "signed by the App Store for my app for this device" (quote from WWDC22 session "Meet StoreKit 2") before passing them on. It leaves developers the choice to accept even unverified purchases or to ignore them, depending on their business needs. But FreemiumKit doesn't do that, it simply ALWAYS ignores them. When FreemiumKit passes a transaction to the UI component, it has already successfully passed validation. 💯

-
- -
-How does FreemiumKit compare to RevenueCat? -

TODO (table)

-
- -
-Can I use FreemiumKit and services like RevenueCat side-by-side? -

Yes, you can! TODO…

-
+If you have questions, please have a look at our [FAQs](https://flinedev.github.io/FreemiumKit/documentation/freemiumkit/faqs).