Search code examples
iosswiftpush-notificationapple-push-notificationspushviewcontroller

IOS notification content extension: add buttons in storyboard and handle the click action


IOS notification content extension: add buttons in MainInterface.storyboard and handle the click action without dismissing the notification


Solution

  • after making some research I discover that: can not handle buttons clicks in the IOS notification content extension, only the type of button can be used is the media button, see the IOS documentation:

    https://developer.apple.com/documentation/usernotificationsui/unnotificationcontentextension