Skip to content

Commit

Permalink
TUIKit 发布 5.4.666 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxzhang committed Jun 8, 2021
1 parent 6a53eaf commit 63af02b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions iOS/TUIKitDemo/TUIKitDemo/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
NSSetUncaughtExceptionHandler(&uncaughtExceptionHandler);
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(onUserStatus:) name:TUIKitNotification_TIMUserStatusListener object:nil];

#if ENABLELIVE
[TXLiveBase setLicenceURL:@"http://license.vod2.myqcloud.com/license/v1/3e0ffdeec6f69f2ebb0033705d4b33e5/TXLiveSDK.licence" key:@"439c61a21e71e1af31024c2700f95b52"];
#endif

BOOL test_environment = [[NSUserDefaults standardUserDefaults] integerForKey:@"test_environment"];
[[V2TIMManager sharedInstance] callExperimentalAPI:@"setTestEnvironment" param:[NSNumber numberWithBool:test_environment] succ:nil fail:nil];

Expand Down

0 comments on commit 63af02b

Please sign in to comment.