Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

bullied bandicoot

Compare
Choose a tag to compare
@nathany nathany released this 07 Jan 00:39
· 105 commits to master since this release

push package

  • API: Development and Production rather than Sandbox and Live.
  • API: Push and PushBytes return an apns-id (a UUID generated by Apple to identify the notification being pushed)
  • Push marshals anything to JSON, even values without a MarshalJSON method (eg. Maps).
  • Defines several errors based on responses from Apple.

payload package

  • Alert now includes TitleLocKey and TitleLocArgs.
  • Tests include an example of custom values with the Map() method.
  • A new Browser type for Safari Push Notifications.