Showing
19 changed files
with
5 additions
and
5 deletions
No preview for this file type
No preview for this file type
No preview for this file type
This file is too large to display.
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
@@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
9 | * [HHDoctorSDK 接入说明](#hhdoctorsdk-接入说明) | 9 | * [HHDoctorSDK 接入说明](#hhdoctorsdk-接入说明) |
10 | * [1. 集成方式](#1-集成方式) | 10 | * [1. 集成方式](#1-集成方式) |
11 | * [1.1. 手动集成](#11-手动集成) | 11 | * [1.1. 手动集成](#11-手动集成) |
12 | - * [1.2. 自动集成](#12-自动集成) | 12 | + * [1.2. 自动集成(推荐)](#12-自动集成(推荐)) |
13 | * [1.3. 调用规则](#13-调用规则) | 13 | * [1.3. 调用规则](#13-调用规则) |
14 | * [2. 初始化](#2-初始化) | 14 | * [2. 初始化](#2-初始化) |
15 | * [3. 登录账户](#3-登录账户) | 15 | * [3. 登录账户](#3-登录账户) |
@@ -55,10 +55,10 @@ | @@ -55,10 +55,10 @@ | ||
55 | - libsqlite3.0 | 55 | - libsqlite3.0 |
56 | - libc++ | 56 | - libc++ |
57 | 3. 在 `Build Settings` -> `Other Linker Flags` 里,添加选项 `-ObjC`。 | 57 | 3. 在 `Build Settings` -> `Other Linker Flags` 里,添加选项 `-ObjC`。 |
58 | -4. 在 `Build Settings` -> `Enable Bitcode 里,设置为 `No`。 | 58 | +4. 在 `Build Settings` -> `Enable Bitcode` 里,设置为 `No`。 |
59 | 5. 如果需要在后台时保持音频通话状态,在 `Capabilities` -> `Background Modes` 里勾选 `audio, airplay, and Picture in Picture`。 | 59 | 5. 如果需要在后台时保持音频通话状态,在 `Capabilities` -> `Background Modes` 里勾选 `audio, airplay, and Picture in Picture`。 |
60 | 60 | ||
61 | -### 1.2. 自动集成 | 61 | +### 1.2. 自动集成(推荐) |
62 | * 在 `Podfile` 文件中加入 | 62 | * 在 `Podfile` 文件中加入 |
63 | 63 | ||
64 | ```shell | 64 | ```shell |
-
Please register or login to post a comment