Why do you think the link attribute is not working? Inside your app you have to detect the push notification in the UNUserNotificationCenterDelegate willPresent, read the payload inside UNNotification, extract the link value (notification.request.content.userInfo["link"]) and act in consequence.