Close Menu
  • Home
  • AI
  • Big Data
  • Cloud Computing
  • iOS Development
  • IoT
  • IT/ Cybersecurity
  • Tech
    • Nanotechnology
    • Green Technology
    • Apple
    • Software Development
    • Software Engineering

Subscribe to Updates

Get the latest technology news from Bigteetechhub about IT, Cybersecurity and Big Data.

    What's Hot

    ios – AppShortcut is shown in Shortcuts app but not in Spotlight

    April 30, 2026

    Reports & Resources – National Nanotechnology Coordination Office (NNCO)

    April 30, 2026

    Alleged Silk Typhoon hacker extradited to the United States to face charges

    April 29, 2026
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram
    Big Tee Tech Hub
    • Home
    • AI
    • Big Data
    • Cloud Computing
    • iOS Development
    • IoT
    • IT/ Cybersecurity
    • Tech
      • Nanotechnology
      • Green Technology
      • Apple
      • Software Development
      • Software Engineering
    Big Tee Tech Hub
    Home»iOS Development»ios – AppShortcut is shown in Shortcuts app but not in Spotlight
    iOS Development

    ios – AppShortcut is shown in Shortcuts app but not in Spotlight

    big tee tech hubBy big tee tech hubApril 30, 2026001 Min Read
    Share Facebook Twitter Pinterest Copy Link LinkedIn Tumblr Email Telegram WhatsApp
    Follow Us
    Google News Flipboard
    ios – AppShortcut is shown in Shortcuts app but not in Spotlight
    Share
    Facebook Twitter LinkedIn Pinterest Email Copy Link


    I want to create my own AppShortcut so I can search for my app and its contents on Spotlight. Currently I have these codes:

    import AppIntents
    
    @available(iOS 16.0, *)
    struct TransferIntent: AppIntent {
        static var title = LocalizedStringResource("Transfer money.")
        static var openAppWhenRun = true
        static var isDiscoverable = true
        
        func perform() async throws -> some IntentResult & ProvidesDialog {
            NavigationManager.shared.navigate(to: .transferMoney)
            return .result(dialog: IntentDialog("Open app to transfer money."))
        }
    }
    
    import AppIntents
    
    @available(iOS 16.0, *)
    struct OmniAppShortcutsProvider: AppShortcutsProvider {
        @AppShortcutsBuilder
        static var appShortcuts: [AppShortcut] {
            AppShortcut(
                intent: TransferIntent(),
                phrases: [
                    "Transfer money with \(.applicationName)",
                    "Kirim uang dengan \(.applicationName)"
                ],
                shortTitle: "Transfer money",
                systemImageName: "banknote.fill"
            )
        }
    }
    
    class AppDelegate: UIResponder, UIApplicationDelegate {
        func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? = nil) -> Bool {
            
            setupAppsFlyer()
            
            if #available(iOS 16.0, *) {
                OmniAppShortcutsProvider.updateAppShortcutParameters()
            }
    ...
    }
    

    The shortcut shows up on Shortcuts app. But when I tried searching with Spotlight, it doesn’t show up. How do I show it on Spotlight?

    Thanks.



    Source link

    app AppShortcut iOS shortcuts shown spotlight
    Follow on Google News Follow on Flipboard
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
    tonirufai
    big tee tech hub
    • Website

    Related Posts

    ios – In Swift I’m trying to understand the flow of logic when using Sendable, nonisolated, and Actors

    April 29, 2026

    Introducing SwiftBash | Cocoanetics

    April 28, 2026

    Delphi + PAServer: How to correctly export iOS app with Notification Service Extension (appex) – missing provisioningProfiles in exportOptions.plist

    April 27, 2026
    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    ios – AppShortcut is shown in Shortcuts app but not in Spotlight

    April 30, 2026

    Reports & Resources – National Nanotechnology Coordination Office (NNCO)

    April 30, 2026

    Alleged Silk Typhoon hacker extradited to the United States to face charges

    April 29, 2026

    The Download: storing nuclear waste and orchestrating agents

    April 29, 2026
    Timer Code
    15 Second Timer for Articles
    20
    About Us
    About Us

    Welcome To big tee tech hub. Big tee tech hub is a Professional seo tools Platform. Here we will provide you only interesting content, which you will like very much. We’re dedicated to providing you the best of seo tools, with a focus on dependability and tools. We’re working to turn our passion for seo tools into a booming online website. We hope you enjoy our seo tools as much as we enjoy offering them to you.

    Don't Miss!

    ios – AppShortcut is shown in Shortcuts app but not in Spotlight

    April 30, 2026

    Reports & Resources – National Nanotechnology Coordination Office (NNCO)

    April 30, 2026

    Subscribe to Updates

    Get the latest technology news from Bigteetechhub about IT, Cybersecurity and Big Data.

      • About Us
      • Contact Us
      • Disclaimer
      • Privacy Policy
      • Terms and Conditions
      © 2026 bigteetechhub.All Right Reserved

      Type above and press Enter to search. Press Esc to cancel.