Skip to content

Commit 1921dfe

Browse files
authored
Update analytics.md (#762)
1 parent 8c07087 commit 1921dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/ios/analytics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Our initial analytics hook allows you to track your application being launched.
2020
```
2121
```swift
2222
// in iOS
23-
PFAnalytics.trackAppOpenedWithLaunchOptions(launchOptions)
23+
PFAnalytics.trackAppOpened(launchOptions: launchOptions)
2424

2525
// in OS X
2626
PFAnalytics.trackAppOpenedWithLaunchOptions(nil)

0 commit comments

Comments
 (0)