Skip to content

Commit

Permalink
Release UIKit Sample 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirNybozhinsky committed Jan 31, 2024
1 parent aa8e685 commit 34865a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sample-ui-kit/UIKitSample/Connect.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ class Connect: ObservableObject {

init(state: ConnectState = .disconnected) {

// Quickblox.initWithApplicationId(0,
// authKey: "",
// authSecret: "",
// accountKey: "")
Quickblox.initWithApplicationId(0,
authKey: "",
authSecret: "",
accountKey: "")

QBSettings.carbonsEnabled = true
QBSettings.autoReconnectEnabled = true
Expand Down

0 comments on commit 34865a5

Please sign in to comment.