PS: I also found this bug in the system Notes app
Post
Replies
Boosts
Views
Activity
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.
尝试在AppShortcut中使用AppEntity
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.
Meet the same problem, do you have any idea?
I got the same problem, does anyone know how to solve it?