Skip to content

Commit

Permalink
Merge pull request #343 from AgoraIO/update_readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
plutoless authored Apr 12, 2023
2 parents 6fee157 + 2154eb2 commit a95f99b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 23 deletions.
1 change: 0 additions & 1 deletion .github/ci/build/build_ios_ipa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ echo PBXPROJ_PATH: $PBXPROJ_PATH
#修改打包方式
/usr/libexec/PlistBuddy -c "Set :method $CONFIGURATION" $METHOD_PATH


# 读取APPID环境变量
echo AGORA_APP_ID:$APP_ID
echo $AGORA_APP_ID
Expand Down
2 changes: 1 addition & 1 deletion iOS/APIExample-Audio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ After users upgrade their iOS devices to iOS 14.0, and use an app that integrate

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

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

## Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion iOS/APIExample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ After users upgrade their iOS devices to iOS 14.0, and use an app that integrate

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

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

## Prerequisites

Expand Down
12 changes: 1 addition & 11 deletions macOS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,18 @@

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

## Problem
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:

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

[Solution](https://docs.agora.io/en/faq/local_network_privacy)

## Prerequisites

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

## Quick Start

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

### Prepare Dependencies

Change directory into **iOS** folder, run following command to install project dependencies,
Change directory into **macOS** folder, run following command to install project dependencies,

use cocoapods

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

```

You are all set. Now connect your iPhone or iPad device and run the project.

## Contact Us

- For potential issues, take a look at our [FAQ](https://docs.agora.io/en/faq) first
Expand Down
10 changes: 1 addition & 9 deletions macOS/README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,18 @@

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

## 问题描述
iOS 系统版本升级至 14.0 版本后,用户首次使用集成了声网 iOS 语音或视频 SDK 的 app 时会看到查找本地网络设备的弹窗提示。默认弹窗界面如下图所示:

![](../pictures/ios_14_privacy_zh.png)

[解决方案](https://docs.agora.io/cn/faq/local_network_privacy)

## 环境准备

- XCode 13.0 +
- iOS 真机设备
- 不支持模拟器

## 运行示例程序

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

### 安装依赖库

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

使用cocoapods

Expand Down

0 comments on commit a95f99b

Please sign in to comment.