Younes Ans
Younes Ans

Reputation: 1

How to Set Custom Icon for iOS App Shortcut?

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

Answers (1)

szuniverse
szuniverse

Reputation: 1146

Currently its not possible only systemImageName is supported: https://forums.developer.apple.com/forums/thread/758159?answerId=795059022#795059022

Upvotes: 0

Related Questions