From 26610b27c19b0207b25ff39b7a6afad9e0626c45 Mon Sep 17 00:00:00 2001 From: CoooWeee <46728415+CoooWeee@users.noreply.github.com> Date: Thu, 24 Jun 2021 08:19:03 +1000 Subject: [PATCH] fixed notification handler override #696 --- ios/CDVBackgroundGeolocation/CDVBackgroundGeolocation.m | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ios/CDVBackgroundGeolocation/CDVBackgroundGeolocation.m b/ios/CDVBackgroundGeolocation/CDVBackgroundGeolocation.m index 30375aec5..9598a7f7f 100644 --- a/ios/CDVBackgroundGeolocation/CDVBackgroundGeolocation.m +++ b/ios/CDVBackgroundGeolocation/CDVBackgroundGeolocation.m @@ -449,11 +449,6 @@ - (void) onHttpAuthorization { */ -(void) onFinishLaunching:(NSNotification *)notification { - if (@available(iOS 10, *)) { - UNUserNotificationCenter *center = [UNUserNotificationCenter currentNotificationCenter]; - center.delegate = self; - } - NSDictionary *dict = [notification userInfo]; MAURConfig *config = [facade getConfig];