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()