Skip to content

Commit 87e31f5

Browse files
Update README.md
Co-Authored-By: tapashmajumder <[email protected]>
1 parent 2afdc72 commit 87e31f5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,15 @@ func application(_ application: UIApplication, continue userActivity: NSUserActi
251251
252252
### Deferred deep linking
253253
254-
Deferred deep linking comes into play when a user of your app does not have your app installed in their iPhone/iPad. See definition of deferred deep linking [here](#https://en.wikipedia.org/wiki/Deferred_deep_linking). If you enable deferred deeplinking in IterableSDK, when the user clicks on a deep link in an email, the user is first sent to the App Store. After installing your app from the App Store, the user is taken to a specific location within your app when they launch it for the first time.
254+
[Deferred deep linking](https://en.wikipedia.org/wiki/Deferred_deep_linking) allows a user who does not have a specific app installed to:
255+
256+
- Click on a deep link that would normally open content in that app.
257+
- Install the app from the App Store.
258+
- Open the app and immediately see the content referenced by the link.
259+
260+
As the name implies, the deep link is _deferred_ until the app has been installed.
261+
262+
After tapping a deep link in an email from an Iterable campaign, users without the associated app will be directed to the App Store to install it. If the app uses the IterableSDK and has deferred deep linking enabled, the content associated with the deep link will load on first launch.
255263
256264
#### Enabling deferred deep linking
257265

0 commit comments

Comments
 (0)