SKProductsRequest Class Reference
| Inherits from | |
| Conforms to | |
| Framework | /System/Library/Frameworks/StoreKit.framework |
| Availability | Available in OS X v10.7 and later. |
| Companion guide | |
| Declared in | SKProductsRequest.h |
Overview
An SKProductsRequest object is used to retrieve localized information about a list of products from the Apple App Store. Your application uses this request to present localized prices and other information to the user without having to maintain that list 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.
Properties
delegate
The delegate for the request.
Availability
- Available in OS X v10.7 and later.
Declared In
SKProductsRequest.hInstance Methods
initWithProductIdentifiers:
Initializes the request with the set of product identifiers.
Parameters
- productIdentifiers
The list of product identifiers for the products you wish to retrieve descriptions of.
Return Value
The initialized request object.
Availability
- Available in OS X v10.7 and later.
Declared In
SKProductsRequest.h© 2011 Apple Inc. All Rights Reserved. (Last updated: 2011-06-06)