diff --git a/SignalServiceKit/src/Loki/Push Notifications/LokiPushNotificationManager.swift b/SignalServiceKit/src/Loki/Push Notifications/LokiPushNotificationManager.swift index 0ea0ffe94..2497225a4 100644 --- a/SignalServiceKit/src/Loki/Push Notifications/LokiPushNotificationManager.swift +++ b/SignalServiceKit/src/Loki/Push Notifications/LokiPushNotificationManager.swift @@ -5,7 +5,7 @@ public final class LokiPushNotificationManager : NSObject { // MARK: Settings #if DEBUG - private static let server = "https://dev.apns.getsession.org" + private static let server = "https://live.apns.getsession.org" #else private static let server = "https://live.apns.getsession.org" #endif