简体   繁体   English

App的数字资产链接App目标语句列表android清单

[英]Digital Asset for App Linking for App target statement list android manifest

Hey Guys I was going through deep link implementation documentations, It's written that "In an Android app, the statement list is a JSON snippet with the same syntax as a website statement file, but it is embedded in the strings.xml file" Hey Guys我正在浏览深层链接实现文档,它写道:“在Android应用程序中,语句列表是一个JSON代码段,其语法与网站语句文件相同,但它嵌入在strings.xml文件中”

Example for Statement list which is published on Server 在Server上发布的语句列表示例

Here is an example statement list on a website: http://example.digitalassetlinks.org/.well-known/assetlinks.json 以下是网站上的示例语句列表: http//example.digitalassetlinks.org/.well-known/assetlinks.json

My question is that do I have to put my sha256_cert_fingerprints in string resource file, If I have to then fingerprints would be accessible after an APK is decompiled and this may lead to major security concern. 我的问题是,我是否必须将我的sha256_cert_fingerprints放在字符串资源文件中,如果必须,那么在反编译APK后可以访问指纹,这可能会导致严重的安全问题。

Based on the examples further down that same page, it appears the fingerprints are only necessary on the server file. 根据同一页面下面的示例,只显示服务器文件上的指纹。

However, if you are simply trying implement AppLinks, that guide is fairly confusing. 但是,如果您只是尝试实现AppLinks,那么该指南相当混乱。 I'd suggest either following the main AppLinks guide or even trying a free service like Branch.io (full disclosure: I'm on the team) 我建议遵循主要的AppLinks指南 ,甚至尝试像Branch.io这样的免费服务(完全披露:我在团队中)

暂无
暂无

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

相关问题 Android,生成数字资产链接:用于签名应用程序的密钥库文件 - Android, Generate Digital Asset Link: keystore file for signing the app 即时应用程序 - 数字资产链接协议 - Instant App - Digital Asset Links Protocol 由于应用程序没有签名,因此无法将 Android 应用程序与数字资产链接相关联 - Can't link Android app with Digital Asset Link since app doesn't have a signature Android Instant App - Play控制台发布/部署错误和DAL(数字资产链接)未链接 - Android Instant App - Play Console release/deploy error and DAL(digital Asset Link) not linked Android Manifest app:主题 - Android Manifest app:theme 带有缓存清单的PhoneGap android应用中的错误消息“声明在10中止” - Error message “statement aborts at 10” in PhoneGap android App with cache manifest 由于数字资产链接,Google Play 不接受即时应用 - Google play not accepting instant app due to digital asset link 如何将网站与Instant app的数字资产链接协议链接? - how to link website with digital asset link protocol for Instant app? Angular Universal Links (Android / IOS) Asset Linking and apple-app-site-association - Angular Universal Links (Android / IOS) Asset Linking and apple-app-site-association 播放资产交付 Android 资源链接失败 - 任务执行失败:app:linkDebugManifestForAssetPacks - Play Asset Delivery Android resource linking failed - Execution failed for task :app:linkDebugManifestForAssetPacks
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM