This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
impatient iguana
Adds new fields for use with the iOS 10 beta.
push
- Add
CollapseID
header for Notification Management introduced in iOS 10 (#62). You can update a notification by using the sameCollapseID
as a previous notification. See the Introduction to Notifications session for more. - Check payload size before hitting Apple's APN server (#67). This saves on making a request, but reports the same error message.
payload
- New
MutableContent
field for Service Extensions introduced in iOS 10. One use for this is having an iPhone download and display media directly in notifications. See the Advanced Notifications session for more. - New
Subtitle
field added to Payload, as mentioned in Introduction to Notifications session for iOS 10.