swift-server-community / APNSwift

📱HTTP/2 Apple Push Notification Service built with swift - send push notifications to iOS, iPadOS, tvOS, macOS, watchOS, visionOS, and Safari!
Apache License 2.0
693 stars 105 forks source link

Deprecated `.sandbox` in favor of `.development` #199

Closed dimitribouniol closed 6 months ago

dimitribouniol commented 6 months ago

Since none of Apple's documentation uses "sandbox" anymore, I deprecated and replaced the .sandbox environment with a .development one to decrease confusion for newcomers to the library.