生成一个 link 从网站下载移动应用程序

Generate a link to download the mobile application from the website

我想知道如何在用户使用移动版网站时显示 link 从特定商店下载应用程序,如示例中的图片:

我想知道是否有办法生成这个横幅或类似的东西 谢谢

对于iOS你想调查"Smart App Banners":<meta name="apple-itunes-app" content="app-id=123456789">

https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/PromotingAppswithAppBanners/PromotingAppswithAppBanners.html(就是你截图的Netflix例子)

Android 你想使用:<meta name="google-play-app" content="app-id=com.packagename.app">