You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ability to get a list of shortcuts that have already been set would be useful, for example when following Apple's guidelines here (see attached pic).
Sorry for the late response, are you creating your shortcuts with present(...) or donate(...)? Because for donate(...), you'll have to keep track of which shortcuts you've donated somewhere in your own code, because iOS doesn't provide an API for this.
If you're using present(...), then getAllVoiceShortcuts seems to be the right method and I can could add it then.
The ability to get a list of shortcuts that have already been set would be useful, for example when following Apple's guidelines here (see attached pic).
In the previous issue where this was mentioned you asked about the related native method. I believe getAllVoiceShortcuts would be the one.
Thanks for making this plugin!
The text was updated successfully, but these errors were encountered: