简体   繁体   English

Android AppLinks是否需要App的正式版?

[英]Do Android AppLinks require a production release of App?

I am working on integrating Android Applinks into my application. 我正在将Android Applinks集成到我的应用程序中。 I have successfully integrated deeplinking via branch.io and uri schemes to take a user into my application when installed. 我已经成功地通过branch.io和uri方案集成了深层链接,以便在安装后将用户带入我的应用程序。 I am now trying to get AppLinks to work and to take the user to the Play Store if the app is not installed. 我现在正在尝试使AppLink正常工作,如果未安装该应用,则将用户带到Play商店。 Currently this is not working so I am trying to rule out variables. 目前,这不起作用,因此我正在尝试排除变量。 Specifically, I am testing AppLinks with an App on Closed-Alpha via the developer console. 具体来说,我正在通过开发者控制台在封闭Alpha上使用App测试AppLinks。

Should I expect AppLinks to work if I am testing the App on a non-production release? 如果我要在非生产版本上测试App,我应该期望AppLinks能够正常工作吗?

Note: I am able to access the app via the appstore on my Android device. 注意:我可以通过Android设备上的appstore访问该应用程序。

Alex from Branch.io here. 来自Branch.io的Alex在这里。 To answer your specific question: 要回答您的特定问题:

No, it is not necessary for the version of the app in the Play Store to support App Links. 否,Play商店中的应用版本不必支持应用链接。 In fact, it is not even necessary to have the app in the Play Store at all. 实际上,甚至没有必要在Play商店中完全安装该应用程序。

This sounds like a configuration problem, but it's impossible to debug without more information. 这听起来像是配置问题,但是如果没有更多信息就无法调试。 Feel free to post additional details here, or reach out to the Branch Integrations team for assistance! 请随时在此处发布其他详细信息,或联系Branch Integrations团队寻求帮助!

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM