Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I think this will work only on AppStore versions. I tested with bunch of my Ad-hoc releases and their AppStore releases. - For ad-hoc releases - "Folder" name appears. For AppStore versions - App, which is moved onto other app - it's category name is used. (In case Ad-hoc is moved onto AppStore app, then AppStore app's category is used). </p> <p>Anyways, I checked out that <code>LSApplicationCategoryType</code> <a href="https://developer.apple.com/library/ios/documentation/general/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/TP40009250-SW8" rel="nofollow">https://developer.apple.com/library/ios/documentation/general/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/TP40009250-SW8</a></p> <p>Did You use for example for "Education" - public.app-category.education ? </p> <p>Either way - it might not even be intended to work on debug/ad-hoc releases as stated in the same page:</p> <blockquote> <p>LSApplicationCategoryType (String - OS X) is a string that contains the UTI corresponding to the app’s type. The App Store uses this string to determine the appropriate categorization for the app. Table 2 lists the supported UTIs for apps.</p> </blockquote> <p>...which sounds like, that this value is used by App-Store, to correctly set Applications category, which then is used to categorize applications on springboard.</p> <p>So I guess, this will work only when App is downloaded from App Store.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload