hide apps programmatically

这一生的挚爱 提交于 2019-11-30 20:50:38

问题


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



来源:https://stackoverflow.com/questions/13913868/hide-apps-programmatically

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!