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

Compile for tvOS #73

Closed Hengyu closed 5 months ago

Hengyu commented 5 months ago

This PR enables the package to be compiled for tvOS. While this PR does not guarantee the performance (UI responsibility) on tvOS.

Hengyu commented 5 months ago

tvOS has its own user interface preference, we can use this package's core purchase flow and having our own UI optimize for tvOS.