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...
Asked
Active
Viewed 1,008 times
1
-
in Java? Physical passbook? I think I'm lost. – Raptor Apr 23 '18 at 06:39
-
Maybe I explained myself REALLY bad... sorry. I want this passbook to be sent to my wallet. I wanted to say I generate the digital pass in code (the .pkpass file). – Sonhja Apr 23 '18 at 06:40
-
how to generate pass on serverside and what serverside will return me back – Darshan Nov 13 '19 at 12:13
-
Could you please tell me how did you created pkpass file in java? – Gnaniyar Zubair Aug 20 '20 at 09:27
1 Answers
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