diff --git a/ios/ImageNotification/NotificationService.m b/ios/ImageNotification/NotificationService.m index 1c7d5b40..d094666d 100644 --- a/ios/ImageNotification/NotificationService.m +++ b/ios/ImageNotification/NotificationService.m @@ -12,6 +12,7 @@ @interface NotificationService () @implementation NotificationService +/* - (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary *)options { @@ -26,7 +27,7 @@ - (void)scene:(UIScene *)scene openURLContexts:(NSSet *)URLC [FIRAuth.auth canHandleURL:urlContext.URL]; } } - +*/ - (void)didReceiveNotificationRequest:(UNNotificationRequest *)request withContentHandler:(void (^)(UNNotificationContent * _Nonnull))contentHandler { self.contentHandler = contentHandler; self.bestAttemptContent = [request.content mutableCopy];