I wonder if System.getDeviceSettings().uniqueIdentifier is constant and unique for each installed simulator. Or is there already another solution except conditional compiling?
And that's what most of us use, but it's not 100%
It's good for not releasing accidentally some thing not meant for release.
But sometimes you do want (or need to) run release build in the simulator. Although in most of those cases you probably would want to run release (non-emulator) code anyways (i.e DataField on old device with not enough memory or trying to recreate a crash from ERA)
Then you could set a storage value in debug mode. Which in theory only gets set in Simulator. Then if you subsequently run release in Simulator it can work in same manner. Like you say depends on needs. You just need a system works for 99% of time, and can be quickly tweaked for those 1% or less of cases.