| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Announcement option is ignored |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | summaryArgument is ignored |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | summaryArgumentCount is ignored |
| Declaration | |
|---|---|
| From | @property (nonatomic, copy) NSArray<UNNotificationAttachment *> *attachments |
| To | @property (nonatomic, readwrite, copy) NSArray<UNNotificationAttachment *> *attachments |
| Declaration | |
|---|---|
| From | @property (nonatomic, copy) NSNumber *badge |
| To | @property (nonatomic, readwrite, copy) NSNumber *badge |
| Declaration | |
|---|---|
| From | @property (nonatomic, copy) NSString *body |
| To | @property (nonatomic, readwrite, copy) NSString *body |
| Declaration | |
|---|---|
| From | @property (nonatomic, copy) NSString *categoryIdentifier |
| To | @property (nonatomic, readwrite, copy) NSString *categoryIdentifier |
| Declaration | |
|---|---|
| From | @property (nonatomic, copy) NSString *launchImageName |
| To | @property (nonatomic, readwrite, copy) NSString *launchImageName |
| Declaration | |
|---|---|
| From | @property (nonatomic, copy) UNNotificationSound *sound |
| To | @property (nonatomic, readwrite, copy) UNNotificationSound *sound |
| Declaration | |
|---|---|
| From | @property (nonatomic, copy) NSString *subtitle |
| To | @property (nonatomic, readwrite, copy) NSString *subtitle |
| Declaration | |
|---|---|
| From | @property (nonatomic, copy) NSString *threadIdentifier |
| To | @property (nonatomic, readwrite, copy) NSString *threadIdentifier |
| Declaration | |
|---|---|
| From | @property (nonatomic, copy) NSString *title |
| To | @property (nonatomic, readwrite, copy) NSString *title |
| Declaration | |
|---|---|
| From | @property (nonatomic, copy) NSDictionary *userInfo |
| To | @property (nonatomic, readwrite, copy) NSDictionary *userInfo |
| Declaration | Availability | Deprecation Message | |
|---|---|---|---|
| From | @property (nonatomic, copy) NSString *summaryArgument | Available | none |
| To | @property (nonatomic, readwrite, copy) NSString *summaryArgument | Deprecated | summaryArgument is ignored |
| Declaration | Availability | Deprecation Message | |
|---|---|---|---|
| From | @property (nonatomic, assign) NSUInteger summaryArgumentCount | Available | none |
| To | @property (nonatomic, readwrite, assign) NSUInteger summaryArgumentCount | Deprecated | summaryArgumentCount is ignored |
| Declaration | |
|---|---|
| From | @property (nonatomic, copy) NSString *targetContentIdentifier |
| To | @property (nonatomic, readwrite, copy) NSString *targetContentIdentifier |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Announcement authorization is always included |