简体   繁体   English

在没有互联网连接的情况下安装应用程序时,通用链接如何工作

[英]How universal links work when app is installed with no internet connection

I have started reading about universal links , Although I understood the working but couldn't figure this out on what will happen if the universal link is clicked without having an internet connection.我已经开始阅读有关universal links ,虽然我了解工作原理,但无法弄清楚如果在没有互联网连接的情况下单击通用链接会发生什么。

I saw this behavior in the Twitter app and its opening even without the internet, But I couldn't understand the process behind the scenes.我在 Twitter 应用程序中看到了这种行为,即使没有互联网也能打开它,但我无法理解幕后的过程。 Can someone explain this to me谁可以给我解释一下这个

... it's opening even without the internet, but I couldn't understand the process behind the scenes. ......即使没有互联网它也能打开,但我无法理解幕后的过程。

Once your project is configured to use Universal links, on the first load, the app downloads the rules from apple-app-site-association JSON file.一旦您的项目被配置为使用通用链接,在第一次加载时,应用程序会从apple-app-site-association JSON 文件下载规则。

So the OS is able to resolve the clicked universal link without to be connected to the network.因此,操作系统无需连接到网络即可解析点击的通用链接。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 没有互联网连接时,NSIncrementalStore如何工作? - How does NSIncrementalStore work when there is no internet connection? iOS 13 > 当应用程序被杀死且不在后台时,通用应用程序链接不起作用 - iOS 13 > Universal App Links does not work when app is killed and not in background iOS通用链接:如果未安装应用,则打开商店链接 - Universal links iOS : open store link if app NOT installed 如何在应用程序中拦截iOS通用链接 - How to interceptor iOS universal links in an App 在没有互联网连接的情况下如何防止应用程序在上传图像时崩溃 - How to prevent app crashing when uploading image when there is no internet connection 安装后,appcelerator studio 是否可以在没有互联网连接的情况下工作? - Does appcelerator studio work without internet connection once its installed? iOS应用程序没有互联网连接时如何禁用segue? - How to disable segue when there is no internet connection for iOS app? 当我在自己的应用程序中调用 openURL 时,如何使用通用链接? - How can I use universal links when I call openURL inside my own app? 当另一个应用程序打开Safari View Controller时,如何使branch.io通用链接正常工作? - How to get branch.io universal links working when another app opens a Safari View Controller? 点按时,Universal Links不会将用户重定向到我的应用 - Universal Links don't redirect the user to my app when tapped
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM