diff --git a/ios/Runner/AppDelegate.swift b/ios/Runner/AppDelegate.swift index c3366f2..ef0c5c7 100644 --- a/ios/Runner/AppDelegate.swift +++ b/ios/Runner/AppDelegate.swift @@ -10,7 +10,7 @@ import Flutter // umeng初始化 UMCommonSwift.setLogEnabled(bFlag: true); - UMCommonSwift.initWithAppkey(appKey: "663b66b0b3362515012f4ea5", channel: "App Store"); + UMCommonSwift.initWithAppkey(appKey: "663b66ecf32cc41105ae74b7", channel: "App Store"); GeneratedPluginRegistrant.register(with: self) let controller : FlutterViewController = window?.rootViewController as! FlutterViewController