| Declaration | |
|---|---|
| From | @property (nonatomic, readonly, copy, nonnull) NSString *contentVersion |
| To | @property (nonatomic, readonly, nonnull) NSString *contentVersion |
| Declaration | |
|---|---|
| From | @property (nonatomic, readonly, copy, nullable) NSError *error |
| To | @property (nonatomic, readonly, nullable) NSError *error |
| Declaration | |
|---|---|
| From | @property (nonatomic, copy, nullable) NSString *applicationUsername |
| To | @property (nonatomic, readwrite, copy, nullable) NSString *applicationUsername |
| Declaration | |
|---|---|
| From | @property (nonatomic, copy, nonnull) NSString *productIdentifier |
| To | @property (nonatomic, readwrite, copy, nonnull) NSString *productIdentifier |
| Declaration | |
|---|---|
| From | @property (nonatomic) NSInteger quantity |
| To | @property (nonatomic, readwrite) NSInteger quantity |
| Declaration | |
|---|---|
| From | @property (nonatomic, copy, nullable) NSData *requestData |
| To | @property (nonatomic, readwrite, copy, nullable) NSData *requestData |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use [SKProduct downloadContentLengths] instead |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use [SKProduct downloadContentVersion] instead |