iOS13不支持后台更新通知吗?

Yon*_*Jie 5 uibackgroundtask ios13 xcode11

iOS13不支持后台更新通知。这是操作系统级别的错误吗?当应用进入后台时,Xcode警告显示:

无法结束BackgroundTask:不存在标识符为1(0x1)的后台任务,或者它可能已经结束。中断UIApplicationEndBackgroundTaskError()进行调试。

Yon*_*Jie 1

我从开发者文档\xef\xbc\x9a\n得到了答案我从开发者文档 \xef\xbc\x9a\n https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/sending_notification_requests_to_apns

\n\n
\n

apns 推送类型

\n\n

(向运行 iOS 13 及更高版本或 watchOS 6 及更高版本的设备传送通知时必需。在较早的系统版本上被忽略。)通知的类型。此标头的值为alert 或background。指定在发送通知时显示提醒、播放声音或标记应用程序图标时的提醒。指定不与用户交互的静默通知的背景。\n

\n
\n