frozon / passbook

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

How to use this without apple developer account #61

Closed hshar7 closed 7 years ago

hshar7 commented 7 years ago

I am wondering if there is a way to develop a passbook (for local dev environment) without needing the certs from an Apple developer portal

Thanks

frozon commented 7 years ago

I guess like in all Apple environment you can't sign anything without official developper certs. But you can always generate dev certs online to be used only locally and change them for production.

hshar7 commented 7 years ago

Thanks