Contents

SKProductsRequestDelegate

A set of methods the delegate implements so it receives the product information your app requests.

Declaration

protocol SKProductsRequestDelegate : SKRequestDelegate

Mentioned in

Overview

The SKProductsRequestDelegate protocol declares methods that are implemented by the delegate of an SKProductsRequest object. The delegate receives the product information that the product request referred to. Your app uses this information when presenting products to users in its in-app store.

Topics

Receiving the Response

See Also

Setting the Delegate