Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.13 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.13 KB

StoreHelperDemo

Implementing and testing in-app purchases with StoreKit2 and StoreHelper in Xcode 13 - 15 with SwiftUI, Swift 5.7 - 5.9, iOS 15 - 17 and macOS 12 - 14.


Description

Recent Changes

13 Feb 2024

  • Updated demo project minimum iOS target to iOS 17.0 and macOS to 14.0
  • Added views to show how to integrate StoreKit's StoreView, ProductView, and SubscriptionStoreView
  • Replaced deprecated NavigationView with NavigationStack in MainView