App/iosTestPublish

来自技术开发小组内部wiki
跳转至: 导航搜索

说明:fmb项目有四个scheme其中系统自动生成的debug与release基本不用,常用AdHoc(线下测试)、AppStore(线上发布)

一、打包ipa发布测试(测试平台fir.im)

1、选择scheme与device

       scheme为AdHoc ,device为iOS Device 

IOS1.png

IOS2.pngIOS3.png

2、选择signing 与 profile

      在fmb项目的targets -> Build Setting 找到 code Sigining,

      选择Provisioning Profile 为development_fumubang

       选择Code Signing Identify 为iPhone Developer : YouFa Hou.  

IOS4.png
3、Archive

     在xcode的菜单栏中选择Product —> Archive

     xcode打包完成后会自动弹出organizer窗口

     默认选择你的包文件,选择Export —> Save for AdHoc Deployment —> Next

     选择ipa存储的路径为桌面

IOS5.png

IOS6.png

IOS7.png

4.发布测试

        至此已经有了ipa包,打开http://fir.im,

  * fir.im账号密码

   * 账号:xin.du@linktone.com

   * 密码:2kJ5uWU

    -->  登陆成功后,选择我的应用

       

       父母邦有三个测试版本,选择版本号最高的(其他两个已废除)


       点击进去右上角会有上传新版本,按提示上传就ok了

IOS8.png

IOS9.png
IOS10.png


二、发布AppStore

1.选择scheme与device

     scheme为appStore    device为iOS Device

AppStore10.png


AppStore11.png

AppStore1.png

2.选择signing与profile

       在fmb项目的targets -> Build Setting 找到 code Sigining

      选择Provisioning Profile 为product_fumubang

      选择Code Signing Identify 为iPhone Distribution:YouFa Hou.  

AppStore2.png

3.Archive     xcode的菜单栏中选择Product—> Archive

AppStore3.png

   等待xcode打包完成后会自动弹出organizer窗口

    默认选择你的包文件,选择Export -> Save for App Store -> Next

   选择ipa存储的路径为桌面 一路next


AppStore5.png

AppStore4.png

4.发布AppStore

    现在已得到ipa包,打开xcode自带的工具Application Loader

AppStore6.png
     选择交付您的应用程序, 将之前得到的ipa包文件,提交上去就ok了 AppStore7.png

5、之后打开https://developer.apple.com  选择Member Center

     * 登陆账号:sdw841225@163.com 

     * 密码:Sdw12252wsx

      进入iTunes Connect 选择“我的App” 选择父母邦

AppStore8.png

      在最下方选择你刚刚提交上来的版本

AppStore9.png

      最后保存 —>提交以供审核,全部选择 “否”

   


      发布流程结束。

AppStore12.jpg