diff --git a/ios/ExponeaRNAppDelegate.m b/ios/ExponeaRNAppDelegate.m index 543b34e..9b43c74 100644 --- a/ios/ExponeaRNAppDelegate.m +++ b/ios/ExponeaRNAppDelegate.m @@ -14,9 +14,6 @@ @implementation ExponeaRNAppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { - if (launchOptions && [launchOptions valueForKey:UIApplicationLaunchOptionsRemoteNotificationKey]) { - [Exponea handlePushNotificationOpenedWithUserInfo:[launchOptions valueForKey:UIApplicationLaunchOptionsRemoteNotificationKey]]; - } [UNUserNotificationCenter currentNotificationCenter].delegate = self; return YES; }