diff --git a/Classes/Systems/BadgeNotifications.swift b/Classes/Systems/BadgeNotifications.swift index 64887a112..7ec85253e 100644 --- a/Classes/Systems/BadgeNotifications.swift +++ b/Classes/Systems/BadgeNotifications.swift @@ -46,7 +46,7 @@ final class BadgeNotifications { switch settings.authorizationStatus { case .denied: callback(.error(nil)) - case .authorized, .provisional, .notDetermined: + case .authorized, .provisional, .notDetermined, .ephemeral: callback(.success((isBadgeEnabled, isLocalNotificationEnabled))) } }