1

I generated a passbok file in Java that I want to share with the wallet applications in iOS and Android. The method creates a .pkpass file so... how can I send it to the Wallet applications? I find really few information about this step...

Sonhja
  • 8,230
  • 20
  • 73
  • 131

1 Answers1

4

You can email it to users or put it on a web server with a header Content-Type: application/vnd.apple.pkpass. Or you can use the PKAddPassesViewController to add to Wallet via an app.

PassKit
  • 12,231
  • 5
  • 57
  • 75