We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c617e commit 8bff7c8Copy full SHA for 8bff7c8
DemoAppSwiftUI/AppDelegate.swift
@@ -53,6 +53,8 @@ class AppDelegate: NSObject, UIApplicationDelegate {
53
54
streamChat = StreamChat(chatClient: chatClient, utils: utils)
55
*/
56
+
57
+ StreamRuntimeCheck._isBackgroundMappingEnabled = true
58
59
#if RELEASE
60
// We're tracking Crash Reports / Issues from the Demo App to keep improving the SDK
0 commit comments