1
1
---
2
2
title : Deep & Dynamic Linking
3
+ sidebar_position : 4
3
4
---
4
5
5
6
# Deep & Dynamic Linking
@@ -15,7 +16,7 @@ any website link would work.
15
16
The figure below illustrates how it works:
16
17
17
18
<figure >
18
- 
19
+ 
19
20
<figcaption class =" centered-caption " >Deep and Dynamic link flow</figcaption >
20
21
</figure >
21
22
@@ -38,12 +39,12 @@ links to work, you must have the app installed on your device.
38
39
The deep link consists of three parts. It begins with the scheme followed by the host and page name,
39
40
such as ` designersapp://designersapp.com/profile ` .
40
41
41
- ![ img_1.png] ( img_1.png )
42
+ ![ img_1.png] ( imgs/ img_1.png)
42
43
43
44
If the page name is not provided (i.e. ` designersapp://mydesignersapp.com/) ` It will open the app's
44
45
landing page.
45
46
46
- ![ img_2.png] ( img_2.png )
47
+ ![ img_2.png] ( imgs/ img_2.png)
47
48
48
49
### Adding Deep Link
49
50
@@ -78,7 +79,7 @@ In this step, You will set the URL scheme. To do that:
78
79
the back button from a deep link page, enable the ** Pages Are Subroutes of Root Page** option. *
79
80
* Tip** : we recommend enabling this option to increase user engagement with your app.
80
81
81
- ![ img_3.png] ( img_3.png )
82
+ ![ img_3.png] ( imgs/ img_3.png)
82
83
83
84
#### 2. Setting page URL
84
85
@@ -287,7 +288,7 @@ In this step, You will set the URL scheme. To do that:
287
288
the back button from a deep link page, enable the ** Pages Are Subroutes of Root Page** option. *
288
289
* Tip** : we recommend enabling this option to increase user engagement with your app.
289
290
290
- ![ img_4.png] ( img_4.png )
291
+ ![ img_4.png] ( imgs/ img_4.png)
291
292
292
293
#### 4. Setting page URL
293
294
@@ -377,7 +378,7 @@ To pass custom data with the link, you need to have the following:
377
378
1 . Make sure you have a parameter defined on a page you want to pass in a dynamic link.
378
379
379
380
<figure >
380
- 
381
+ 
381
382
<figcaption class =" centered-caption " >Adding parameter on page</figcaption >
382
383
</figure >
383
384
@@ -386,7 +387,7 @@ To pass custom data with the link, you need to have the following:
386
387
387
388
388
389
<figure >
389
- ![ img_6.png] ( img_6.png )
390
+ ![ img_6.png] ( imgs/ img_6.png)
390
391
<figcaption class =" centered-caption " >Including a parameter in the route</figcaption >
391
392
</figure >
392
393
0 commit comments