russell-archer / StoreHelper

Implementing In-App Purchases with StoreKit2 in Xcode 13 - 15 using SwiftUI, Swift 5.7 - 5.9, iOS 15 - 17 and macOS 12 - 14. Also supports tvOS and visionOS.
MIT License
410 stars 48 forks source link

Use system format for subscription price display #78

Closed Hengyu closed 4 months ago

Hengyu commented 4 months ago

We can use Product.SubscriptionPeriod's formatted method to display price.

https://developer.apple.com/documentation/storekit/product/subscriptionperiod/4044346-formatted

This PR also simplifies code structure/

Hengyu commented 4 months ago

@russell-archer PTAL

russell-archer commented 4 months ago

Really excellent PR! Thank you Hengyu!