Ios swift – Why does quick action not trigger any app functions?
I have a static quick action with the following setup. Setup quick action UIApplicationShortcutItemIconSymbolName = "alarm" UIApplicationShortcutItemType = "com.yocto.xyz.action" UIApplicationShortcutItemTitle = "Hello" However, when I tap on it, none of the following function is executed @main class AppDelegate: UIResponder, UIApplicationDelegate…