frozon / passbook

Passbook gem let's you create pkpass for passbook iOS 6
MIT License
235 stars 66 forks source link

Pass signing does not use WWDR cert #5

Closed KieranLafferty closed 11 years ago

KieranLafferty commented 11 years ago

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 commented 11 years ago

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

frozon commented 11 years ago

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

KieranLafferty commented 11 years ago

Awesome! Great job thanks!