Building an iOS signing key for PhoneGap in Windows

Viewed 7755

Recently I've been asked by a number of developers how they can use PhoneGapBuild (PGB) to develop an iOS app when they only have a windows machine? The problem not being the development itself, but the provision of a key that PGB can use to build the iOS app.

One major problem is that PGB's faq gives instructions for using a mac to achieve this, and another being that Apple's documentation assumes the same.

So, can a key be created in windows without the use of a mac, and if so, what are the exact steps to do so?

2 Answers
Related