Skip to content

Commit 34865a5

Browse files
Release UIKit Sample 1.1.3
1 parent aa8e685 commit 34865a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sample-ui-kit/UIKitSample/Connect.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ class Connect: ObservableObject {
3838

3939
init(state: ConnectState = .disconnected) {
4040

41-
// Quickblox.initWithApplicationId(0,
42-
// authKey: "",
43-
// authSecret: "",
44-
// accountKey: "")
41+
Quickblox.initWithApplicationId(0,
42+
authKey: "",
43+
authSecret: "",
44+
accountKey: "")
4545

4646
QBSettings.carbonsEnabled = true
4747
QBSettings.autoReconnectEnabled = true

0 commit comments

Comments
 (0)