My app sends users notifications of important messages in the app. How can I make sure the user receives them?
How to know if a user has received a notification?
Did you look at this (notificatiosns with actions): https://developer.apple.com/documentation/usernotifications/handling-notifications-and-notification-related-actions
You would know if user has tapped a button (AFAIU, not if he simply discarder the notification or did not see it)