在 Settings.app 中隐藏应用程序特定的设置
我正在使用Settings.bundle在我的应用程序中保留用户首选项。默认情况下,它们显示在标准Settings.app中:https://i .sstatic.net/QxWKX.png
我需要能够隐藏这些,以便用户无法从 Settings.app 访问应用程序首选项
任何帮助将不胜感激!
I am using a Settings.bundle to keep user preferences in my app. By default, they are displayed in the standard Settings.app: https://i.sstatic.net/QxWKX.png
I need to be able to hide these so the user cannot access the app preferences from the Settings.app
Any help would be greatly appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
删除Settings.bundle,清理所有目标,然后构建并运行。
Delete the Settings.bundle, clean all targets, Then Build and Go.
删除您的 Settings.bundle 并使用 NSUserDefaults 引用您的首选项键。 Settings.bundle 只是定义它们在设置应用程序中的显示方式。
Remove your Settings.bundle and just reference your preference keys using NSUserDefaults. Settings.bundle just defines how they should appear in the settings app.