标签: swift
我想做Timer应用程序,我在AppDelegate中使用以下代码在后台运行我的应用程序,但在后台运行应用程序时出现错误由于信号9而终止。 >
func applicationDidEnterBackground(_ application: UIApplication) { application.beginBackgroundTask {} // allows to run background tasks }