I was just looking through the APIs to see if there’s anything nice I can use to distinguish between release and device builds - basically I want to add in development cheats or hacks so I can test features or achievement triggers easily on my device. However I want to make sure that these don’t accidentally get compiled into a release version.
Do people have strategies for coping with that?