Commit 6afdc97415f4875da428ab05aaac9ea1693459ac
1 parent
4c083bde
no message
Showing
2 changed files
with
0 additions
and
5 deletions
Example/CNLiveEnvironment/XWAppDelegate.m
Example/CNLiveEnvironment/XWViewController.m
| ... | ... | @@ -21,11 +21,7 @@ |
| 21 | 21 | // Do any additional setup after loading the view, typically from a nib. |
| 22 | 22 | NSLog(@"%@",TIM_GetTokenUrl); |
| 23 | 23 | [CNLiveEnvironmentManager setEnvironment:CNLiveProductionAppStore]; |
| 24 | - [CNLiveEnvironmentManager setEnvironment:CNLiveProductionAppStore]; | |
| 25 | - [CNLiveEnvironmentManager setEnvironment:CNLiveDebugInHouse]; | |
| 26 | - | |
| 27 | 24 | NSLog(@"%@",TIM_GetTokenUrl); |
| 28 | - | |
| 29 | 25 | |
| 30 | 26 | } |
| 31 | 27 | ... | ... |