Contents

SKProductsRequest

An object that can retrieve localized information from the App Store about a specified list of products.

Declaration

class SKProductsRequest

Mentioned in

Overview

Your app uses an SKProductsRequest object to present localized prices and other information to the user without having to maintain that list of product information itself.

To use an SKProductsRequest object, you initialize it with a list of product identifier strings, attach a delegate, and then call the request’s start() method. When the request completes, your delegate receives an SKProductsResponse object.

Topics

Initializing a Products Request

Setting the Delegate

See Also

Product information