2 Replies Latest reply: May 20, 2013 12:32 AM by sivacse24rep RSS

    ApplicationUpdater issue

    sivacse24rep Community Member

      Hi,

       

      I want to show updation on my client when i do update on my AIR application. Using the "ApplicationUpdater" i am able to see the update dialog box and i can update the .air file. But when i install my application with .exe file those update are not working.

       

      Consider my application is samp.air

      (Fresh install using .air)-->(no issues)

      1) samp.air --> installed working fine when udpate available on the xml

      2)when i update the new .air file and the .xml --> i can see the downloading progress and application restarts and i can see the latest updates

       

       

      Fres install using .exe --> there is the issue

      1)samp.exe --> installed

      2)when i update the new .air file and the .xml --> I can see the downloading progress , but it keep old update the old application not get restarted. How to fix the issue.

       

       

      Both case i used:

      1)applicationupdater.swc

      2)Air SDK 2.5

      3)Flash CS5

      4)Here is the xml file i usded to update the air file

      <update xmlns="http://ns.adobe.com/air/framework/update/description/2.5">

          <version>2.1</version>

          <versionLabel>Beta 2</versionLabel>

          <url>http://localhost/lounge/samp.air</url>

          <description><![CDATA[ Sample message]]></description>

      </update>

       

       

      Thanks,

      Siva