how do I make my app findable in the app library on ios by different names than the display name?

Generated on 7/31/2024

1 search

To make your app findable in the App Library on iOS by different names than the display name, you can leverage the App Intents framework. This framework allows your app to be discoverable through various means such as Spotlight and Siri without requiring additional registration code. Here’s how it works:

  1. App Intents Framework: The App Intents framework automatically detects the provider and handles registration, making your app shortcuts available as soon as the app is installed. This means that your app can be found in Spotlight and can be spoken to Siri without any extra steps from the user. (Bring your app’s core features to users with App Intents)

  2. Spotlight and Siri Integration: When a user searches in Spotlight or uses Siri, the app shortcuts are automatically suggested based on the user's interaction with the app. For example, if a user starts typing the name of your app or a related keyword, Spotlight will suggest your app and its shortcuts. (Bring your app’s core features to users with App Intents)

  3. Customization and Flexibility: Users can also customize their device to make app shortcuts available in the action button and Apple Pencil Pro, enhancing the discoverability of your app's features. (Bring your app’s core features to users with App Intents)

By implementing the App Intents framework, you can ensure that your app is easily discoverable through multiple entry points on iOS, enhancing user experience and engagement.

Xcode essentials

Xcode essentials

Edit, debug, commit, repeat. Explore the suite of tools in Xcode that help you iterate quickly when developing apps. Discover tips and tricks to help optimize and boost your development workflow.

Bring your app to Siri

Bring your app to Siri

Learn how to use App Intents to expose your app’s functionality to Siri. Understand which intents are already available for your use, and how to create custom intents to integrate actions from your app into the system. We’ll also cover what metadata to provide, making your entities searchable via Spotlight, annotating onscreen references, and much more.

Bring your app’s core features to users with App Intents

Bring your app’s core features to users with App Intents

Learn the principles of the App Intents framework, like intents, entities, and queries, and how you can harness them to expose your app’s most important functionality right where people need it most. Find out how to build deep integration between your app and the many system features built on top of App Intents, including Siri, controls and widgets, Apple Pencil, Shortcuts, the Action button, and more. Get tips on how to build your App Intents integrations efficiently to create the best experiences in every surface while still sharing code and core functionality.

What’s new in App Store Connect

What’s new in App Store Connect

Explore new features for discovery, testing, and marketing. Find out how to nominate your apps for featuring on the App Store, share exciting moments (like a version launch) with marketing assets generated for you, deep link to specific content in your app from custom product pages, use the latest enhancements to TestFlight, and more.