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

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

@ -13,6 +13,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
UmengBootstrap.configureIfNeeded()
if AppStore.shared.privacyAgreementAccepted, !AppStore.shared.token.isEmpty {
AMapBootstrap.configureIfNeeded()
}
@ -35,4 +36,3 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
}