Skip to content

Releases: FlineDev/FreemiumKit

1.7.0

20 Aug 12:21
Compare
Choose a tag to compare
  • Adds a new onPurchaseCompleted modifier to get notified about a successful purchase with a StoreKit.Transaction parameter.
  • Adds a new purchasedTransactions (published) property to FreemiumKit.shared for direct StoreKit.Transaction access.

Learn more how to use these new additions effectively in our new SDK Setup docs section "Direct Access to StoreKit Transactions.

1.6.2

19 Aug 11:59
Compare
Choose a tag to compare

Adds a privacy manifest so Xcode can automatically pick up the right privacy labels when generating a privacy report for your app.

See also our Privacy FAQ page to learn more.

1.6.1

19 Aug 09:13
Compare
Choose a tag to compare

Adds a new purchasedProductID property to FreemiumKit to get the exact Product ID the user purchased when needed.

1.6.0

19 Aug 02:21
Compare
Choose a tag to compare

Adds a new enableParentalGate(options:) function on FreemiumKit.shared so you to get a Parental Gate before showing the paywall for apps that are "Made for Kids". This helps follow Apples guidelines for apps in the "Kids" category!

Learn more about Setting up Parental Guide.

1.5.0

15 Aug 11:52
Compare
Choose a tag to compare
  • New onPurchasesLoaded modifier simplifying the logic to show paywall upon app start. See setup guide for more.
  • Fixes a minor purchase button size change issue on macOS.

1.4.3

14 Aug 19:20
Compare
Choose a tag to compare
  • Fixes an issue with a local state reset with open purchase sheet in paywalls presented from PaidStatusView.

1.4.2

13 Aug 22:25
Compare
Choose a tag to compare
  • Fixes an issue with the checkbox not using the specified tint color.

1.4.1

12 Aug 21:50
Compare
Choose a tag to compare
  • Fixes the paywall modal size on visionOS apps that have a portrait shape.

1.4.0

12 Aug 10:09
Compare
Choose a tag to compare
  • Adds support for migrating from Paid-up-front apps to the Freemium model. Learn more here.

1.3.0

06 Aug 13:15
Compare
Choose a tag to compare
  • Adds more pre-localized button titles Activate Now, Unlock Now, Upgrade Now, and Purchase Now.
  • Adjusts "bottom" cancel button type to be plain on macOS paywalls.