📱HTTP/2 Apple Push Notification Service built with swift - send push notifications to iOS, iPadOS, tvOS, macOS, watchOS, visionOS, and Safari!
693
stars
105
forks
source link
Need to extend PushType to support LiveActivities #165
Closed
watling closed 2 years ago
I believe the pushType enum needs to include a new element for liveactivities
extension APNSwiftConnection { public enum PushType: String { case alert case background case mdm case voip case fileprovider
}