Skip to content

Commit

Permalink
doc: 发布 iOS 应用商店:一. 创建AppID (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: 杨楠 <yangnan@nihaosi.com>
  • Loading branch information
Amber-Nan and 杨楠 committed Aug 4, 2021
1 parent b65b31d commit 729d020
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion website/src/pages/docs/app-store/ios/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,42 @@
发布 iOS 应用商店
---
## 发布准备

- 注册开发者账号
- 已开发的项目

## 上架步骤

<details>
<summary>点击展开情况目录</summary>

- 一.创建AppID
<!-- - 二.创建证书请求文件
- 三.创建发布证书
- 四.创建ProvisioningProfiles配置文件
- 五.在AppStore创建应用
- 六.打包上架 -->

</details>

#### 一. 创建AppID

- 1.进入[Developer苹果开发者官网](https://developer.apple.com),点击“Account”登录/注册会员。

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


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

<img src="./img/03.png" width="50%" height="50%" /><img src="./img/04.png" width="50%" height="50%" />

- 选中 **`App IDs`****`App`**

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

- 填写 **`Description`****`Bundle ID`**

<img src="./img/07.png"/>

---

正在编辑中....
Binary file added website/src/pages/docs/app-store/ios/img/01.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/02.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/03.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/04.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/05.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/06.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/07.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 729d020

Please sign in to comment.