I have a game that I publish in Apple AppStore, Google Play and Amazon AppStore. I have one Consruct2 project and three IntelSDK projects to create different binaries for every store.
I have number of parameters different for every store (tracking id etc) that I change manually every time I export my game.
I want to put these parameters in some configuration file in the IntelSDK project and get them in my Construct game. How can I do it?