Skip to content

Commit

Permalink
feat: 更新会议4.9.3 iOS代码
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshaocong committed Dec 3, 2024
1 parent 42fe8b2 commit a31abea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SampleCode/iOS/NEMeetingDemo/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#import "AppDelegate.h"
#import <NEMeetingKit/NEMeetingKit.h>
#import <NIMSDK/NIMSDK.h>
#import <UserNotifications/UNUserNotificationCenter.h>
#import "AppDelegate+MeetingExtension.h"
#import "BaseViewController.h"
#import "IMLoginVC.h"
Expand All @@ -28,7 +29,6 @@ - (BOOL)application:(UIApplication *)application
[self meeting_BeatyResource];
[SVProgressHUD setDefaultMaskType:SVProgressHUDMaskTypeBlack];
[self monitorNetwork];
[[NERTCMainThreadHangChecker sharedInstance] start];
/// 申请推送权限
[UNUserNotificationCenter.currentNotificationCenter
requestAuthorizationWithOptions:UNAuthorizationOptionAlert
Expand Down

0 comments on commit a31abea

Please sign in to comment.