Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass signing does not use WWDR cert #5

Closed
KieranLafferty opened this issue Sep 26, 2012 · 3 comments
Closed

Pass signing does not use WWDR cert #5

KieranLafferty opened this issue Sep 26, 2012 · 3 comments
Assignees

Comments

@KieranLafferty
Copy link

Hello,

As of the September 12th conference Apple has changed their pass signing to include the WWDR in the signing process. I have integrated your gem into my app and it works great (Thanks by the way ;) ) however I can not open them on a device because it is missing this part of the signature.

@frozon
Copy link
Owner

frozon commented Sep 26, 2012

Thx for the feedback
I'll have a look as soon as possible and let you know about this issue

@ghost ghost assigned frozon Sep 26, 2012
frozon added a commit that referenced this issue Sep 26, 2012
@frozon
Copy link
Owner

frozon commented Sep 26, 2012

Ok, I just fixed it.
In your passbook Initializer add

passbook.wwdc_cert = Rails.root.joint('wwdc_cert.pem')

Tested it on an iPhone 5 with ios6 and it is ok

@frozon frozon closed this as completed Sep 26, 2012
@KieranLafferty
Copy link
Author

Awesome! Great job thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants