首先根据需要缴纳$99/299的费用加入成员计划。

按照如下的不同角色和操作界面即可完成代码的调试和发布

概括起来:

申请人Team Agent角色加开发管理员和申请软件的发布

Team Admin开发管理员可以自己调试和加人

过程涉及:证书,apple ID,机器ID等系列的步骤,比较麻烦,简便的方法

1、将iphone/ipad连接到USB接口

2、在Xcode的Window/Oragnize窗口中,在看到的设备上让他自动Provisoing,只要输入在apple上注册的账号和密码,让这个自动连接产生相关的信息即可

一直到整个软件的发布,整个的过程基本都走了一遍,至于具体的开发,就看你的创意了,你可以自由发挥创建各种有用的app了。

Compilingto Device (provisioning profile)

http://developer.apple.com

1 Add team members (admin)—If you registered as a company, you can add additional team members under the Team tab. The initial creator of a team is the Team Agent , who has the highest - level powers in the Developer Program; other users are Team Administrators or Team Members. From here, individual members can set themselves up to compile to their devices, with some steps requiring interventions from Team Admins.

2 Create a certificate signing request (member)—This is the first step required to generate the certificate you need to sign (and thus run) applications on your device. You create a certificate signing request (CSR) inside Keychain Access on your Mac and then upload it from the Certificates > Development tab; a Team Admin must then approve it.

3 Download a certificate (member)—After your Admin (who may be you) has approved your CSR, you can download a certificate. From Certificates > Development, download the WWDR Intermediate Certificate, and double-click to install it. Afterward, download your developer certificate, and double-click to install it.

Your certificate will be permanently installed in your keychain

4 Add devices (admin)—Add any devices (iPhones, iPods, or iPads) that you want to build on using the Devices tab.

5 Create an app ID (admin)—Each application needs an app ID, which controls its access to devices. For the purposes of testing, you’ll probably use one general wildcard ID that you create by appending a wildcard (.*) to your app ID bundle identifier.

6 Create a provisioning profile (admin)—A provisioning profile is a unique combination of multiple developer certificates, multiple device IDs, and a single app ID. It’s what ties your device to your overall development profile and what allows you to run programs. You create a provisioning profile from the Provisioning > Development tab, at which point you’re asked to enter the three elements that make it up.

7 Download a provisioning profile (member) —Download the profile from Devices,and drag it your Xcode dock icon or the organizer window of Xcode.

Preparing for distribution via the App Store

Preparing your program for distribution via the App Store follows much the same process as preparing your programs for testing on iPhones on iPads, except that the stepscan only be undertaken by the Team Agent:

1 Create a certificate (agent) —As before, you must upload a CSR, but here you should create a certificate from the Certificates > Distribution tab, rather thanCertificates > Development.

2 Create a provisioning profile (agent) —Create a provisioning profile in the Provisioning > Distribution tab. It’s usually an App Store profile. As before, drag yournew profile to Xcode.

3 Prepare to compile (anyone)—Create a new Distribution configuration that uses the distribution provisioning profile. Update other info in the configuration, update your Info.plist as appropriate, and then build.

4 Prepare media (anyone)—Prepare a 57 x 57 PNG home screen icon, a 512 x 512 JPG/TIFF large application icon, and a full-screen screenshot, as well as other information required by the App Store.

5 Upload (agent)—Go to the Distribution tab, and run iTunes Connect.

6 Wait (everyone)—It will take some time for your application to be approved and go on sale.

iOS开发笔记 8、真机调试和发布软件相关推荐

  1. iOS开发:创建真机调试证书

    http://jingyan.baidu.com/article/ff411625b8141312e48237a7.html 关于苹果iOS开发,笔者也是从小白过来的,经历过各种困难和坑,其中就有关于 ...

  2. iOS开发:创建真机调试证书步骤(还有一篇是真机测试步骤)(2015年)

    (关于真机测试步骤的blog:http://blog.csdn.net/hbblzjy/article/details/51680282) 1.首先打开苹果的开发者网站(https://develop ...

  3. iOS开发Xcode7免费真机调试教程

    从Xcode7开始,Xcode 不需要$99/$299升级开发者直接可以进行真机调试 调试步骤 1.假设已经你已经有了苹果账号,下载并安装好了Xcode7 2. 打开Xcode-> Prefer ...

  4. uniapp 云打包后IOS白屏,真机调试也是白屏,没有报错!解决办法

    uniapp 云打包后IOS白屏,真机调试也是白屏,没有报错!解决办法! 原来用uniapp 写的小程序 然后要翻成app 一开始还是很顺利的,因为安卓端测试 没有什么大问题:但是IOS直接白屏,只能 ...

  5. XCode5 真机调试及发布应用

    一.XCODE 真机测试 Xcode5已经很智能,只需生成一个开发证书,安装后,插入设备会自动添加,注意,当Mac系统升级后,证书需要重新生成. 证书生成步骤: 1.生成 CertificateSig ...

  6. 开发者账号申请 真机调试 应用发布

    技术博客http://www.cnblogs.com/ChenYilong/  新浪微博http://weibo.com/luohanchenyilong  开发者账号申请 真机调试 应用发布 技术博 ...

  7. android studio 开发android app 真机调试

    大家都知道开发android app 的时候可以有2种调试方式, 一种是Android Virtual Device(虚拟模拟器) ,另一种就是真机调试. 这里要说的是真机调试的一些安装步骤: 1. ...

  8. 企业微信小程序_小程序开发工具及真机调试_host配置及代理

    文章目录 一.开发前准备 1. 开发文档 2. 工具安装 3. 安装插件 4. 调整编译模式 5. 选择企业 6. PC 调试前端 7. PC 调试后端 二.甄姬调试前端 2.1. 预览小程序 2.2 ...

  9. android开发期间使用真机调试但系统无法识别出真机

    前言 前些天重装了系统,好不容易把所有的软件装好,结果发现打开android studio真机调试却出了问题. 一.症状: 1.手机端设置完全没问题(打开了调试模式......) 2.电脑端右下角不出 ...

最新文章

  1. fzyzojP3372 -- [校内训练20171124]博弈问题
  2. hadoop学习01 网址收集
  3. LeetCode Largest Number
  4. idea ssm打war包_使用idea新建springBoot+Gradle项目(超详细)
  5. php null空值(转)
  6. 【BZOJ】【1010】【HNOI2008】玩具装箱Toy
  7. tomcat10.0安装及配置教程(win10)
  8. C++ 解析pcap文件
  9. 读书笔记-人月神话13
  10. BOSS直聘下载自己的简历要钱!而且是PDF格式 - 解决方法
  11. 历史上的移民运动与宁夏地域文化【宁夏地域文化中的移民因素】
  12. Win10查看电脑上次的开机时间
  13. 命令提示符命令(cmd)
  14. 工作一年的心得体会(持续中.......)
  15. 简记_PSpice仿真软件学习笔记(二)
  16. ECharts大屏数据可视化展示
  17. c语言课程设计查找分数与删除元素,c语言课程设计学生成绩管理系统
  18. java中BitSet详解
  19. 数模国赛历年题目 1992——2021
  20. 【LOJ】apio2016烟火表演-可并堆凸包

热门文章

  1. Java小工具:TimingTools
  2. python能做什么
  3. [APUE]文件和目录(中)
  4. Linux-NTP-Server+Client
  5. mysql 创建函数问题
  6. EasyUi – 4.datagrid
  7. SQLSERVER model数据库
  8. 利用ACS实现AAA认证
  9. 如何使用 Druid 和 Kafka 构造 Kappa 架构完成流量分析
  10. python浏览器自动化测试库【2018/7/27-更新】