Closed Fearix closed 4 months ago
@Fearix Hi, I’m unable to look at you issue right now. I’ll look at it on Monday
Hi @Fearix, thanks for using passkit-generator. I had a bit of time to read your issue. Did you try to check if Console.app gives you any log? It is likely you are going to find things there, as when a pass doesn't open, it fails silently and logs things.
To debug, I created a guide in wiki that I cannot link you now because I'm from my phone.
Let me know.
Thanks for the quick help @alexandercerutti. I was able to fix it by following the debugging instructions. Apparently Apple always requires a time zone for the ISO DateTime strings, which I was missing.
Glad you solved! May I ask you to leave a star on the project? 🌟
Hello, I have an online shop for event tickets and would now like to add the function that, in addition to the ticket as a PDF, the ticket is also sent as a Wallet Pass by email. When I tested this, I noticed that I couldn't open the ticket on the iPhone, nor on the Mac when I dragged it into the simulator's Wallet app (nothing happened).
After receiving the payment the following function in nodejs gets triggered:
This is the content of my ticket.pass: pass.json
When I renamed the .pkpass file I received to .zip and extracted the contents, I got the following files. The content looks correct to me, but it is my first time working with passes: manifest.json pass.json
The folder also contains a signature file, but I can't upload it here.
I have already checked the .pkpass file with an online validator and got this result:
Does anybody know what I'm doing wrong? Thanks in advance