集成友盟统计分析和应用性能监控

This commit is contained in:
2026-07-07 14:20:04 +08:00
parent 90ba28e61f
commit 741e701750
9 changed files with 155 additions and 2 deletions

View File

@ -0,0 +1,15 @@
//
// UmengConfig.swift
// suixinkan
//
import Foundation
/// SDK
enum UmengConfig {
/// iOS AppKey
nonisolated static let appKey = "6a470b81cbfa6959516c34d0"
/// 使 App Store
nonisolated static let channel = "App Store"
}