From d7f39054530864181f15801b879bc58a80c102af Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Fri, 10 May 2024 15:29:11 +0800 Subject: [PATCH] 更换umeng key --- ios/Runner/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- libgit2 0.22.2