hide apps programmatically

2019-02-16 01:11发布

问题:

I need to hide my app programmatically from the springboard as the "Nike+ iPod" app does. Does anyone know how to achieve this?

PS: It's an in-house app and I'm not planning to submit to the app store.

回答1:

Ok I achieved it, In the Info.plist add following lines,

<key>SBAppTags</key>
<array>
<string>hidden</string>
</array>

I tried with JB Device