Reputation: 1
How to add shortcuts to my app or to custom section inside my app ? Like Phone app when you use iOS search (Spotlight) and type phone you will get phone app and most called contacts for example.
Or Notes app if you searched notes you will get the app alongside some shortcuts like "create a new note".
I did it using AppIntent and AppShortcutsProvider but this is restricting me to use system images for my shortcuts and I need to use custom images, I can see some Apple and non-Apple apps did it but no luck achieving that after many researches and trials.
Any clue ?
Upvotes: 0
Views: 83
Reputation: 1146
Currently its not possible only systemImageName is supported: https://forums.developer.apple.com/forums/thread/758159?answerId=795059022#795059022
Upvotes: 0