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