Commit d7f39054530864181f15801b879bc58a80c102af

Authored by xiaoyu
1 parent 2773fce2

更换umeng key

Showing 1 changed file with 1 additions and 1 deletions
ios/Runner/AppDelegate.swift
... ... @@ -10,7 +10,7 @@ import Flutter
10 10  
11 11 // umeng初始化
12 12 UMCommonSwift.setLogEnabled(bFlag: true);
13   - UMCommonSwift.initWithAppkey(appKey: "663b66b0b3362515012f4ea5", channel: "App Store");
  13 + UMCommonSwift.initWithAppkey(appKey: "663b66ecf32cc41105ae74b7", channel: "App Store");
14 14  
15 15 GeneratedPluginRegistrant.register(with: self)
16 16 let controller : FlutterViewController = window?.rootViewController as! FlutterViewController
... ...