Commit 6dadae4988c2e5495f2ac883cb6124d2558e6307
1 parent
2a80d1d8
添加网家家环境库
Showing
1 changed file
with
2 additions
and
0 deletions
metaCode/Classes/Other/AppDelegate.swift
| ... | ... | @@ -10,6 +10,7 @@ import CNLiveRequestBastKit |
| 10 | 10 | import IQKeyboardManagerSwift |
| 11 | 11 | import CNLiveShareToolKit |
| 12 | 12 | //import RangersAPM |
| 13 | +import CNLiveEnvironment | |
| 13 | 14 | import CNLivePayCostModule |
| 14 | 15 | |
| 15 | 16 | @main |
| ... | ... | @@ -41,6 +42,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { |
| 41 | 42 | |
| 42 | 43 | //设置APP环境 |
| 43 | 44 | CNLiveMCEnvironmentManager.shared.setupEnvironment(environment: .production) |
| 45 | + CNLiveEnvironmentManager.setEnvironment(.productionAppStore) | |
| 44 | 46 | |
| 45 | 47 | window = UIWindow.init(frame: UIScreen.main.bounds) |
| 46 | 48 | window?.backgroundColor = KVCBackgroupColor | ... | ... |