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 best solutions below

0
On

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