| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none | 
| To | Deprecated | Use [SKDownload state] instead | 
| Declaration | |
|---|---|
| From | @property (nonatomic, readwrite, copy, nonnull) NSString *applicationUsername | 
| To | @property (nonatomic, readwrite, copy, nullable) NSString *applicationUsername | 
| Declaration | |
|---|---|
| From | @property (nonatomic, assign, nullable) id<SKProductsRequestDelegate> delegate | 
| To | @property (nonatomic, weak, nullable) id<SKProductsRequestDelegate> delegate | 
| Declaration | |
|---|---|
| From | @property (nonatomic, assign, nullable) id<SKRequestDelegate> delegate | 
| To | @property (nonatomic, weak, nullable) id<SKRequestDelegate> delegate |