-
Notifications
You must be signed in to change notification settings - Fork 451
Reference material
Jon Chambers edited this page Jun 20, 2018
·
3 revisions
- The latest version of the official documentation is now under the UserNotifications Framework documentation.
- Apple's Local and Push Notification Programming Guide
iswas the definitive reference for the APNs protocol.- The "APNs Provider API" section details the HTTP/2-based API for sending push notifications; this is the API used by Pushy 0.5 and newer
- Appendix A: Binary Provider API explains the "binary notification format" used by Pushy 0.4
- Appendix B: Legacy Notification Format explains the "Simple Notification Format" and "Enhanced Notification Format." Pushy v0.3 and earlier use the "Enhanced Notification Format."
- Apple's Technical Note TN2265: Troubleshooting Push Notifications fills in some details that are missing from the main guide.
- HTTP/2 (RFC 7540) is the spec for the HTTP/2 protocol, on which the latest version of the APNs API is built