gpt4 book ai didi

ios - iOS应用程序收到推送通知时如何在后台执行服务请求

转载 作者:行者123 更新时间:2023-12-01 23:52:53 25 4
gpt4 key购买 nike

当应用程序收到推送通知时,我想在后台执行服务请求。我能够在前台和后台收到通知,在前台我使用下面的方法来执行服务请求,

func userNotificationCenter(_ center: UNUserNotificationCenter, willPresent notification: UNNotification, withCompletionHandler completionHandler: @escaping (UNNotificationPresentationOptions) -> Void) {
completionHandler([.alert,.sound])
}

但在后台我不知道如何执行服务请求,当应用程序在后台时,上述方法不会调用。我怎样才能做到这一点?

最佳答案

  1. 在功能选项卡中启用推送通知的后台模式

  2. 实现 didReceiveRemoteNotification 方法并在其中添加您的服务请求代码。

  3. 确保通知负载具有“content-available”:1 用于静默推送通知。

    就是这样。

关于ios - iOS应用程序收到推送通知时如何在后台执行服务请求,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59498350/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com