Hello,
The App submission process requires that we add an entry in the .plist file about the app category (games, productivity, etc.)
The key is "LSApplicationCategoryType". However, I am unable to find this key in the plist editor. I had to manually add this key and its value using a text editor like this:
Is there a more convenient way to do that ?
The App submission process requires that we add an entry in the .plist file about the app category (games, productivity, etc.)
The key is "LSApplicationCategoryType". However, I am unable to find this key in the plist editor. I had to manually add this key and its value using a text editor like this:
Code:
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string> //For productivity category