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