diff --git a/Classes/LinphoneAppDelegate.m b/Classes/LinphoneAppDelegate.m index ffc5da233..3c2499a5d 100644 --- a/Classes/LinphoneAppDelegate.m +++ b/Classes/LinphoneAppDelegate.m @@ -659,7 +659,7 @@ didInvalidatePushTokenForType:(NSString *)type { #pragma mark - UserNotifications Framework - (void) userNotificationCenter:(UNUserNotificationCenter *)center willPresentNotification:(UNNotification *)notification withCompletionHandler:(void (^)(UNNotificationPresentationOptions))completionHandler { - completionHandler(UNNotificationPresentationOptionAlert | UNNotificationPresentationOptionSound); + completionHandler(UNNotificationPresentationOptionAlert | UNNotificationPresentationOptionAlert); }