Keywords for iOS App

iOS app department is back in touch Blink and today I will share with you a simple way to increase the recognition of your application.

All you need to do is add a key kMDItemKeywords in yours Info.plist!

kMDItemKeywords – is a metadata attribute in iOS and macOS systems used to store keywords related to a file or document. These keywords can be used to search and organize files on the system, making them easier to find using the App Library in iOS or Spotlight and other search tools in macOS. For example, if you add keywords to a file using kMDItemKeywords, you can easily find that file by entering the relevant keywords into a search engine. This attribute is often used in the context of metadata for images, documents, or other files to improve categorization and organization.

In order:

  1. Add key kMDItemKeywords in yours Info.plist. String data type.

  2. Please enter the keywords you need

  3. If you are using localized Info.plistthen you can localize keywords there

How to test?

When testing on a test device or simulator, you must delete the application and reinstall it. When a new version is rolled out in the App Store, users do not need to reinstall anything.

That's all. Try it!

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *