-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for displayPurchaseHistoryLink
#4686
Conversation
1 build increased size
Paywalls 1.0 (1)
|
Item | Install Size Change |
---|---|
DYLD.String Table | ⬆️ 187.1 kB |
Code Signature | ⬆️ 11.3 kB |
DYLD.Exports | ⬆️ 7.6 kB |
📝 RevenueCatUI.PurchaseHistoryViewModel.PurchaseHistoryViewModel | ⬆️ 5.1 kB |
Strings.Unmapped | ⬆️ 1.8 kB |
🛸 Powered by Emerge Tools
Comment trigger: Size diff threshold of 100.00kB exceeded
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good for the most of it. But I have some comments. The majority of them are nit picks.
But there's one (the reason why I did not give explicit approval) about the isEmbeddedInNavigationStack
parameter added in #4622. I fear it might have disappear ed by mistake
RevenueCatUI/CustomerCenter/ViewModels/PurchaseHistory/PurchaseDetailItem.swift
Outdated
Show resolved
Hide resolved
RevenueCatUI/CustomerCenter/ViewModels/PurchaseHistory/PurchaseInfo.swift
Outdated
Show resolved
Hide resolved
RevenueCatUI/CustomerCenter/ViewModels/PurchaseHistory/PurchaseInfo.swift
Outdated
Show resolved
Hide resolved
RevenueCatUI/CustomerCenter/ViewModels/PurchaseHistory/PurchaseInfo.swift
Outdated
Show resolved
Hide resolved
RevenueCatUI/CustomerCenter/ViewModels/PurchaseHistory/PurchaseInfo.swift
Show resolved
Hide resolved
RevenueCatUI/CustomerCenter/ViewModels/PurchaseHistory/PurchaseInfo.swift
Show resolved
Hide resolved
RevenueCatUI/CustomerCenter/Views/CompatibilityNavigationStack.swift
Outdated
Show resolved
Hide resolved
RevenueCatUI/CustomerCenter/Views/PurchaseHistory/PurchaseHistoryView.swift
Show resolved
Hide resolved
RevenueCatUI/CustomerCenter/Views/PurchaseHistory/PurchaseLinkView.swift
Outdated
Show resolved
Hide resolved
displayPurchaseHistoryLink
Motivation
This PR introduces purchase history for customer center. You can now visualize your active and past subscriptions, and other purchases you've done.