ios - How do I define my app home screen group name? -
i'd define default folder name on home screen apps (which ad hoc distributed), such default apps when dragged ("productivity", "utilities", "games", "navigation"):
instead of default name "folder":
how can achieve this?
edit:
i tried adding lsapplicationcategorytype info.plist, doesn't seem affect anything.
i think work on appstore versions. tested bunch of ad-hoc releases , appstore releases. - ad-hoc releases - "folder" name appears. appstore versions - app, moved onto other app - it's category name used. (in case ad-hoc moved onto appstore app, appstore app's category used).
anyways, checked out lsapplicationcategorytype
https://developer.apple.com/library/ios/documentation/general/reference/infoplistkeyreference/articles/launchserviceskeys.html#//apple_ref/doc/uid/tp40009250-sw8
did use example "education" - public.app-category.education ?
either way - might not intended work on debug/ad-hoc releases stated in same page:
lsapplicationcategorytype (string - os x) string contains uti corresponding app’s type. app store uses string determine appropriate categorization app. table 2 lists supported utis apps.
...which sounds like, value used app-store, correctly set applications category, used categorize applications on springboard.
so guess, work when app downloaded app store.
Comments
Post a Comment