From 068d7d4058bee5ab56710ca3a8f7f706b55643ac Mon Sep 17 00:00:00 2001 From: tpkowastaken Date: Thu, 12 Dec 2024 11:41:01 +0100 Subject: [PATCH] fix deployment ios --- ios/ImageNotification/NotificationService.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ios/ImageNotification/NotificationService.m b/ios/ImageNotification/NotificationService.m index 1c7d5b4..d094666 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];