Skip to content

Releases: FlineDev/FreemiumKit

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.

1.2.2

30 Jul 12:36
Compare
Choose a tag to compare
  • Improves the trial eligibility check performance by avoiding unnecessary loads.
  • Renamed overrideIfDebug to overrideForDebug for improved clarity.

1.2.1

29 Jul 15:17
Compare
Choose a tag to compare

Correctly checks for eligibility for free trial offers in the paywall.

1.2.0

25 Jul 13:54
Compare
Choose a tag to compare
  • Adds a new nonDismissable parameter to the .paywall() modifier for hard paywalls.
  • Fixes a remote config loading issue when the paywall is presented right after app start.

1.1.0

23 Jul 11:53
Compare
Choose a tag to compare

Adds support for multiple tiers.

Use the optional preselectedTier parameter on the .paywall modifier for control.
The built-in views PaidFeatureButton and PaidFeatureView set the tier automatically based on the unlocksAtTier property.

1.0.4

22 Jul 16:16
Compare
Choose a tag to compare

Fixes an issue where Sandbox/Xcode test purchases would be reported as real purchases.

1.0.3

19 Jul 06:54
Compare
Choose a tag to compare

Fixes an issue with the paywall purchase logic on visionOS.

1.0.2

18 Jul 18:48
Compare
Choose a tag to compare

Fixes an issue with SwiftPM and supported ZIP file formats.