I want to run a third party shortcut after an an app intent without opening the shortcuts app. I tried using the deep linking URL method but it opens the shortcut app to run the shortcu.
How to run Shortcuts using App Intent without opening the Shortcuts App
I'm also experiencing this issue. I'm using the following:
Button(intent: MyIntent()) {
Text("Do Thing")
}
It successfully runs the Intent, but it also launches the Shortcuts app unexpectedly. I believe this worked correctly in Beta 1, but regressed in Beta 2 and Beta 3.
I've filed FB12528352.
I have this same issue after the release of iOS 17. Any solutions?