在 Settings.app 中隐藏设置包
我创建了一个带有“设置”捆绑包的 iOS 4.0 应用程序。我正在使用 InAppSettingsKit (http://www.inappsettingskit.com),它显示应用程序中的设置。这允许用户直接从应用程序内修改这些设置,而无需转到外部 iPhone Settings.app。由于可以从应用程序内部访问设置(并且我正在对应用程序内设置屏幕进行一些自定义样式),因此我想阻止设置捆绑包出现在 iPhone Settings.app 中。这可能吗?
任何帮助将不胜感激。
I have created an iOS 4.0 app with a Settings bundle. I am using the InAppSettingsKit (http://www.inappsettingskit.com) which presents the settings in the app. This allows the user to modify those settings directly from within the app, without the need to go to the external iPhone Settings.app. As the settings are accessible from inside the app (and I am doing some custom styling to the in-app settings screen) I would like to stop the Settings bundle from appearing in the iPhone Settings.app. Is this possible?
Any help would be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
InAppSettingKit 允许使用仅内部设置包。将 Settings.bundle 重命名为这个,然后操作系统将找不到它,将其放入“主要设置”部分
查看“一些额外的内容”
InAppSettingKit allows the use of an internal only settings bundle. Rename Settings.bundle to be this and then the OS wont find it to put it in the Main Settings part
Check out "Some little extras" on the product page