pull/687/head
Ryan Zhao 3 years ago
parent ae7895c18e
commit ccbf4e0945

@ -28,7 +28,7 @@ public final class PushNotificationAPI : NSObject {
} }
// MARK: - Settings // MARK: - Settings
public static let server = "https://dev.apns.getsession.org" public static let server = "https://live.apns.getsession.org"
public static let serverPublicKey = "642a6585919742e5a2d4dc51244964fbcd8bcab2b75612407de58b810740d049" public static let serverPublicKey = "642a6585919742e5a2d4dc51244964fbcd8bcab2b75612407de58b810740d049"
private static let maxRetryCount: UInt = 4 private static let maxRetryCount: UInt = 4

Loading…
Cancel
Save