简体   繁体   English

"Android App Links 的assetlinks.json 文件是否有与iOS 对应的大小限制?"

[英]Does assetlinks.json file for Android App Links have a size limit like the iOS counterpart?

Officially there is no limit mentioned any where in the document.官方在文档中没有提到任何限制。 But when I have tried using Branch.io common link in my app, the app links verification was failing when app was installed.但是当我尝试在我的应用程序中使用 Branch.io 通用链接时,安装应用程序时应用程序链接验证失败。 Figured out the same from the logs and the reason for the same was read timeout.从日志中发现相同的原因是读取超时。

The file hosted here is very huge and mentions a lot of apps which support Branch's bnc.lt links.此处托管的文件非常庞大,其中提到了许多支持 Branch 的 bnc.lt 链接的应用程序。

https:\/\/bnc.lt\/.well-known\/assetlinks.json<\/a> https:\/\/bnc.lt\/.well-known\/assetlinks.json<\/a>

Which causes it to fail as Android fails to verify the same during installation and hence also causes other links configured also not to work.这会导致它失败,因为 Android 在安装过程中无法验证相同的内容,因此也会导致其他配置的链接也无法正常工作。

A file link with just 8-10 apps won't be that huge and won't cause a problem.只有 8-10 个应用程序的文件链接不会那么大,也不会造成问题。

"

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

相关问题 assetlinks.json 中的应用链接意图过滤器不适用于 Android - App links intent filters in assetlinks.json not working on Android Android 应用程序链接 WIX 网站上的 assetlinks.json - Android app links with assetlinks.json on WIX website 使用Android深层链接时,assetlinks.json文件的用途是什么? - What is the assetlinks.json file for, when using Android deep links? Android 更新网站上的 assetlinks.json 后应用程序链接未验证 - Android App links not verifying after updating assetlinks.json on website 使用assetlinks.json的Android应用深度链接 - Android App Deeplinking using assetlinks.json Android App链接和构建风格 - assetlinks.json中需要多个声明? - Android App Links and build flavors — multiple declarations required in assetlinks.json? 验证应用程序链接:从主机中删除了assetlinks.json,但链接仍然验证并打开到应用程序 - Verifying app links: removed assetlinks.json from host yet links still verify and open to the app Android AppLinks无需使用assetlinks.json - Android AppLinks work without assetlinks.json FIDO 是否必须托管assetlinks.json 文件? - Is assetlinks.json file hosting mandatory for FIDO? Android 深层链接 - 允许使用子域 URL,在组织域上使用 assetlinks.json? - Android deep links - allow use of subdomain URLs, with assetlinks.json on organizational domain?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM