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

Asked on 07/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.