Search code examples
iphoneobjective-cxcodesettingspreferences

Hide app-specific settings in the 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!


Solution

  • Delete the Settings.bundle, clean all targets, Then Build and Go.