Skip to content

Category Archives: iPhone

Adding Debug-only Preferences in iPhone Applications

16-Nov-08

Recently I bumped into an iPhone application configuration/deployment problem, and thought someone else might benefit from my findings.
Motivation and Goals
Here’s the basic scenario: I wanted to expose certain options in my iPhone application that were only available in Debug builds. One choice would be to add the ability to change the options in [...]