Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme #343

Merged
merged 3 commits into from
Apr 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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