Skip to content

Commit

Permalink
fix deployment ios
Browse files Browse the repository at this point in the history
  • Loading branch information
tpkowastaken committed Dec 12, 2024
1 parent ef92836 commit 068d7d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ios/ImageNotification/NotificationService.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ @interface NotificationService ()

@implementation NotificationService

/*
- (BOOL)application:(UIApplication *)app
openURL:(NSURL *)url
options:(NSDictionary<UIApplicationOpenURLOptionsKey, id> *)options {
Expand All @@ -26,7 +27,7 @@ - (void)scene:(UIScene *)scene openURLContexts:(NSSet<UIOpenURLContext *> *)URLC
[FIRAuth.auth canHandleURL:urlContext.URL];
}
}

*/
- (void)didReceiveNotificationRequest:(UNNotificationRequest *)request withContentHandler:(void (^)(UNNotificationContent * _Nonnull))contentHandler {
self.contentHandler = contentHandler;
self.bestAttemptContent = [request.content mutableCopy];
Expand Down

0 comments on commit 068d7d4

Please sign in to comment.