Sonhja
Sonhja

Reputation: 8448

How to send generated passkit to Wallet?

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

Answers (1)

PassKit
PassKit

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

Related Questions