App Intents not appear in Shortcuts App

App shortcuts can only be added to Shortcut Action List, but not a separate App Shortcuts appears at the bottom of the Shortcuts app.

Now it only has the default Voice Memo App.

It successfully appeared in beta 2/3, but I'm not sure if it appeared in (beta 3 update).

But in beta 4, it disappeared. I have no idea how to make it visible again!!!

i'm experiencing the same thing. any luck resolving?

I'm facing same issue. It was working fine but not working in 14.0 beta 6.

AppShortcut(
      intent: ShowBooks(),
      phrases: ["Show Books"]
    )

After updating phrases to phrases: ["\(.applicationName) Show Books"] it starts appearing.

I had this issue and for my, the fix was to use the builder syntax in the AppShortcutsProvider, not returning an array.

https://gist.github.com/HunterHillegas/92839a14c2b24572f6ff2aca0460f3c5

App Intents not appear in Shortcuts App
 
 
Q