TWSReleaseNotesDownloadOperation Class Reference
Inherits from | NSOperation |
Declared in | TWSReleaseNotesDownloadOperation.h TWSReleaseNotesDownloadOperation.m |
Overview
Use the TWSReleaseNotesDownloadOperation
class to create an operation with the purpose of downloading the release notes text for a specified app, using the iTunes Search API.
The result of the operation is accessible in the completionBlock
, using the releaseNotesText and the error properties.
Tasks
Getting main properties
-
releaseNotesText
The downloaded release notes text.
property -
error
An error object associated to the failed operation.
property
Creating the operation
-
– initWithAppIdentifier:
Creates and operation with custom parameters.