Releases: RevenueCat/purchases-ios
Releases · RevenueCat/purchases-ios
5.16.0
Paywalls v2 Beta is available for everyone!
The days of only 6 paywall templates to choose from are over...
Paywalls v2 has been built from the ground up to allow you to build fully customizable layouts from underlying components, and its available in beta on iOS. We have 12 templates that you can start from with the ability to customize EVERYTHING. Or you can even start from a blank canvas 🤷♂️
Please give this a try and let us know all of your feedback!
- Introduction video at https://youtu.be/Mp9EymiJ0F0
- Walkthrough video at https://youtu.be/vE17MFOv6Qc
- View docs at https://www.revenuecat.com/docs/tools/paywalls-v2
Note: Paywalls V2 is only available on iOS right now but other platforms will be coming soon™️
RevenueCat SDK
✨ New Features
- feat: Add paywall tester examples for simpler testing (#4710) via Facundo Menzella (@facumenzella)
🐞 Bugfixes
- fix: PaywalTester successful archive (#4736) via Facundo Menzella (@facumenzella)
- fix: Avoid the use of return switch (#4733) via Facundo Menzella (@facumenzella)
- Fix Font.TextStyle.caption3 Availabilities on tvOS (#4716) via Will Taylor (@fire-at-will)
RevenueCatUI SDK
🐞 Bugfixes
- [Paywalls] Move SwiftUI previews for badge behind DEBUG flag (#4717) via Josh Holtz (@joshdholtz)
Paywallv2
✨ New Features
- [Paywalls V2] Remove/replace
PAYWALL_COMPONENTS
compiler flag and fix OS/platform compile issues (#4727) via Josh Holtz (@joshdholtz)
🐞 Bugfixes
- [Paywalls V2] Fix footer positioning and bottom padding (#4746) via Josh Holtz (@joshdholtz)
- [Paywalls V2] Ignore top safe area edges for image (#4744) via Josh Holtz (@joshdholtz)
- [Paywalls V2] Support variable mapping (#4740) via Josh Holtz (@joshdholtz)
- [Paywalls V2] Fix footer spacing issues (#4730) via Josh Holtz (@joshdholtz)
- [Paywalls V2] Fix paywalls badge rendering (#4719) via Josh Holtz (@joshdholtz)
Customer Center
🐞 Bugfixes
- fix: Revisit environment values for CustomerCenter (#4723) via Facundo Menzella (@facumenzella)
- fix: Remove buttonStyle for PurchaseHistory (#4724) via Facundo Menzella (@facumenzella)
- fix: Show close button in ErrorView (#4711) via Facundo Menzella (@facumenzella)
🔄 Other Changes
- [Paywalls] Fix ZStack alignment (#4748) via Mark Villacampa (@MarkVillacampa)
- [Paywalls V2] Add full cover option to Paywalls Tester (#4745) via Josh Holtz (@joshdholtz)
- UI Preview Mode: app user ID (#4725) via AJPallares (@ajpallares)
- [Paywalls] Add background property to Stack component (#4743) via Mark Villacampa (@MarkVillacampa)
- [Paywalls] Do not embed the badge in an extra stack (#4742) via Mark Villacampa (@MarkVillacampa)
- Add
uiPreviewMode
toDangerousSettings
(#4714) via AJPallares (@ajpallares) - [Paywalls] Badge fixes (#4696) via Mark Villacampa (@MarkVillacampa)
- [Paywalls] Add Timeline component (#4713) via Mark Villacampa (@MarkVillacampa)
- [Paywalls V2] Rename
paywallFooter
tooriginalTemplatePaywallFooter
(#4721) via Josh Holtz (@joshdholtz) - [Paywalls V2] New overrides structure (#4705) via Josh Holtz (@joshdholtz)
5.15.1
RevenueCatUI SDK
Customer Center
🐞 Bugfixes
- fix: Show expired subscriptions if nonEmpty (#4707) via Facundo Menzella (@facumenzella)
- feat: Add debug section for purchase detail (#4702) via Facundo Menzella (@facumenzella)
- fix: Use usesNavigationStack instead of usesExistingNavigation (#4706) via Facundo Menzella (@facumenzella)
- fix: Set environment values for every child view in CustomerCenter (#4704) via Facundo Menzella (@facumenzella)
🔄 Other Changes
- [Paywalls] Fix hex colors with alpha component (#4698) via Mark Villacampa (@MarkVillacampa)
5.15.0
RevenueCat SDK
✨ New Features
- Add convenience method for setting PostHog User ID (#4679) via Cody Kerns (@codykerns)
🐞 Bugfixes
- Do not lint deleted files (#4687) via Facundo Menzella (@facumenzella)
- fix: Set https urls for packages (#4669) via Facundo Menzella (@facumenzella)
- Add purchaseWithParams to PurchasesType (#4663) via Will Taylor (@fire-at-will)
- fix: Fix versions for swift-doc, snapshot-testing & nimble (#4661) via Facundo Menzella (@facumenzella)
- fix: Use custom label for CompatibilityContentUnavailableView (#4647) via Facundo Menzella (@facumenzella)
- Deprecate misnamed purchase(params) function in Obj-C (#4645) via Will Taylor (@fire-at-will)
RevenueCatUI SDK
Customer Center
✨ New Features
- Introduce CompatibilityLabeledContent (#4659) via Facundo Menzella (@facumenzella)
- Add support for
displayPurchaseHistoryLink
(#4686) via Facundo Menzella (@facumenzella) - Introduce
NavigationOptions
for custom navigation andCustomerCenterNavigationLink
(#4682) via Facundo Menzella (@facumenzella)
🐞 Bugfixes
- Revert changes to public Customer Center API (#4681) via Cesar de la Vega (@vegaro)
- Dismiss alert using binding instead of environment dismiss (#4653) via Facundo Menzella (@facumenzella)
🔄 Other Changes
- Add View extension based on CompatibilityNavigationStack (#4677) via Facundo Menzella (@facumenzella)
- fix: Add missing test for support in CustomerCenter (#4691) via Facundo Menzella (@facumenzella)
- Use config response for
displayPurchaseHistoryLink
(#4690) via Facundo Menzella (@facumenzella) - Improve syntax for
CommonLocalizedString
(#4688) via Facundo Menzella (@facumenzella) - [Trusted Entitlements] Enable Trusted Entitlements by default (#4672) via Toni Rico (@tonidero)
- [Trusted Entitlements] Do not clear CustomerInfo upon enabling Trusted Entitlements (#4671) via Toni Rico (@tonidero)
- [Paywalls V2] Move image mask after sizing (#4675) via Josh Holtz (@joshdholtz)
- [Paywalls V2] Add masking (concave, convex, circle) and padding/margin to image (#4674) via Josh Holtz (@joshdholtz)
- [Paywalls V2] Use V1 default paywall when footers are used with V2 paywalls (#4667) via Josh Holtz (@joshdholtz)
- [Paywalls V2] Added V1 fallback paywall into Paywall V2 error logic (#4666) via Josh Holtz (@joshdholtz)
- Do not warn when using mac API keys (#4668) via Toni Rico (@tonidero)
- [Paywalls V2] Prefetch low res images (#4658) via Josh Holtz (@joshdholtz)
- [Paywalls V2] Convert Codable structs to classes (#4665) via Josh Holtz (@joshdholtz)
- [Paywalls V2] Icon Component (#4655) via Josh Holtz (@joshdholtz)
- [Paywalls] Tabs (multi-tier / toggle) component (#4648) via Josh Holtz (@joshdholtz)
- [Paywalls V2] Fix compilation errors (#4657) via Josh Holtz (@joshdholtz)
- [Paywalls V2] Accept number as font size for text (#4654) via Josh Holtz (@joshdholtz)
- [Paywalls] Add Badge Modifier (#4596) via Mark Villacampa (@MarkVillacampa)
- [Paywalls V2] Updated outdated image component properties (#4649) via Josh Holtz (@joshdholtz)
- [Paywalls V2] Updating UIConfig aliased colors to contain both light and dark (#4650) via Josh Holtz (@joshdholtz)
- [Paywalls V2] Fix vstack and hstack growing size when fit (#4646) via Josh Holtz (@joshdholtz)
- [Paywalls] Use CALayer-backed shadows and refactor Shape.swift (#4630) via Mark Villacampa (@MarkVillacampa)
- [Paywalls V2] Optionalizing padding, margin, and corner radius properties for safety (#4644) via Josh Holtz (@joshdholtz)
- [Paywalls V2] Decode rectangle corners as optional (#4640) via Josh Holtz (@joshdholtz)
5.14.6
RevenueCat SDK
🐞 Bugfixes
- [EXTERNAL] Lock RateLimiter.shouldProceed() entirely to avoid race conditions (#4635) via @nguyenhuy (#4637) via JayShortway (@JayShortway)
🔄 Other Changes
- [Paywalls V2] Implement V2 variables and functions (#4633) via Josh Holtz (@joshdholtz)
- [Paywalls] Fix PaywallTester build (#4636) via Mark Villacampa (@MarkVillacampa)
- [Paywalls] Fix gradient orientation by shifting initial position by 90º and making it rotate clockwise (#4634) via Mark Villacampa (@MarkVillacampa)
- [Paywalls V2] Add support for alias solid hex colors (not gradients) (#4632) via Josh Holtz (@joshdholtz)
- [Paywalls V2] Support custom fonts with UIConfig (#4631) via Josh Holtz (@joshdholtz)
- [Paywalls V2] Add UIConfig to OfferingsResponse (#4628) via Josh Holtz (@joshdholtz)
5.14.5
RevenueCat SDK
🐞 Bugfixes
RevenueCatUI SDK
Paywallv2
🐞 Bugfixes
- [Paywalls V2] Fix analytics and dismiss (#4620) via Josh Holtz (@joshdholtz)
🔄 Other Changes
- [Paywalls V2] Added fallback components (#4621) via Josh Holtz (@joshdholtz)
5.14.4
RevenueCatUI SDK
Paywallv2
🐞 Bugfixes
- [Paywalls V2] Fix current offering and sticky footer (#4617) via Josh Holtz (@joshdholtz)
Customer Center
🐞 Bugfixes
- Use SK2 RenewalInfo to get renewal prices & currency (#4608) via Will Taylor (@fire-at-will)
🔄 Other Changes
- Add Comment to StoreKit2ObserverModePurchaseDetectorTests (#4614) via Will Taylor (@fire-at-will)
- Fixing text, image, and footer render issues (#4607) via Josh Holtz (@joshdholtz)
5.15.0-SNAPSHOT
RevenueCatUI SDK
Customer Center
🐞 Bugfixes
- Fix loading Customer Center when entitlement is granted by another Apple app (#4603) via Cesar de la Vega (@vegaro)
🔄 Other Changes
- Use #fileID instead of #file to avoid including the full path in the compiled binary (#4605) via Mark Villacampa (@MarkVillacampa)
5.14.3
RevenueCatUI SDK
Customer Center
🐞 Bugfixes
- Fix loading Customer Center when entitlement is granted by another Apple app (#4603) via Cesar de la Vega (@vegaro)
🔄 Other Changes
- Use #fileID instead of #file to avoid including the full path in the compiled binary (#4605) via Mark Villacampa (@MarkVillacampa)
5.14.2
RevenueCat SDK
🐞 Bugfixes
- Revert "Always call readyForPromotedProduct on the main actor" (#4599) via Will Taylor (@fire-at-will)
🔄 Other Changes
- [Paywalls] Fix issues with rounded corners and borders (#4594) via Mark Villacampa (@MarkVillacampa)
5.14.1
RevenueCat SDK
🐞 Bugfixes
- Always call readyForPromotedProduct on the main actor (#4584) via Will Taylor (@fire-at-will)
🔄 Other Changes
- [WEB-1757] Handle new backend error codes that may show in the redemption endpoint (#4592) via Toni Rico (@tonidero)
- Update refund granted default string (#4588) via Will Taylor (@fire-at-will)
- Make web Redemption Link APIs stable (#4591) via Toni Rico (@tonidero)
- Dont show refund cancelled message when user cancels refund (#4587) via Will Taylor (@fire-at-will)
- Remove extra beta Customer Center docs (#4585) via Cesar de la Vega (@vegaro)
- [Paywalls V2] Fix border being hidden by next sibling component (#4523) via Josh Holtz (@joshdholtz)