Is there a method to open Apple Wallet application from web page in the iOS

1.5k views Asked by At

If I want to open Telegram I use

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

or

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

Is there a method to open Apple Wallet application?

1

There are 1 answers

0
Loris Guignard On

Sure, the undocumented URI scheme is shoebox://. So this will work: <a href="shoebox://">Launch Apple Wallet</a>