1

I've been following this tutorial on how to test passes on iOS6.0 passbook. I've followed the app's code line by line, but I'm having a problem. Whenever I click "add" on one of the passes, the PassView gets dismissed, but the pass does not show up in the simulator's PassBook application. I tried my own pass, as well as the ones that were given in the zip file.

Any help would be much appreciated!

~Carpetfizz

asked Sep 8, 2013 at 2:13
2
  • Thank you very much for the demo pass. It did indeed work, so like you said there is probably a cert mixup. I'll look into it. Mind posting this as an answer so I can properly accept it? Thanks again! Commented Sep 8, 2013 at 5:05
  • 1
    Glad to hear it worked. The certificate is not checked until after the Add button is pressed. This explains why it will preview in the view controller but fail to inject in Passbook. Commented Sep 8, 2013 at 5:27

1 Answer 1

1

Sounds like it could be a certificate problem - the certificates used to sign the demo pass may have expired, and your pass may have a signing error. Try this pass and see if you still get a similar problem. If the problem is not with the pass bundle, can you post the console logs from the simulator or better still from a device after you press the Add button.

answered Sep 8, 2013 at 5:25
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.