如果我想打开电报,我会使用
<a href="appName://">Launch App</a>
或
<a href="https://t.me">Launch Telegram</a>
是否有一种打开Apple Wallet应用程序的方法?
当然,无证件的URI方案是shoebox://
。因此,这将起作用: <a href="shoebox://">Launch Apple Wallet</a>