Commit 6afdc97415f4875da428ab05aaac9ea1693459ac

Authored by zhangxiaowen
1 parent 4c083bde

no message

Example/CNLiveEnvironment/XWAppDelegate.m
@@ -7,7 +7,6 @@ @@ -7,7 +7,6 @@
7 // 7 //
8 8
9 #import "XWAppDelegate.h" 9 #import "XWAppDelegate.h"
10 -#import "CNLiveEnvironment.h"  
11 10
12 @implementation XWAppDelegate 11 @implementation XWAppDelegate
13 12
Example/CNLiveEnvironment/XWViewController.m
@@ -21,11 +21,7 @@ @@ -21,11 +21,7 @@
21 // Do any additional setup after loading the view, typically from a nib. 21 // Do any additional setup after loading the view, typically from a nib.
22 NSLog(@"%@",TIM_GetTokenUrl); 22 NSLog(@"%@",TIM_GetTokenUrl);
23 [CNLiveEnvironmentManager setEnvironment:CNLiveProductionAppStore]; 23 [CNLiveEnvironmentManager setEnvironment:CNLiveProductionAppStore];
24 - [CNLiveEnvironmentManager setEnvironment:CNLiveProductionAppStore];  
25 - [CNLiveEnvironmentManager setEnvironment:CNLiveDebugInHouse];  
26 -  
27 NSLog(@"%@",TIM_GetTokenUrl); 24 NSLog(@"%@",TIM_GetTokenUrl);
28 -  
29 25
30 } 26 }
31 27