I\'m creating a Ticket
from my server and passing it into my ios app but I keep getting this error when I try to pass the JSON data into the PKPass
mod
Looking at your signature and you pass.json, your pass is failing to load because the certificate that has been used to create the signature is:
This doesn't match the passTypeIdentifier
and teamName
you have in your pass.json
.
Replace ./models/certs/signerCert.pem
and ./models/certs/signerKey.pem
with the correct certificate and key for your PassTypeId Certificate and you should get past this error.
Any pass compiled with the pass.json
above still will not load, but for a different reason. The eventTicket
object cannot be empty.