From 4d22f73e8327086220964eb7b9a82f3b04b09a9d Mon Sep 17 00:00:00 2001 From: nielsandriesse Date: Thu, 1 Oct 2020 13:52:11 +1000 Subject: [PATCH] Always point to live PN server --- .../Loki/Push Notifications/LokiPushNotificationManager.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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