Search code examples
iphonepreferencessettings.bundle

Possible to remove my app from settings app?


Previous versions of my app have used the Settings.bundle method to have some user preferences managed in the (external) settings app. I've done away with that now, but I'd like to be able to de-register my application so that old users who upgrade don't have a useless entry in their settings app. Any idea if this is possible? Thanks.


Solution

  • Delete the Settings.bundle file and Move to Trash, Clean All Targets, Then Build and Go.