Actionable push notification which has URL type function is unable to open the 3rd party application(e.g. MS teams) in iOS | servicenow agent/mobileSummaryThe requirement is to create an actionable push notification which opens the teams meeting URL function from one of the function. E.g. When we click on the Accept button of below actionable notification, it should open MS teams application But the issue is when the Accept button is clicked the application is not opened.InstructionsApple restricts apps from redirecting to other apps from the background, when we are trying to click Accept from the notification, our app is in background. In order to join the Teams meeting, We need to use push categories/actions that open the app on user action and then redirect to the link mentioned.Supported configuration for this particular use-case:Push Notification Category: Accept-Reject-fore or joinbridge-forePush Actions that support foreground: Accept (accept-fore). The other option is to enable foreground for "join-meeting" Once updated, on tapping the action, it will open the agent app and then immediately redirect to the Teams app.Reference Link: https://docs.servicenow.com/bundle/utah-mobile/page/administer/tablet-mobile-ui/concept/actionable-push-notification.html Note : To reflect the function name instead of 'Accept' or 'Reject' in the actionable notification, make sure that the Foreground is checked on the push action.