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.

link|improve this question
1  
Turns out that after I delete my Settings.bundle and upgrade a previously-installed version of my app, it does get removed from the preferences app. The trick is that unless you do a "Clean", you won't see this behavior in the simulator, for some reason. – Frank C Aug 17 '09 at 22:26
feedback

2 Answers

up vote 6 down vote accepted

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

link|improve this answer
feedback

Have you tried removing the Settings.bundle?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown