Skip to content

Commit a95f99b

Browse files
authored
Merge pull request #343 from AgoraIO/update_readme
Update readme
2 parents 6fee157 + 2154eb2 commit a95f99b

File tree

5 files changed

+4
-23
lines changed

5 files changed

+4
-23
lines changed

.github/ci/build/build_ios_ipa.sh

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ echo PBXPROJ_PATH: $PBXPROJ_PATH
6868
#修改打包方式
6969
/usr/libexec/PlistBuddy -c "Set :method $CONFIGURATION" $METHOD_PATH
7070

71-
7271
# 读取APPID环境变量
7372
echo AGORA_APP_ID:$APP_ID
7473
echo $AGORA_APP_ID

iOS/APIExample-Audio/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ After users upgrade their iOS devices to iOS 14.0, and use an app that integrate
99

1010
![](../pictures/ios_14_privacy.png)
1111

12-
[Solution](https://docs.agora.io/en/faq/local_network_privacy)
12+
[Solution](https://docs.agora.io/en/help/integration-issues/local_network_privacy)
1313

1414
## Prerequisites
1515

iOS/APIExample/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ After users upgrade their iOS devices to iOS 14.0, and use an app that integrate
99

1010
![](../pictures/ios_14_privacy.png)
1111

12-
[Solution](https://docs.agora.io/en/faq/local_network_privacy)
12+
[Solution](https://docs.agora.io/en/help/integration-issues/local_network_privacy)
1313

1414
## Prerequisites
1515

macOS/README.md

+1-11
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,18 @@
44

55
This project presents you a set of API examples to help you understand how to use Agora APIs.
66

7-
## Problem
8-
After users upgrade their iOS devices to iOS 14.0, and use an app that integrates the Agora RTC SDK for iOS for the first time, users see a prompt for finding local network devices. The following picture shows the pop-up prompt:
9-
10-
![](../pictures/ios_14_privacy.png)
11-
12-
[Solution](https://docs.agora.io/en/faq/local_network_privacy)
137

148
## Prerequisites
159

1610
- Xcode 13.0+
17-
- Physical iOS device (iPhone or iPad)
18-
- iOS simulator is NOT supported
1911

2012
## Quick Start
2113

2214
This section shows you how to prepare, build, and run the sample application.
2315

2416
### Prepare Dependencies
2517

26-
Change directory into **iOS** folder, run following command to install project dependencies,
18+
Change directory into **macOS** folder, run following command to install project dependencies,
2719

2820
use cocoapods
2921

@@ -69,8 +61,6 @@ To build and run the sample application, get an App Id:
6961

7062
```
7163

72-
You are all set. Now connect your iPhone or iPad device and run the project.
73-
7464
## Contact Us
7565

7666
- For potential issues, take a look at our [FAQ](https://docs.agora.io/en/faq) first

macOS/README.zh.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,18 @@
44

55
这个开源示例项目演示了Agora视频SDK的部分API使用示例,以帮助开发者更好地理解和运用Agora视频SDK的API。
66

7-
## 问题描述
8-
iOS 系统版本升级至 14.0 版本后,用户首次使用集成了声网 iOS 语音或视频 SDK 的 app 时会看到查找本地网络设备的弹窗提示。默认弹窗界面如下图所示:
9-
10-
![](../pictures/ios_14_privacy_zh.png)
11-
12-
[解决方案](https://docs.agora.io/cn/faq/local_network_privacy)
137

148
## 环境准备
159

1610
- XCode 13.0 +
17-
- iOS 真机设备
18-
- 不支持模拟器
1911

2012
## 运行示例程序
2113

2214
这个段落主要讲解了如何编译和运行实例程序。
2315

2416
### 安装依赖库
2517

26-
切换到 **iOS** 目录,运行以下命令使用CocoaPods安装依赖,Agora视频SDK会在安装后自动完成集成。
18+
切换到 **macOS** 目录,运行以下命令使用CocoaPods安装依赖,Agora视频SDK会在安装后自动完成集成。
2719

2820
使用cocoapods
2921

0 commit comments

Comments
 (0)