Skip to content

Commit

Permalink
doc: 发布 iOS 应用商店文档排版优化 (#131)
Browse files Browse the repository at this point in the history
* fix:发布 iOS 应用商店:一. 创建AppID

* fix:发布 iOS 应用商店优化排版

* fix:ios应用商店文档更新及排版优化

Co-authored-by: 杨楠 <yangnan@nihaosi.com>
  • Loading branch information
Amber-Nan and 杨楠 committed Aug 4, 2021
1 parent 441efd4 commit 66eb85d
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 23 deletions.
53 changes: 30 additions & 23 deletions website/src/pages/docs/app-store/ios/README.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,49 @@
发布 iOS 应用商店
---
## 发布准备

- 注册开发者账号
- 已开发的项目
APP上架前需注册开发者账号,创建 **`证书请求文件(CSR文件)`****`发布证书 (CER)`****`Provisioning Profiles配置文件 (PP文件)`** ,创建完成后,即可准备将已完成的项目进行提交上架。

## 上架步骤
## 一. 创建AppID

<details>
<summary>点击展开情况目录</summary>
### `注册开发者账号`
进入[Developer苹果开发者官网](https://developer.apple.com),点击“Account”登录/注册会员。

- 一.创建AppID
<!-- - 二.创建证书请求文件
- 三.创建发布证书
- 四.创建ProvisioningProfiles配置文件
- 五.在AppStore创建应用
- 六.打包上架 -->
<img src="./img/01.png" width="65%" height="65%" />
<img src="./img/02.png" width="65%" height="65%" />

</details>
### `创建 AppID`
登陆成功后,选择 **`Certificates, Identifiers & Profiles`** 进入页面点击 **`Identifiers`**,填写信息创建AppID。

#### 一. 创建AppID
<img src="./img/03.png" width="65%" height="65%" />
<img src="./img/04.png" width="65%" height="65%" />

- 1.进入[Developer苹果开发者官网](https://developer.apple.com),点击“Account”登录/注册会员。
### `App IDs`
选择App IDs点击Continue进入下一步,选择APP继续填写信息。

<img src="./img/01.png" width="50%" height="50%" /><img src="./img/02.png" width="50%" height="50%" />
<img src="./img/05.png" width="65%" height="65%" />
<img src="./img/06.png" width="65%" height="65%" />

### `填写 Description 及 Bundle ID`
<img src="./img/07.png" width="65%" height="65%"/>

- 2.登陆成功后,选择 **`Certificates, Identifiers & Profiles`** 进入页面点击 **`Identifiers`**,填写信息创建 **`AppID`**
---

<img src="./img/03.png" width="50%" height="50%" /><img src="./img/04.png" width="50%" height="50%" />
## 二. 创建ProvisioningProfiles文件

- 选中 **`App IDs`****`App`**
### `App IDs`
进入Certificates, Identifiers & Profiles页面,找到 **`Profiles`** ,点击 + 号,选择App Store,点击Continue进入下一步。

<img src="./img/05.png" width="50%" height="50%" /><img src="./img/06.png" width="50%" height="50%" />
<img src="./img/08.png" width="65%" height="65%" />
<img src="./img/09.png" width="65%" height="65%" />

- 填写 **`Description`****`Bundle ID`**
### `App IDs(Bundle ID)`
在选项栏中找到刚刚创建的App IDs(Bundle ID)类型套装,选择发布证书,点击Continue进入下一步

<img src="./img/07.png"/>
<img src="./img/10.png" width="65%" height="65%" />
<img src="./img/11.png" width="65%" height="65%" />

---
### `生成并下载PP文件`
`Provisioning Profile Name` 栏中填入文件名,点击Generate进入下一步,再点击Download下载生成的文件

<img src="./img/12.png" width="65%" height="65%" />
<img src="./img/13.png" width="65%" height="65%" />
Binary file added website/src/pages/docs/app-store/ios/img/08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/src/pages/docs/app-store/ios/img/09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/src/pages/docs/app-store/ios/img/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/src/pages/docs/app-store/ios/img/11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/src/pages/docs/app-store/ios/img/12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/src/pages/docs/app-store/ios/img/13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 66eb85d

Please sign in to comment.