From eacd6a619f6aac0f08c25e94b3004b160ed76e04 Mon Sep 17 00:00:00 2001 From: wushengtao Date: Mon, 24 Jun 2024 12:09:07 +0800 Subject: [PATCH] fix: revert cert --- iOS/APIExample/APIExample/Common/KeyCenter.swift | 2 +- macOS/APIExample/Common/KeyCenter.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iOS/APIExample/APIExample/Common/KeyCenter.swift b/iOS/APIExample/APIExample/Common/KeyCenter.swift index b00ec73d4..5deb95a23 100644 --- a/iOS/APIExample/APIExample/Common/KeyCenter.swift +++ b/iOS/APIExample/APIExample/Common/KeyCenter.swift @@ -40,7 +40,7 @@ class KeyCenter: NSObject { 进入声网控制台(https://console.agora.io/),创建一个带证书鉴权的项目,进入项目配置页,即可看到APP证书。如果项目没有开启证书鉴权,这个字段留空。 注意:App证书放在客户端不安全,推荐放在服务端以确保 App 证书不会泄露。 */ - static let Certificate: String? = <#YOUR Certificate#> + static let Certificate: String? = nil static let FaceCaptureLicense: String? = nil diff --git a/macOS/APIExample/Common/KeyCenter.swift b/macOS/APIExample/Common/KeyCenter.swift index 9fb45b9b5..7de1cee79 100644 --- a/macOS/APIExample/Common/KeyCenter.swift +++ b/macOS/APIExample/Common/KeyCenter.swift @@ -37,7 +37,7 @@ struct KeyCenter { 进入声网控制台(https://console.agora.io/),创建一个带证书鉴权的项目,进入项目配置页,即可看到APP证书。如果项目没有开启证书鉴权,这个字段留空。 注意:App证书放在客户端不安全,推荐放在服务端以确保 App 证书不会泄露。 */ - static let Certificate: String? = <#YOUR Certificate#> + static let Certificate: String? = nil /**