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