SKProductsRequestDelegate Protocol Reference
| Conforms to | |
| Framework | /System/Library/Frameworks/StoreKit.framework |
| Availability | Available in iOS 3.0 and later. |
| Companion guide | |
| Declared in | SKProductsRequest.h |
Overview
The SKProductsRequestDelegate protocol declares methods that are implemented by the delegate of an SKProductsRequest object. The delegate receives the product information that the request was interested in.
Instance Methods
productsRequest:didReceiveResponse:
Called when the Apple App Store responds to the product request. (required)
- (void)productsRequest:(SKProductsRequest *)request didReceiveResponse:(SKProductsResponse *)response
Parameters
- request
The product request sent to the Apple App Store.
- response
Detailed information about the list of products.
Availability
- Available in iOS 3.0 and later.
Declared In
SKProductsRequest.h© 2011 Apple Inc. All Rights Reserved. (Last updated: 2011-06-06)