5 Replies Latest reply: Mar 10, 2011 11:57 AM by Shikha Bhargava RSS

    updateConfig.xml URL: How to predict it?

    Quentin T Community Member

      Hey there,

       

      I'm writing a tool that builds AIR files server-side. The apps UI are generic but their content change from app to app. To do so I have to create unique app.xml files for each, and I also have to create unique updateConfig.xml files for each (to use with the Licencing Service).

       

      My problem is I can't seem to understand how to determine the <url> value to use:

       

      Since my apps (AIR 2.5) are compiled server-side I'd like, as much as possible, not to have to write those updateConfig.xml files manually.

       

      So here are my questions:

      1. What is the format to use?
      2. Is the /201011/ part of the URL some kind of date code?
      3. Will it change in the future?
      4. Are the docs up-to-date?

       

      Thanks in advance for your help!