Releases: Purchasely/Purchasely-iOS
Releases · Purchasely/Purchasely-iOS
2.8.1 - Mac Catalyst
🖥 Restored compatibility with Mac Catalyst.
2.8.0
2.7.4 - Fixes and improvements
Few minor improvement to prepare future product releases and fixes for storefront identification.
2.7.3 - Changes for the future templates ⌚️
This minor version improves few things:
- Improved the way UIAlertController are displayed
- Improved the relayout of backgrounds and borders
For the future templates:
- Added new
focused
state on TV for future paywall templates - Added components appearance and disappearance
2.7.2 - New pricing in plans
Added new data to PLYPlan
:
amount
as aDecimal
introAmount
as aDecimal
currencyCode
like "USD"currencySymbol
like "$"period
as a localizedString
These data should ease playing with price display or adding properties to your own analytics.
2.7.1 - Minor fix
Two fixes for this minor release 🩹:
- Changed the
start
method to add an optionalerror
to theinitialized
completion handler to identify the error on app launch - Fixed a bug blocking the Web links from appearing on TV
2.7.0 - User subscriptions API and Purchase content identifier
New features
- We added a way to get the active subscriptions for a user directly from Purchasely on your mobile app.
- You can now associate your own content identifier to a purchase. This is really useful if you use consumables that represent prices and not a precise content.
Improvements
- Added a callback on the
start
method to know when Purchasely is ready to handle purchases. Useful to wait for SDK initialisation before displaying a paywall if you want to avoid placeholders appearance. - Added the type (
PLYPlanType
) to plans to determine if it is a renewing subscription, consumables, non consumables and non renewing subscription.
2.6.0 - Paywalls animations 🤩
This new summer release provides some nice improvements:
- Added compatibility with M1 chips
- When you try to cancel a subscription made from the PlayStore we display the procedure
Most importantly, this version brings great enhancements that will be activated in a near future:
- Carousels with autoplay and infinite mode
- Animations instead of still images
- New tags to compare prices in the paywalls
More informations available soon.
2.5.5 - Renamed method
setConfimPurchaseHandler
method was mistyped. Renamed to setConfirmPurchaseHandler(_:)
with the missing r
.
2.5.4 - Performance and new helpers
- Exposed a new public API to get all the products by calling
Purchasely.allProducts()
- Improve loading time on app launch
- Replaced "7 days" durations by "1 week" in price strings