Point to dev PN server in debug mode

pull/278/head
nielsandriesse 5 years ago
parent fc6499e666
commit deb73b4a24

@ -5,7 +5,7 @@ public final class LokiPushNotificationManager : NSObject {
// MARK: Settings // MARK: Settings
#if DEBUG #if DEBUG
private static let server = "https://staging.apns.getsession.org" private static let server = "https://dev.apns.getsession.org"
#else #else
private static let server = "https://live.apns.getsession.org" private static let server = "https://live.apns.getsession.org"
#endif #endif

Loading…
Cancel
Save