diff --git a/Sources/EQNNotificationService/Icons/star_white1.png b/Sources/EQNNotificationService/Icons/star_white1.png new file mode 100644 index 0000000..1f4f0c6 Binary files /dev/null and b/Sources/EQNNotificationService/Icons/star_white1.png differ diff --git a/Sources/Earthquake Network/AppDelegate.m b/Sources/Earthquake Network/AppDelegate.m index 290b7c3..e59e685 100644 --- a/Sources/Earthquake Network/AppDelegate.m +++ b/Sources/Earthquake Network/AppDelegate.m @@ -123,7 +123,7 @@ [self handlePushNotificationWithUserInfo:userInfo]; // Change this to your preferred presentation option - completionHandler(UNNotificationPresentationOptionAlert); + completionHandler(UNNotificationPresentationOptionAlert | UNNotificationPresentationOptionSound); } // Handle notification messages after display notification is tapped by the user.