简体   繁体   English

如何在开发中测试 Apple Universal Links?

[英]How to test Apple Universal Links in development?

I am working on apple universal links, but not able to find a way to test in development mode, as I installed app from Xcode debug mode and then open website, which still show view, not open on top app banner.我正在处理苹果通用链接,但无法找到在开发模式下进行测试的方法,因为我从 Xcode 调试模式安装了应用程序,然后打开网站,该网站仍然显示视图,而不是在顶部应用程序横幅上打开。 Any help?有什么帮助吗?

It sounds like when you added the Associated Domains Capability - you added it to "Release" but not "Debug".听起来像是当您添加关联域功能时 - 您将其添加到“发布”而不是“调试”。

You'll have to add your Associated Domain to"Debug".您必须将关联域添加到“调试”。

In Xcode when you add and configure your Associated Domain, make sure you also do this on the "Debug" "Tab":在 Xcode 中,当您添加和配置关联域时,请确保您也在“调试”“选项卡”上执行此操作:

“调试”“选项卡”

Hope this helps someone!希望这可以帮助某人!

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

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