Files
e-party-iOS/yana/Managers/NIMConfigurationManager.swift
AI Health Developer 374cc654d7 feat: 添加NIMConfigurationManager和AppConfig文件
添加NIMConfigurationManager用于初始化NIM SDK,并创建AppConfig以管理应用环境配置,包括基础URL和Analytics Key等
2025-04-27 15:13:47 +08:00

10 lines
226 B
Swift

import NIMSDK
struct NIMConfigurationManager {
static func setupSDK() {
NIMSDK.shared().register(
withAppID: "79bc37000f4018a2a24ea9dc6ca08d32",
cerName: "pikoDevelopPush"
)
}
}