Post

Replies

Boosts

Views

Activity

Comment on Debugging updateAppShortcutParameters not adding shortcuts to Shortcuts App
Can you provide additional documentation or an example of this being required? I ended up getting this working by moving my Intents into my main project and sending nsnotifications to trigger them from the framework. That seemed to work, so I can see app entities in search and in shortcuts, but if the app is not running and I tap on them in the Shortcuts app, I get: "This current action is not allowed" Works if app is running. Not sure how to debug, thanks.
Sep ’25
Comment on Debugging updateAppShortcutParameters not adding shortcuts to Shortcuts App
Can you provide additional documentation or an example of this being required? I ended up getting this working by moving my Intents into my main project and sending nsnotifications to trigger them from the framework. That seemed to work, so I can see app entities in search and in shortcuts, but if the app is not running and I tap on them, I get: "This current action is not allowed" Works if app is running. Not sure how to debug, thanks.
Sep ’25
Comment on Debugging updateAppShortcutParameters not adding shortcuts to Shortcuts App
Can you provide additional documentation or an example using that? I ended up fixing this errors by moving my appintents code back into main project and using nsnotifications to trigger that code from the framework. That worked in my sample project and I can see the intent entities in the shortcuts app, but when I click w/ the app is not running I get: "This current action is not allowed" and in console: -[ICAppRegistry _appsWithIdentifiers:] Failed to load a definition for <app_bundle_id>
Sep ’25