SKRequest Class Reference
| Inherits from | |
| Conforms to | |
| Framework | /System/Library/Frameworks/StoreKit.framework |
| Availability | Available in iOS 3.0 and later. |
| Companion guide | |
| Declared in | SKRequest.h |
Overview
SKRequest is an abstract class representing a request to the Apple App Store. Subclasses of SKRequest represent different kinds of requests.
To use a request object, initialize a subclass of SKRequest and set the delegate property, then call the start method.
Properties
delegate
The delegate of the request object.
@property(nonatomic, assign) id<SKRequestDelegate> delegate
Discussion
The delegate must adopt the SKRequestDelegate protocol, although most subclasses of SKRequest provide a more specific protocol to implement.
Availability
- Available in iOS 3.0 and later.
Declared In
SKRequest.hInstance Methods
© 2011 Apple Inc. All Rights Reserved. (Last updated: 2011-06-06)