标签: ios sirikit sirishortcuts
我正在使用自定义方法来处理我的应用中的音频控制, 意图处理依赖于应用程序,因此我需要后台执行。我在intentDefinition中检查了支持后台执行 。但这无济于事。
我想处理AppDelegate中的代码,例如INPlayMediaIntent,处理application(_:handle:completionHandler:) 中的代码
AppDelegate
INPlayMediaIntent
application(_:handle:completionHandler:)
该如何处理在后台依赖于应用程序的代码?