博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
苹果商店APP发布流程(H5 APP苹果发布流程)
阅读量:2021 次
发布时间:2019-04-28

本文共 582 字,大约阅读时间需要 1 分钟。

1、登录苹果账号:

2、创建一个APP IDS:

第一个箭头处填写APP的英文名称,第二个箭头填写APP的完整包名:如 io.dcloud.H59000000

然后点击右侧Cotinute,然后点Register

成功后会有以下界面

3、创建证书

打开软件 AppUploader,点击证书

点击右下角+ADD选择,下拉选择发布证书,输入证书名称(不要中文、随意设置),邮箱(随意),密码(证书的密码、比如设置123这样,不用很复杂,记好、打包时要用、很重要)、点击ok创建。

创建成功后,找到刚创建的发布证书,点击p12 文件,下载保存.p12证书文件到电脑。

4、继续点击描述文件

然后点击右下角ADD进行创建

创建成功后,点击下载,进行保存

5、在HBULIDER中生成APP

6、

2、点击进入“我的APP”

3、点击新建APP

9、上传安装包文件(.IPA)到iTunes Connect

上传IPA文件成功后的界面

 

回到iTunes Connect,进入这个APP填写信息的页面,点击活动,这里会显示上传成功的构建版本,刚上传会显示正在处理。

完善APP的各种资料信息

 

 

提交当前版本APP的信息,如截图等

 

需要的素材:

1、1024*1024的LOGO

2、屏幕截图,需要几个版本的,各5张

6.5 英寸、5.5寸、Ipad PRO3 (12.9)寸、

转载地址:http://torxf.baihongyu.com/

你可能感兴趣的文章
LeetCode104. Maximum Depth of Binary Tree (思路及python解法)
查看>>
LeetCode106. Construct Binary Tree from Inorder and Postorder Traversal (思路及python解法)
查看>>
LeetCode105. Construct Binary Tree from Preorder and Inorder Traversal (思路及python解法)
查看>>
LeetCode113. Path Sum II (思路及python解法)
查看>>
LeetCode116. Populating Next Right Pointers in Each Node(思路及python解法)
查看>>
LeetCode117. Populating Next Right Pointers in Each Node II(思路及python解法)
查看>>
LeetCode129. Sum Root to Leaf Numbers (思路及python解法)
查看>>
LeetCode200. Number of Islands (思路及python解法)
查看>>
LeetCode130. Surrounded Regions (思路及python解法)
查看>>
LeetCode299. Bulls and Cows(思路及python解法)
查看>>
LeetCode617. Merge Two Binary Trees (思路及python解法)
查看>>
LeetCode412. Fizz Buzz(思路及python解法)
查看>>
LeetCode46. Permutations (思路及python解法)
查看>>
LeetCode347. Top K Frequent Elements(思路及python解法)
查看>>
LeetCode238. Product of Array Except Self(思路及python解法)
查看>>
LeetCode78. Subsets(思路及python解法)
查看>>
LeetCode230. Kth Smallest Element in a BST(思路及python解法)
查看>>
LeetCode48. Rotate Image(思路及python解法)
查看>>
LeetCode8. String to Integer (atoi)(思路及python解法)
查看>>
LeetCode11. Container With Most Water (思路及python解法)
查看>>