【发布时间】:2020-03-26 09:45:16
【问题描述】:
我正在尝试处理要执行的 iOS 13 后台任务,并按照苹果的说法创建示例应用程序: https://developer.apple.com/documentation/backgroundtasks/bgtaskscheduler
但有些我仍然在控制台中遇到错误:
Can't end BackgroundTask: no background task exists with identifier 1 (0x1), or it may have already been ended. Break in UIApplicationEndBackgroundTaskError() to debug.
这似乎很多人都遇到了这个问题: https://forums.developer.apple.com/thread/121990
谢谢
【问题讨论】:
标签: swift ios13 background-task