From 8b12d5e68d4220a21a8bfaba78ecf61bbb2c18f2 Mon Sep 17 00:00:00 2001 From: Laurent Date: Mon, 5 May 2025 15:13:36 +0200 Subject: [PATCH] remove connection to websockets for release --- PadelClub/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PadelClub/AppDelegate.swift b/PadelClub/AppDelegate.swift index f3f4833..1b38c5b 100644 --- a/PadelClub/AppDelegate.swift +++ b/PadelClub/AppDelegate.swift @@ -40,7 +40,7 @@ class AppDelegate : NSObject, UIApplicationDelegate, UNUserNotificationCenterDel StoreCenter.main.configureURLs(secureScheme: true, domain: domain, webSockets: false) } #else - StoreCenter.main.configureURLs(secureScheme: true, domain: domain) + StoreCenter.main.configureURLs(secureScheme: true, domain: domain, webSockets: false) #endif StoreCenter.main.logsFailedAPICalls()