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 2f82c95 commit d93a44eCopy full SHA for d93a44e
src/connections/sources/catalog/libraries/mobile/swift-ios/index.md
@@ -33,6 +33,8 @@ To get started with the Analytics-Swift mobile library:
33
For example, in a lifecycle method such as `didFinishLaunchingWithOptions` in iOS:
34
35
```swift
36
+ var analytics: Analytics? = nil
37
+
38
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
39
// Override point for customization after application launch.
40
let configuration = Configuration(writeKey: "WRITE_KEY")
0 commit comments