Skip to content

APNS 1.0.0 Beta 2.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 11 Dec 02:49
cec35a4
  • app.apns.configuration is now a settable property (#6)

This allows for configuration to be accessed or modified by other code after it is set.

app.apns.configuration = try .init(keyIdentifier: ..., ...)
// later
print(app.apns.configuration?.teamIdentifier)
  • Updated to latest Vapor 4.0.0 beta (#6)