Deep Link / Deferred Deep Link 深度连结

Deep Link 可以开启 app 的特定页面,而不仅仅是打开 app 首页而已。

In the context of mobile apps, deep linking consists of using a uniform resource identifier (URI) that links to a specific location within a mobile app rather than simply launching the app.

Deferred Deep Link (延迟深度连结)

与 Deep Link 的差异是,Deferred Deep Link 会先判断装置是否已经安装 app ,若没有安装便先引导到载点,安装完毕後再到指定的 Deep Link。根据不同的装置,引导开启的路径也都会不一样,像是 Android 系统会开启 Google Play Android; iOS 系统则是开启 App Store。

Deferred deep linking allows users to deep link to content even if the app is not already installed. Depending on the mobile device platform, the URI required to trigger the app may be different.

效益

提升用户体验,减少导流的过程中的断点!

参考连结:
https://en.wikipedia.org/wiki/Mobile_deep_linking
https://progressbar.tw/posts/264
https://codertw.com/程序语言/666241/


<<:  【HTML】【CSS】如何处理inline-block 元素之间的空白

>>:  【JavaScript】阵列方法之indexOf()

3面向谈ML产品与软件产品的相异处

在过去的5-7年当中,ML已经不再只限於研究人员能够接触、使用,越来越多的AI/ML工具以及产品出现...

Day26 简易小键盘小实作

首先我们先拉11个按钮, 分别为0-9和一个删除键, 在拉入一个textfield, 完成後是这样。...

第44天~

这个得上一篇:https://ithelp.ithome.com.tw/articles/10258...

[Day10]程序菜鸟自学C++资料结构演算法 – 堆 叠应用:数制转换&括号匹配&汉诺塔

前言:今天要来实作数制转换、括号匹配和河内塔,这三个范例都是非常知名的堆叠应用,甚至会是程序竞赛的考...

【day28】宠物邀约上传流程修改 X ViewPager2 with indicator

前几天我们成功上传了多张照片,但是我们的画面有点丑丑的,所以我们今天要把它修改成更漂亮,且下面会有...