Reputation: 8448
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...
Upvotes: 1
Views: 1262
Reputation: 12581
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.
Upvotes: 4