Is there a way to achieve this? Currently tapping the notification either opens the app or brings it to the foreground (if it's running in the background).
I feel like I'm spending a lot of time implementing a custom Notification Content App Extension view controller, only for users to never know about swiping down or 3D touching the notification alert to show these custom views.
Does anyone know if there's a way to just achieve the same effect as 3D touch or swipe-down with just the tap instead?
Thanks :)