Explorar o código

use correct sandbox url

B. Petersen %!s(int64=4) %!d(string=hai) anos
pai
achega
ff292ed1c8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      deltachat-ios/AppDelegate.swift

+ 1 - 1
deltachat-ios/AppDelegate.swift

@@ -307,7 +307,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
         logger.verbose("device token: \(tokenString)")
 
         #if DEBUG
-        let endpoint = "https://notifications.delta.chat/register" // FIXME: use sandbox address
+        let endpoint = "https://sandbox.notifications.delta.chat/register"
         #else
         let endpoint = "https://notifications.delta.chat/register"
         #endif