First introduce myself, I am from Guangzhou's iOS program ape, 2 years of work, have not written blog what. For the first time, I want to write something, record what I learned and sentiment. Today after reading an article in the middle of the night, I also want to write an article, although I do not know what I want to write, how to write .... Well, let's get the app online!
There are two ways to get your APP online:
One is Xcode->opendevelopertool->applicationloader, which is opened and landed AppleID can be selected and delivered to your application. In this case, before we deliver, we first need Xcode to pack out one. IPA (packaging process, in fact, Baidu a lot of, but in short is a word: The developer center inside the three are all point once, point a download one, and then see the keychain has a certificate in OK ... Note here is that the recent certificate will show that the developer is invalid, this download package double-click to solve the installation. )
The second kind is the xcode->product->archive, actually is just the packing. Packing note is to Scheme->edit scheme to set archive to Realse, after packaging will appear a window submitted to the Apple Store, this place can choose to submit directly, or packaged as. IPA. OK so far if the certificate is normal, you want to pack or go online to the store to complete.
After writing, see a development forum, she also http://www.cocoachina.com/bbs/read.php?tid=330302 ah, or his specific point.
iOS Development App Online