Integrate Umeng analytics and APM
This commit is contained in:
15
suixinkan/Config/UmengConfig.swift
Normal file
15
suixinkan/Config/UmengConfig.swift
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user