Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?
share|improve this question

1 Answer

up vote 3 down vote accepted

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!

share|improve this answer
1  
You're very welcome! I'm glad you found my library useful. If you have any suggestions for improvements, please let me know. – tomasmcguinness Dec 2 '12 at 9:30

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.