From a31abeaec72fe214a5eeef889ce7d45d6186fad7 Mon Sep 17 00:00:00 2001 From: wangshaocong Date: Tue, 3 Dec 2024 18:08:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E4=BC=9A=E8=AE=AE4.9?= =?UTF-8?q?.3=20iOS=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SampleCode/iOS/NEMeetingDemo/AppDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SampleCode/iOS/NEMeetingDemo/AppDelegate.m b/SampleCode/iOS/NEMeetingDemo/AppDelegate.m index 6d6529f..5541849 100644 --- a/SampleCode/iOS/NEMeetingDemo/AppDelegate.m +++ b/SampleCode/iOS/NEMeetingDemo/AppDelegate.m @@ -5,6 +5,7 @@ #import "AppDelegate.h" #import #import +#import #import "AppDelegate+MeetingExtension.h" #import "BaseViewController.h" #import "IMLoginVC.h" @@ -28,7 +29,6 @@ - (BOOL)application:(UIApplication *)application [self meeting_BeatyResource]; [SVProgressHUD setDefaultMaskType:SVProgressHUDMaskTypeBlack]; [self monitorNetwork]; - [[NERTCMainThreadHangChecker sharedInstance] start]; /// 申请推送权限 [UNUserNotificationCenter.currentNotificationCenter requestAuthorizationWithOptions:UNAuthorizationOptionAlert