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 84c86c2 commit 488794aCopy full SHA for 488794a
Examples/Sample-Swift/Sample-Swift/AppDelegate.swift
@@ -10,15 +10,15 @@ import UIKit
10
import Intercom
11
12
let INTERCOM_APP_ID = "<#YOUR APP ID#>"
13
-let INETERCOM_API_KEY = "<#YOUR API KEY#>"
+let INTERCOM_API_KEY = "<#YOUR API KEY#>"
14
15
@UIApplicationMain
16
class AppDelegate: UIResponder, UIApplicationDelegate {
17
18
var window: UIWindow?
19
20
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
21
- Intercom.setApiKey(INETERCOM_API_KEY, forAppId: INTERCOM_APP_ID)
+ Intercom.setApiKey(INTERCOM_API_KEY, forAppId: INTERCOM_APP_ID)
22
Intercom.setLauncherVisible(true)
23
24
#if DEBUG
0 commit comments