在我 iPhone 闲置后 Siri Custom Intent 停止工作
Siri Custom Intent stop working after I keep my iPhone idle
我正在 iOS 13 项目中实现 Siri 自定义意图,我创建了一个自定义意图并且
它在以下情况下工作正常。
- It works fine after I install app from the code.
- It works fine if app is in background
- It works fine if app is also terminated not even launched.
它在以下情况下不起作用。
After I keep my iPhone idle for some 30 minutes, then I unlock my
iPhone and ask Siri to execute the command its saying
Uh Oh there is a problem please try after sometime
如果我再次从代码安装应用程序,它会开始正常工作。在这两种情况下,如果我从 iOS13 Shortcuts 应用程序点击我的快捷方式,它不会响应,它只是继续处于加载状态。
我什至无法调试这个问题,因为每次我 运行 调试它的代码都工作正常。如果有什么遗漏,请帮助我。
您是否也在使用系统意图,如果是这样,您已请求用户允许接受 siri 使用。
在info.plist中添加Privacy - Siri Usage Description并尝试一次。
我正在 iOS 13 项目中实现 Siri 自定义意图,我创建了一个自定义意图并且
它在以下情况下工作正常。
- It works fine after I install app from the code.
- It works fine if app is in background
- It works fine if app is also terminated not even launched.
它在以下情况下不起作用。
After I keep my iPhone idle for some 30 minutes, then I unlock my iPhone and ask Siri to execute the command its saying
Uh Oh there is a problem please try after sometime
如果我再次从代码安装应用程序,它会开始正常工作。在这两种情况下,如果我从 iOS13 Shortcuts 应用程序点击我的快捷方式,它不会响应,它只是继续处于加载状态。
我什至无法调试这个问题,因为每次我 运行 调试它的代码都工作正常。如果有什么遗漏,请帮助我。
您是否也在使用系统意图,如果是这样,您已请求用户允许接受 siri 使用。
在info.plist中添加Privacy - Siri Usage Description并尝试一次。