Skip to content

Official 1.0 Release of APNSwift

Compare
Choose a tag to compare
@kylebrowning kylebrowning released this 11 Jul 16:39
3f198df

Official 1.0 release

  • Provides an API for handling connection to Apples HTTP2 APNS server
  • Provides proper error messages that APNS might respond with.
  • Uses custom/non dependency implementations of JSON Web Token specific to APNS (using [rfc7519])(https://tools.ietf.org/html/rfc7519)
  • Imports OpenSSL for SHA256 and ES256
  • Provides an interface for signing your Push Notifications
  • Signs your token request
  • Sends push notifications to a specific device.