Type Property
default
A default container ID available for use.
static var `default`: APNSContainers.ID { get }
Discussion
If you are configuring both a production and development container, production and development are also available.
Note
You must configure this ID before using it by calling use(_:eventLoopGroupProvider:responseDecoder:requestEncoder:byteBufferAllocator:as:isDefault:).
Important
The actual default ID to use in client when none is provided is the first configuration that doesn’t specify a value of false for isDefault:.