标签: ios swift push-notification apple-push-notifications
当用户在iOS中接收或点击推送通知时,我可以通过在application(_:didReceiveRemoteNotification:fetchCompletionHandler:)中实施AppDelegate方法来检测到该情况(取决于我是否选中/未选中功能->中的“远程通知”后台模式)。
application(_:didReceiveRemoteNotification:fetchCompletionHandler:)
AppDelegate
但是,当用户通过将其从屏幕上滑动而忽略该通知时,我也希望收到通知。可能吗?如果是这样,怎么办?
谢谢。