You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2020. It is now read-only.
@@ -136,7 +137,7 @@ Yes | Yes | No | `application:didReceiveRemoteNotification:` | Immediately | cal
136
137
Yes | No | Yes | `application:didReceiveRemoteNotification:` | On Notification Click | call `trackPushOpen` and pass in `userInfo`
137
138
No | N/A | Yes | `application:didFinishLaunchingWithOptions:` | On Notification Click | instantiate an `IterableAPI` and pass in `launchOptions`; a push open will be tracked automatically
138
139
139
-
*`application:didReceiveRemoteNotification:` is deprecated in iOS10, use `userNotificationCenter(_:willPresent:withCompletionHandler:)` & `userNotificationCenter:didReceiveNotificationResponse:withCompletionHandler:` instead to track push opens.
140
+
* f`application:didReceiveRemoteNotification:` is deprecated in iOS10, use `userNotificationCenter(_:willPresent:withCompletionHandler:)` & `userNotificationCenter:didReceiveNotificationResponse:withCompletionHandler:` instead to track push opens.
140
141
141
142
For more information about local and remote notifications, and which callbacks will be called under which circumstances, see [Local and Remote Notifications in Depth](https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/WhatAreRemoteNotif.html#//apple_ref/doc/uid/TP40008194-CH102-SW1).
142
143
@@ -175,13 +176,12 @@ InApp opens and button clicks are automatically tracked when the notification is
175
176
Custom events can be tracked using the `track` function and user fields can be modified using the `updateUser` function.
176
177
177
178
#### Deeplinking
178
-
You can setup your app to track email clicks and maintain deeplinking directly into your app with [iOS Universal Links] (https://support.iterable.com/hc/en-us/articles/115000440206).
179
-
180
-
From your application's [restorationHandler] (https://developer.apple.com/reference/uikit/uiapplicationdelegate/1623072-application) call `getAndTrackDeeplink` along with a callback to handle the original deeplink url.
179
+
You can setup your app to track email clicks and maintain deeplinking directly into your app with [iOS Universal Links](https://support.iterable.com/hc/en-us/articles/115000440206).
181
180
181
+
From your application's [restorationHandler](https://developer.apple.com/reference/uikit/uiapplicationdelegate/1623072-application) call `getAndTrackDeeplink` along with a callback to handle the original deeplink url.
0 commit comments