An abstract class that represents a request to the App Store.
SDKs
- iOS 3.0+
- macOS 10.7+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- Store
Kit
Declaration
class SKRequest : NSObject
Overview
To make a request, initialize a subclass of SKRequest
—such as SKProducts
or SKReceipt
—set the delegate
property, and call the start()
method.