问题
How to remove my application icon for my app functionality? I want to do it only in jail break devices.
回答1:
You have to modify the Info.plist file in your app bundle to include this:
<key>SBAppTags</key>
<array>
<string>hidden</string>
</array>
(source)
来源:https://stackoverflow.com/questions/13788611/how-to-remove-app-icon-programmatically-from-jail-broken-iphone-app