iOS安卓添加并切换Product渠道

This commit is contained in:
魏少阳 2024-10-21 18:13:21 +08:00
parent dbc5c0bfd5
commit 74d8cd57f6

View File

@ -19,7 +19,7 @@
- (BOOL)application:(UIApplication *)application
didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
[UMConfigure initWithAppkey:@"671244ae80464b33f6df9646" channel:@"RD_test"];
[UMConfigure initWithAppkey:@"671244ae80464b33f6df9646" channel:@"Product"];
XSFlutterManager *VC = [[XSFlutterManager alloc] init];
self.window.rootViewController = VC;