Fix Manu's comments

Signed-off-by: ismailgulek <gulekismail@gmail.com>
This commit is contained in:
ismailgulek
2020-05-25 15:50:26 +03:00
parent 18a72c9c9e
commit 5632fd38d2
2 changed files with 34 additions and 36 deletions
@@ -153,7 +153,7 @@
- (void)didReceiveRemoteNotification:(NSDictionary *)userInfo
fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler
{
// NSLog(@"[PushNotificationService][Push] didReceiveRemoteNotification: applicationState: %tu - payload: %@", [UIApplication sharedApplication].applicationState, userInfo);
NSLog(@"[PushNotificationService][Push] didReceiveRemoteNotification: applicationState: %tu - payload: %@", [UIApplication sharedApplication].applicationState, userInfo);
//
// // Display local notifications only when the app is running in background.
// if ([UIApplication sharedApplication].applicationState == UIApplicationStateBackground)