SKRequest
An abstract class that represents a request to the App Store.
Declaration
class SKRequestOverview
To make a request, initialize a subclass of SKRequest—such as SKProductsRequest or SKReceiptRefreshRequest—set the delegate property, and call the start() method.