Skip to main content
Level 6
December 16, 2019
Beantwortet

Mobile Property: how to get config JSON

  • December 16, 2019
  • 1 Antwort
  • 3467 Ansichten

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?

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von thomas_amsler

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

1 Antwort

thomas_amslerAutorAntwort
Level 6
December 16, 2019

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