Contents

SKRequest

An abstract class that represents a request to the App Store.

Declaration

class SKRequest

Overview

To make a request, initialize a subclass of SKRequest—such as SKProductsRequest or SKReceiptRefreshRequest—set the delegate property, and call the start() method.

Topics

Controlling the Request

Accessing the Delegate

See Also

Essentials