Read the documentation for details explanation. Link. For the keys used in info.plist, read this documentaion.
- Add quick action options to
info.plistUIApplicationShortcutItemIconSymbolNamefor sf symbol. Three types of images can used for the actions. see the first apple documentaion link for details.UIApplicationShortcutItemSubtitlefor subtitleUIApplicationShortcutItemTitlefor titleUIApplicationShortcutItemTypeis the identifier for the action
- catch UIApplicationShortcutItem from SceneDelegate
performActionForfor when app is already runningwillConnectTofor when app is being launched by the quick action