以编程方式隐藏应用程序 [英] hide apps programatically

查看:122
本文介绍了以编程方式隐藏应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要以Nike + iPod应用程序的方式从跳板中隐藏我的应用程序。有谁知道如何实现这个目标?

I need to hide my app programatically from the springboard as the "Nike+ iPod" app does. Does anyone know how to achieve this?

PS:这是一个内部应用程序,我不打算提交到应用程序商店。

PS: It's an in-house app and I'm not planning to submit to the app store.

推荐答案

好的我实现了它,
在Info.plist中添加以下行,

Ok I achieved it, In the Info.plist add following lines,

<key>SBAppTags</key>
<array>
<string>hidden</string>
</array>

我试过JB Device

I tried with JB Device

这篇关于以编程方式隐藏应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆