Search code examples
iphoneswiftxcode8ios10applepay

How to launch/open apple pay or wallet application


Is there any possibility to launch/open Apple pay or Wallet application from existing application using deeplinking?


Solution

  • That is not possible. You can create a .pkpass file and prompt the user to add it to Wallet. Then Wallet will open but there is no url scheme for just opening the Apple Wallet app.

    More informations about URL Schemes in iOS