我们同时使用网络和iPhone。我们希望向客户发送电子邮件(交易,例如“您的订单已发货”),并让他们点击以获取更多信息,无论是在应用程序还是网站上。
在高级别或产品级别,以下是如何运作的?我试图了解这是否可行,或者正确的流程是什么。
电子邮件链接类似于
<a href="http://oursite.com/routing-logic?path/to/destination">link</a>
routing-logic做类似
的事情if ourschema:// can open, then open the app (they have the app & are on the device)
else, go to https://oursite.com/path/to/destination
这基本上是URL架构路由的工作原理吗?我听说过有关网页是否可以测试设备是否支持给定URL架构的相互矛盾的信息。