Apple App Shelf Operation Flowchart Text Tutorial

Apple officially revamped the developer center from May to June 2015. Most of the online APP Store shelves are different. After researching and summarizing it, a new tutorial is available for later use.

  1.1. Preliminary work

  First of all, you need to have an Apple developer account and a Mac system.

  If you don't have an account, you can open http://developer.apple.com/ and apply to join Apple's developer program. Paying $99 per year, there is a detailed introduction on how to apply online, so I won't introduce it here.

  If you already have an IDP, open http://developer.apple.com/ and log in to Apple MemberCenter, see below:


After logging in, click on Certificates, Ldentifiers & Prlfiles to enter, all certificate related matters are carried out here. As shown below:


 

  1.2. Apply for AppId

  Select Identifiers on the left side of the figure below to enter App IDs. We first create an AppId. For the program to be published on the Appstore, there is a unique AppId. The following will list all your current AppIds.


  After clicking to enter APP IDS, click the + sign in the upper right corner to add an APP ID, as shown below:


  Completion Instructions:

  Name: Fill in one at will. You can use the pinyin of the name of the APP, and no special characters can be used.

  Bundie ID: This is the ID, it is very important,

  Because this content is directly related to your program, it will be used in many places later. It is best to use the format of com.yourcompany.yourappname. Of course, there is no individual developer with a company name. The second item can use your own English name or pinyin. As shown below:

  The iapp IDs that you need to fill in when compiling the online ipa package of appcan.cn are the second items you enter here.

  It is recommended to use the format of reverse domain name here, for example, com.deminname.appname

  I can fill in com.16css.www or anything here

  As shown below:

  If you want to support push services and iCould, etc., you can also configure it here. The push service is Push Notifications, it is generally recommended to check

  Then directly click the submit button below, as shown below:

  1.3. Apply for a certificate

  1.3.1, first create a certificate request file

  A Mac system is required here. The following content takes the Snow Leopard system as an example, and other versions are not very different.

  First open Application - Utilities - Keychain Access (KEY CHAIN), in the certificate assistant, select "Request a certificate from a certificate authority", as shown below:

  In the interface shown in the following figure, your email address: fill in the email address of your application for idp, common name, the default is fine, CA is empty, choose to save to disk, click "Continue":

  Choose a save location, such as the desktop.

  Next, click Finish, and you can see an additional certificate request file of CertificateSigningRequest.certSigningRequest on your desktop.

  1.3.2. Install the WWDR certificate

  Continue to log in to your MEMBER CENTER, click Production in Certificates on the left, and then click the + sign on the right

  After clicking the + sign, check the App Store and Ad Hoc directly

  If App Store and Ad Hoc is grayed out and cannot be selected, it means that it has been created before but has not been used. It is necessary to delete the unused one.

  Don't worry about anything else, just Continue

  In the previous step, if you cannot add it, you can delete the previously added one.

  

 

  After clicking Continue before, you will see the following interface

  Continue to click Continue to see the following page

  

  Click Choose File to select the certificate request file we generated earlier on the desktop

  Then click Generate

  

  OK. Now you have a certificate to download, as shown below (please refresh the page if it cannot be downloaded):

 

  1.3.4, installation and export

  Click "download" to download the certificate you generated. After the download is complete, double-click to install. If there is the following prompt, select login and OK:

  At this time, check your keychain again. There should be the following line of Iphone Distribution's certificate. Note that this certificate has a small triangle that can be clicked. After expansion, there is a corresponding key. If you don't have this key, then please check that the above step is wrong.

  

  一般看右边的到期时间,可以看到月日就是昨天

  现在发布证书已经安装了,我们选择这个证书,右击,选择,导出"xxxxxxx",如下:

  

  给你要导出的证书起个名字,如“证书”,选择一个存的位置,注意,保存成P12的信息交换文件

  

输入密码,如果Mac系统有密码,后面还会要求你输入系统密码。

  现在你就有了发布程序需要的p12文件。

  1.4、生成provisioning文件

  在下图左边选择 Provisioning Profiles 选项下的 distribution,来生成一个发布的准备文件:

  

 

  点击右边的+号

  选择 App Store,其它不用管,点击下面的 Continue 按钮,如下图

  然后如下图中,选择我们前面创建的App ID ,点击下面的 Continue 如下图:

  

  然后出现以下这个页面,选择最新的,最新的在下面,

  

 

  点击 Continue 后,在新的页面中填写 Profile name,这个随便填,下面的App ID,检查确认是我们之前创建的 appid,这个必须一致。确认后提交:

 

  填写后,点击下面的 Continue 就可以了

  等待几秒钟,provisioning就可以下载了,

  

 

  点击download,下载。我们将下载后的文件保存起来,与之前下载的 证书文件一起,后面要用到

  现在,我们的证书的准备工作就做完 了,我们有了一个appid,一个p12格式的证书文件,一个provisioning文件。

  如果是快打包(手机网站转APP)的APP,还需要一个推送证书,来实现APP推送功能

  

 

  

 

  

 

  选择我们前面创建的 APP ID

  

 

  在新页面中,仍然选择之前生成在桌面的文件

  

 

  点击下面的 Continue

  就可以下载了。

  

 

  下载后,跟之前的 证书.p12 一下,双击安装到钥匙串访问中,在证书中右键点击,导出为 推送证书.p12

  然后一共得到了3个文件

  

 

  将这3个文件,上传到 快打包(手机网站转APP) 的APP中重新生成APP即可。

  三、Ipa包提交苹果app Store

  3.1、在itunes中创建程序

  该部分内容继续以雪豹系统为例

  打开https://itunesconnect.apple.com/(membercenter中也可以找到)选择"Manage Your Applications":

  

 

  

 

  

 

  名称唯一,SKU Number,这是自己程序的标识,点击后面的"?"有说明。Bundle id:这个可以选择,必须和你申请证书时候的appid保持一致。否则会上传失败。

  

 

  填完后,点击"创建"。

  点击"定价" 这个页面设置程序的生效时间和价格,选择后,点击"Continue"。

  

 

  接下来,就填写资料了,截屏是4和3.5英寸必须上传,最多五张,评级也必须填写,如下所示

  3.2、上传程序

  上传程序请在你的mac系统下找到application uploader工具,找不到的可以在下图这儿下载。Xcode4.x将该工具集成到了xcode里面。

  

 

  3.2、上传程序

  上传程序请在你的mac系统下找到application uploader工具,找不到的可以在下图这儿下载。Xcode4.x将该工具集成到了xcode里面。

  

 

  打开 Application Loader 的方法有两种

  1、新版的MAC系统可以直接在MAC下搜索,如下图:

  

 

  2、应用程序中右键点击 Xcode ,再选择 显示包内容,最终找到 application Loader.app

  

 

  打开后,选择“交付您的应用程序”

  

 

  双击,或者点击右下角的 选取 ,选择电脑中已经用证书生成的ipa文件

  如果是在 快打包(手机网站转APP) 做的APP,可以在快打包网站上传证书在线生成带签名证书的ipa文件

  选择后,会看到以下界面

  

 

  点击 下一步 后看到以下界面

  

 

  等待上传成功后,点击 下一步,再看到以下界面

  

 

  再点完成即可。

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326109900&siteId=291194637