I am using XCODE 5. I have added app icon image into project. Is there a way to disable or enable app icon? Disable means do not show icon when disabled otherwise must show icon on device/simulator.
相关问题
- CALayer - backgroundColor flipped?
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- how do you prevent page scroll in textarea on mobi
- how do you prevent page scroll in textarea on mobi
相关文章
- Could I create “Call” button in HTML 5 IPhone appl
- Unable to process app at this time due to a genera
- How do you detect key up / key down events from a
- “Storyboard.storyboard” could not be opened
- Open iOS 11 Files app via URL Scheme or some other
- Can keyboard of type UIKeyboardTypeNamePhonePad be
- Can not export audiofiles via “open in:” from Voic
- XCode 4.5 giving me “SenTestingKit/SenTestKit.h” f
No, You cannot hide an App icon (legally). That is, Apple does not allow such a feature and it cannot be done in Non-Jailbreak apps. You can only do this if you Jailbreak your iOS.
It's not 100% clear to me whether you want to hide the icon dynamically/programmatically, or not. I didn't see that requirement explicitly, so I'm assuming you don't need programmatic control:
This can be done, and it does not require jailbreaking.
It is, however, something that Apple would reject in their App Store. Please, however, do not equate what is not allowable in the App Store with what requires jailbreaking. Those are not the same thing. There are many "private" or "undocumented" features you may want to use in a hobbyist or enterprise app that doesn't get distributed through the App Store.
To hide an app's icon on the SpringBoard, add this to your Info.plist file: