简体   繁体   English

我们需要HTTPS网站来实现Google应用索引吗?

[英]Do we need HTTPS website to implement google app indexing?

I am planning to do app indexing and deep linking for my app. 我正计划为我的应用程序建立应用程序索引和深层链接。 To link my website with the app, is the site required to be an HTTPS site? 要将我的网站与该应用程序链接,该网站是否必须为HTTPS网站?

In official Android documentation, it is mentioned that we need to have digital Asset JSON file in the website. 在官方的Android文档中,提到我们需要在网站中拥有数字资产JSON文件。

https://domain[:optional_port]/.well-known/assetlinks.json https:// domain [:optional_port] /.well-known/assetlinks.json

Text from documentation: 文档中的文字:

The system verifies the JSON file via the encrypted HTTPS protocol. 系统通过加密的HTTPS协议验证JSON文件。 Make sure that your hosted file is accessible over an HTTPS connection, regardless of whether your app's intent filter includes https. 确保您的托管文件可通过HTTPS连接访问,无论您的应用程序的意图过滤器是否包含https。

Yes and no. 是的,没有。 You do need to have a website for verified app links, but not necessarily for basic App Indexing. 您的确需要一个用于验证应用程序链接的网站,但不一定要用于基本的应用程序索引。 Of course, it's smoother for the user if you do. 当然,这样做对用户来说更平滑。

You might give the free Branch.io service a look (full disclosure: I'm on the team) . 您可以看一下免费的Branch.io服务(完整披露:我在团队中) We can help handle all of your deep links, and you get Google App Indexing as a extra side benefit. 我们可以帮助您处理所有深层链接,并为您带来Google App索引编制的额外好处。

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

相关问题 我们需要Google Fit API的Google Fit应用程序吗? - Do we need Google Fit App for Google Fit API? Google应用索引,如何检查其是否在网站上有效 - Google app indexing, how to check if it works on the website 应用索引-应用未与Google搜索中的网站链接一起显示 - App Indexing- app not showing with website link in google search Android:如何为FragmentStatePagerAdapter实现Google App索引Api? - Android: How to implement Google App Indexing Api for FragmentStatePagerAdapter? Google App索引如何处理https://www.example.com和https://example.com - How does Google App Indexing handle https://www.example.com vs https://example.com Google Play Console 新的应用签名流程:我们每次发布应用时都需要 .pepk 和 .keystore 文件吗? - Google Play Console New App Signing Process: Do we need .pepk and .keystore files both everytime when we release the app? 我们需要在Android中实现所有抽象方法吗? - Do we need to implement all the abstract methods in Android? Google App索引:如何映射我的网站链接和应用程序深层链接 - Google App Indexing: how to map my website links and app deep links 三星伴侣应用:我们是否需要手机上的三星Gear应用? - Samsung Companion App: Do we need Samsung Gear App on Phone? 我可以给Google索引添加到我的Android应用程序,但是我没有网站 - Can i give google indexing to my android app but i don't have a website
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM