Commit ff0ddcf7e152b5253ce041e3c7bb420668cb298c

Authored by zhangxiaowen
1 parent f160a213

no message

Example/CNLiveEnvironment/XWAppDelegate.m
... ... @@ -18,6 +18,7 @@
18 18 NSLog(@"%d",TestEnvironment);
19 19  
20 20 [CNLiveEnvironmentManager setEnvironment:CNLiveProductionInHouse];
  21 +
21 22 NSLog(@"%@",EnvironmentDesc);
22 23 NSLog(@"%d",TestEnvironment);
23 24  
... ...
Example/CNLiveEnvironment/XWViewController.m
... ... @@ -25,6 +25,9 @@
25 25 [CNLiveEnvironmentManager setEnvironment:CNLiveProductionAppStore];
26 26 NSLog(@"%@",EnvironmentDesc);
27 27 NSLog(@"%d",TestEnvironment);
  28 +
  29 + NSLog(@"%@",CNCategoryGetChannelUrl);
  30 +
28 31  
29 32 }
30 33  
... ...