Question

I went through this tutorial for basic Passbook dev: http://www.raywenderlich.com/20734/beginning-passbook-part-1

I will be using a Windows machine for development and I see two Apple specific tools used:

  1. OpenSSL commands - this one I believe there is a Windows version for, so it's doable.
  2. Keychain - for storing, importing, and exporting certificates. Is there a Windows alternative?
Was it helpful?

Solution

I managed to Passbook working with the help of this gentleman's code:

https://github.com/tomasmcguinness/dotnet-passbook

He also has a very useful translation of how to get the certificates running along nicely:

http://www.tomasmcguinness.com/2012/06/28/generating-an-apple-ios-certificate-using-windows/

Thanks to Tomas McGuinness!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top