Question

My iPad app currently uses Settings.bundle to allow settings both via the built-in Settings.app as well as via InAppSettingsKit. I now want to switch to IASK entirely and disable the built-in settings. I have renamed the Settings.bundle folder to InAppSettings.bundle, but when I deploy this new version to my test device, the old Settings data seems to stick around - at least, I can still access the old settings via Settings.app.

Is there a way to force removal of Settings.bundle when a new version of the app is installed?

Was it helpful?

Solution

Make sure you do a clean build in Xcode. For development builds, you also need to remove the app from the Simulator or device first. Otherwise old files are left in place.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top