purchases-ios
purchases-ios copied to clipboard
In-app purchases and subscriptions made easy. Support for iOS, watchOS, tvOS, macOS, and visionOS.
Hello, I'm using the paywallFooter ViewModifier in my SwiftUI app. I want to track some analytics regarding the package being purchased. As of today, we don't have access to this...
- [ ] I have updated Purchases SDK to the latest version - [x] I have read the [Contribution Guidelines](https://github.com/RevenueCat/purchases-ios/blob/main/Contributing/CONTRIBUTING.md) - [x] I have searched the [Community](https://community.revenuecat.com) - [x] I...
Adds `Purchases.shared.loadCustomerCenter()` that calls a new backend endpoint that returns the customer center configuration This API call doesn't exist yet and it will change. This PR is the ground work...
### Checklist - [ ] If applicable, unit tests - [ ] If applicable, create follow-up issues for `purchases-android` and hybrids ### Motivation ### Description
### Checklist - [ ] If applicable, unit tests - [ ] If applicable, create follow-up issues for `purchases-android` and hybrids ### Motivation ### Description
Based off #3933 https://github.com/RevenueCat/purchases-ios/assets/664544/11eae984-294a-4e14-8c40-7c2d50994c09 Can probably use some animations, but tuning that up will come up later It will open a feedback survey for an option if there's one
Integration branch for the Customer Center new feature
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.5 to 1.16.6. Release notes Sourced from nokogiri's releases. v1.16.6 / 2024-06-13 Dependencies [CRuby] Vendored libxml2 is updated to v2.12.8, which the release notes state is a...
- [X] I have updated Purchases SDK to the latest version - [X] I have read the [Contribution Guidelines](https://github.com/RevenueCat/purchases-ios/blob/main/Contributing/CONTRIBUTING.md) - [ ] I have searched the [Community](https://community.revenuecat.com) - [X] I...
Hey guys! I played a bit with profiler and was able to make `PurchasesReceiptParser.default.parse(from:)` way faster. Here are results that I've observed on iPhone 8. | | Fastest before changes...