Mobile Property: how to get config JSON | Community
Skip to main content
Level 6
December 16, 2019
Solved

Mobile Property: how to get config JSON

  • December 16, 2019
  • 1 reply
  • 3449 views

We have multiple mobile properties which were created at different times. Between the first property we create and the others something changed within Launch and now we struggle to get the configuration JSON.

On the environment screen you can copy the id or code snippets. The environment file id was something like this:

launch-HASH-ENV and you could easily get the JSON with: http://assets.adobedtm.com/launch-HASH-ENV.json

The environment file id of newer mobile properties look like this:

COMPANYID/PROPERTYID/launch-ENVIRONMENTID-ENV but using this pattern with assets.adobedtm.com does no longer work and we get:

"File not found."

 

It seems even the API call itself does not work anymore:

MobileCore.configureWithAppID(ENVIRONMENT_FILE_ID)

 

Is this a bug or how are we able to load the configurations now?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by thomas_amsler

This was an error on my side, the library wasn't properly built.

1 reply

thomas_amslerAuthorAccepted solution
Level 6
December 16, 2019

This was an error on my side, the library wasn't properly built.