I know, I'm a little late, so I hope you solved somehow.
In case you didn't, first of all I see you are using "eventTicketStrip", which is not a valid type of pass. You should use "eventTicket" and then use the strip.png asset (+ @2x @3x) to let Wallet know the layout you want to be rendered.
Second, omitting icon@\3x.png on most recent iPhones, make a pass invalid, but it is perfect valid on Macs and older iPhones (I don't remember the last iPhone that used up to @2x). The website kind of lies. I mean, it is right, but it doesn't consider the device.
Third, always check for logs, if you have a Mac, through the Console.app in Application/Utilities, by connecting you phone via USB or network, giving the authorization as it should pop on your iPhone and then by filtering the logs (there will be a lot).
If you are opening the pkpass from another application, just filter by "Passkit".
If you are opening the pkpass via network or whatever, filtering by the process "passd" is fine.
Filtering by process means writing "passd" in the search box, pressing enter and then selecting the kind of parameter near "passd".
Hope this helps.
Alexander
Post
Replies
Boosts
Views
Activity
While a documentation or a guide is still missing, we were able to understand how to generate it, on passkit-generator. WWDC video is wrong.
Little update: we were able to figure out how to generate them. WWDC video is utterly erroneous and misleading. We are still waiting for a documentation. I hope it will be good.
Connect your iPhone to the same network or via USB to your mac and open Console.app. Select it from the side and search among logs by "passd" ("process") or by "passkit" ("Anything").
At a certain point you should be able to find a log that explains you why it cannot be opened. They are usually marked with a yellow dot, or the reason could be near a log with a yellow dot.
What is your use case? What is bringing you to have more than 10 passes?
Please note, also, that pkpasses is supported only in Safari, not other applications (as far as I know).
It is probably too early for documentation and sample release. I think they will come out soon, maybe with beta 2.
By the way, for what I've been able to understand, the new eventTicket format is an NFC only, so I think you'll need to provide NFC data for it to show up.
My iPhone camera scans it as valid but doesn't show anything.
Other application scan it as empty... did you try to unzip the .pkpass file and check the barcode field if it actually contains something?
I'm waiting for it too. I think it will come out in the next months. In the mean while, we are going on discovery in passkit-generator project repository.
I think, just like the other documentations, the current one will have a new "API Changes" voice in the menù on top right, or something like, I don't know.
.pkpasses should be supported only in Safari. Not sure if Safari Simulator owns such implementation. I think that's a whole different implementation (or extension) the one that have been done in Safari to support them. What happens if you try to open them from Safari on Simulator?
I think they supported only from Safari.
I don't know why it was chosen to add pkpasses only on Safari.