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