AppProvisioning
From WikiFlashed
For those who are familiar with the iPhone APP's provisioning process, should know that in order to compile, test your game/app on your iPhone, you are required to generate a development certificate through apple's iPhone Provisioning Portal. Obviously, to be able to get there, you are required to pay the $99 USD to become an approved developer for Apple.
Currently, all developments can only happen for those who has a MAC. Now that Adobe's introduced CS5 that allows you to compile swf directly into native iphone app code, it is possible to develop your game solely on a PC. When I say solely, I actually meant it. However, in order to generate that development certificate, you need a CSR (certificate signing request) which can only be generated in the KeyChain tool on a Mac or complicated openSSL method.
I have created an iPhone AS3 Online tool that allows you to easily generate your CSR without the need to own a MAC or openSSL on the fly wherever you are, whenever you need.
Author
- Wiki Flashed
- http://www.iphoneAS3.com
- MIT License
Usage
Simply get on the website, enter your name and the email that matches your Apple's developer account and hit "GENERATE".
/* No script required here */