有没有办法从iOS中的网页打开Apple Wallet应用程序

时间:2017-09-06 07:29:46

标签: passbook wallet passkit

如果我想打开Telegram,请使用

<a href="appName://">Launch App</a>

<a href="https://t.me">Launch Telegram</a>

是否有方法可以打开Apple Wallet应用程序?

1 个答案:

答案 0 :(得分:3)

当然,未记录的URI方案是shoebox://。所以这将有效: <a href="shoebox://">Launch Apple Wallet</a>