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 cfc6f11 commit 6b4a973Copy full SHA for 6b4a973
Example/EaseChatUIKit/AppDelegate.swift
@@ -18,7 +18,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
18
19
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
20
// Override point for customization after application launch.
21
- let option = ChatOptions(appkey: "easemob#easeim")
+ let option = ChatOptions(appkey: "")
22
option.enableConsoleLog = true
23
_ = ChatUIKitClient.shared.setup(option: option)
24
let redPackage = ActionSheetItem(title: "Red".chat.localize, type: .normal,tag: "Red",image: UIImage(named: "photo", in: .chatBundle, with: nil))
0 commit comments