Releases: FlineDev/FreemiumKit
Releases · FlineDev/FreemiumKit
1.2.2
- Improves the trial eligibility check performance by avoiding unnecessary loads.
- Renamed
overrideIfDebug
to overrideForDebug
for improved clarity.
1.2.1
Correctly checks for eligibility for free trial offers in the paywall.
1.2.0
- 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
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
Fixes an issue where Sandbox/Xcode test purchases would be reported as real purchases.
1.0.3
Fixes an issue with the paywall purchase logic on visionOS.
1.0.2
Fixes an issue with SwiftPM and supported ZIP file formats.
1.0.1
Fixes an issue with App Store deployment due to duplicate binaries in macOS.
1.0.0
Final release! 🎉
Please check out the Setup Guide to learn more.