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
Ok I achieved it, In the Info.plist add following lines,
<key>SBAppTags</key> <array> <string>hidden</string> </array>
I tried with JB Device