Hi, I got the same problem. If I use the phrases "Add book in (.applicationName)", It can pick up siri and ask the param of bookTitle. But if I use "Add (.$bookTitle) in (.applicationName)", it cant be used.
Have you tried to add
if (@available(iOS 16.1, *)) {
[BADownloadManager sharedManager];
}
I met the same problem, and found that add this when app launched can fix this problem.
Hi, I got the same problem. If I use the phrases "Add book in (.applicationName)", It can pick up siri and ask the param of bookTitle. But if I use "Add (.$bookTitle) in (.applicationName)", it cant be used.
Have you tried to add
if (@available(iOS 16.1, *)) {
[BADownloadManager sharedManager];
}
I met the same problem, and found that add this when app launched can fix this problem.