What's Changed
Container Identifiers by @dimitribouniol in #58
To help users who need to configure a production and development container, added two new containerIDs:
production
anddevelopment
. Also added documentation and clarified how thedefault
ID is used, which isn’t always the default depending on howuse
is called.Note: Since this is new, I went with
development
instead ofsandbox
here because all of Apple’s documentation refers to it as the development environment. We should probably add.development
and deprecate.sandbox
in APNSwift as well.
This patch was released by @0xTim
Full Changelog: 4.1.0...4.2.0