I need to be able to use a constant in two of the values
ADBMobileConfig.jsonReason: We're using different servers for
Development and Production, and can't have the development data mixed
with production Data. At build time we'll provide values based on the
environment settings (development / production).Thus, how can I use a
constant value for "rsids" and server" file?I'd like to be able to do
something like this:NSStirng *const kServerURL =
@"www.google.com"NSStirng *const kRSID = @"123456" "...