I\'ve three APIwith different API Keys and some different settings
For development or internal testing build - De
A simpler and less sophisticated solution would be using different header files for each configuration, and #importing only one of them. This is not automatic, but it's rather simple:
// You only need to switch the following lines when passing from qa 2 production and back:
#import "Mode_QA.h"
//#import "Mode_Production.h"