Avatar

Level 1

HI, I am wanting to know if the ADBMobile config can be updated during run time for a mobile app. It appears that ADBMobile is configured at app startup via a bundled ADBMobile.json. The location of which can be overridden using the [ADBMobile overrideConfigPath:filePath]; method.

Once loaded however, there seems little chance of reconfiguring programmatically or by reloading a ADBMobile.json from a remote location eg remote server url using http call.

The only options I can see to programmatically change the config are listed at: Configuration Methods

Are there any other options?