A view controller that provides a page where the user can purchase media from the App Store.
SDK
- iOS 6.0+
Framework
- StoreKit
Overview
To display a store for users to purchase media from the App Store, create an SKStore object and set its delegate. Then, present the view controller modally from another view controller in your app. Your delegate dismisses the view controller when the user completes the purchase.
To indicate a specific product to sell, pass its iTunes item identifier to the load method.