Skip to content

Instantly share code, notes, and snippets.

@cardoso
Created June 4, 2020 00:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cardoso/a6cb823607a30b946e91000ad89fbd24 to your computer and use it in GitHub Desktop.
Save cardoso/a6cb823607a30b946e91000ad89fbd24 to your computer and use it in GitHub Desktop.
import UIKit
import StreamChatClient
...
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
Client.configureShared(.init(apiKey: "31e2eqp53qu3", logOptions: .info))
return true
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment