Commit 6dadae4988c2e5495f2ac883cb6124d2558e6307

Authored by liushiyu
1 parent 2a80d1d8

添加网家家环境库

metaCode/Classes/Other/AppDelegate.swift
@@ -10,6 +10,7 @@ import CNLiveRequestBastKit @@ -10,6 +10,7 @@ import CNLiveRequestBastKit
10 import IQKeyboardManagerSwift 10 import IQKeyboardManagerSwift
11 import CNLiveShareToolKit 11 import CNLiveShareToolKit
12 //import RangersAPM 12 //import RangersAPM
  13 +import CNLiveEnvironment
13 import CNLivePayCostModule 14 import CNLivePayCostModule
14 15
15 @main 16 @main
@@ -41,6 +42,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { @@ -41,6 +42,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
41 42
42 //设置APP环境 43 //设置APP环境
43 CNLiveMCEnvironmentManager.shared.setupEnvironment(environment: .production) 44 CNLiveMCEnvironmentManager.shared.setupEnvironment(environment: .production)
  45 + CNLiveEnvironmentManager.setEnvironment(.productionAppStore)
44 46
45 window = UIWindow.init(frame: UIScreen.main.bounds) 47 window = UIWindow.init(frame: UIScreen.main.bounds)
46 window?.backgroundColor = KVCBackgroupColor 48 window?.backgroundColor = KVCBackgroupColor