Commit ff0ddcf7e152b5253ce041e3c7bb420668cb298c
1 parent
f160a213
no message
Showing
2 changed files
with
4 additions
and
0 deletions
Example/CNLiveEnvironment/XWAppDelegate.m
| @@ -18,6 +18,7 @@ | @@ -18,6 +18,7 @@ | ||
| 18 | NSLog(@"%d",TestEnvironment); | 18 | NSLog(@"%d",TestEnvironment); |
| 19 | 19 | ||
| 20 | [CNLiveEnvironmentManager setEnvironment:CNLiveProductionInHouse]; | 20 | [CNLiveEnvironmentManager setEnvironment:CNLiveProductionInHouse]; |
| 21 | + | ||
| 21 | NSLog(@"%@",EnvironmentDesc); | 22 | NSLog(@"%@",EnvironmentDesc); |
| 22 | NSLog(@"%d",TestEnvironment); | 23 | NSLog(@"%d",TestEnvironment); |
| 23 | 24 |
Example/CNLiveEnvironment/XWViewController.m
| @@ -25,6 +25,9 @@ | @@ -25,6 +25,9 @@ | ||
| 25 | [CNLiveEnvironmentManager setEnvironment:CNLiveProductionAppStore]; | 25 | [CNLiveEnvironmentManager setEnvironment:CNLiveProductionAppStore]; |
| 26 | NSLog(@"%@",EnvironmentDesc); | 26 | NSLog(@"%@",EnvironmentDesc); |
| 27 | NSLog(@"%d",TestEnvironment); | 27 | NSLog(@"%d",TestEnvironment); |
| 28 | + | ||
| 29 | + NSLog(@"%@",CNCategoryGetChannelUrl); | ||
| 30 | + | ||
| 28 | 31 | ||
| 29 | } | 32 | } |
| 30 | 33 |