Part 2: Handle local notifications when app is running

On page 237 we add a function to receive notifications: userNotificationCenter(willPresent notification)

This function just prints a message to the console. I just finished part 2 but I never saw any instructions to go back and finish this function. So any notifications that happen while the app is running will never be displayed to the user.

Yes, that is correct. Feel free to add this feature to the app. :smile: