Skip to content

Commit 6b4a973

Browse files
authored
Update AppDelegate.swift
1 parent cfc6f11 commit 6b4a973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/EaseChatUIKit/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
1818

1919
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
2020
// Override point for customization after application launch.
21-
let option = ChatOptions(appkey: "easemob#easeim")
21+
let option = ChatOptions(appkey: "")
2222
option.enableConsoleLog = true
2323
_ = ChatUIKitClient.shared.setup(option: option)
2424
let redPackage = ActionSheetItem(title: "Red".chat.localize, type: .normal,tag: "Red",image: UIImage(named: "photo", in: .chatBundle, with: nil))

0 commit comments

Comments
 (0)