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