Releases: FlineDev/FreemiumKit
Releases · FlineDev/FreemiumKit
1.4.1
- Fixes the paywall modal size on visionOS apps that have a portrait shape.
1.4.0
- Adds support for migrating from Paid-up-front apps to the Freemium model. Learn more here.
1.3.0
- 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
- 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.