<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: How to easily and seamlessly update an AIR application</title>
	<atom:link href="http://corlan.org/2008/06/19/how-to-easily-and-seamlessly-update-an-air-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://corlan.org/2008/06/19/how-to-easily-and-seamlessly-update-an-air-application/</link>
	<description>Flex, AIR and Rock&#38;Roll</description>
	<pubDate>Fri, 21 Nov 2008 09:21:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Rostislav Siryk</title>
		<link>http://corlan.org/2008/06/19/how-to-easily-and-seamlessly-update-an-air-application/#comment-329</link>
		<dc:creator>Rostislav Siryk</dc:creator>
		<pubDate>Mon, 07 Jul 2008 21:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/06/19/how-to-update-easily-and-seamlessly-an-air-application/#comment-329</guid>
		<description>Mihai, your post is probably the only one which explains the error #16824. I just run into the same problem and comments here helped me to figure out what I'm doing wrong.

Thank you a lot for this post</description>
		<content:encoded><![CDATA[<p>Mihai, your post is probably the only one which explains the error #16824. I just run into the same problem and comments here helped me to figure out what I&#8217;m doing wrong.</p>
<p>Thank you a lot for this post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo Gomez-Tagle</title>
		<link>http://corlan.org/2008/06/19/how-to-easily-and-seamlessly-update-an-air-application/#comment-272</link>
		<dc:creator>Rodrigo Gomez-Tagle</dc:creator>
		<pubDate>Fri, 04 Jul 2008 22:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/06/19/how-to-update-easily-and-seamlessly-an-air-application/#comment-272</guid>
		<description>Problem solved! 
Thanks for your help, I just had the whole version number thing misunderstood. You were right the version numbers have to be the same in both documents.</description>
		<content:encoded><![CDATA[<p>Problem solved!<br />
Thanks for your help, I just had the whole version number thing misunderstood. You were right the version numbers have to be the same in both documents.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Corlan</title>
		<link>http://corlan.org/2008/06/19/how-to-easily-and-seamlessly-update-an-air-application/#comment-255</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Fri, 04 Jul 2008 19:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/06/19/how-to-update-easily-and-seamlessly-an-air-application/#comment-255</guid>
		<description>@Rodrigo

Indeed, the whole point is to be able to push updates to clients. But this is how it is working:
- you install application with let say the version 1.0 on your machine;
- then you change in update.xml and ...-app.xml the version to 1.1
- then you export the application and place it under your web server where update.xml is;
- then you open your installed application that will check for a new version and will do the update;

I hope I managed to explain better this time.</description>
		<content:encoded><![CDATA[<p>@Rodrigo</p>
<p>Indeed, the whole point is to be able to push updates to clients. But this is how it is working:<br />
- you install application with let say the version 1.0 on your machine;<br />
- then you change in update.xml and &#8230;-app.xml the version to 1.1<br />
- then you export the application and place it under your web server where update.xml is;<br />
- then you open your installed application that will check for a new version and will do the update;</p>
<p>I hope I managed to explain better this time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo Gomez-Tagle</title>
		<link>http://corlan.org/2008/06/19/how-to-easily-and-seamlessly-update-an-air-application/#comment-239</link>
		<dc:creator>Rodrigo Gomez-Tagle</dc:creator>
		<pubDate>Fri, 04 Jul 2008 16:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/06/19/how-to-update-easily-and-seamlessly-an-air-application/#comment-239</guid>
		<description>Maybe I misunderstood, I thought that was the whole point, to have different version numbers in both of those documents so that you application knows that there is an update available.
Right now I have them like this:
-app.xml: Current version installed on my computer
update.xml: New version on the server.
If I change both of the numbers to be the same, then I get a message saying “No Updates Available”.
Thank you in advance for your help.</description>
		<content:encoded><![CDATA[<p>Maybe I misunderstood, I thought that was the whole point, to have different version numbers in both of those documents so that you application knows that there is an update available.<br />
Right now I have them like this:<br />
-app.xml: Current version installed on my computer<br />
update.xml: New version on the server.<br />
If I change both of the numbers to be the same, then I get a message saying “No Updates Available”.<br />
Thank you in advance for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Corlan</title>
		<link>http://corlan.org/2008/06/19/how-to-easily-and-seamlessly-update-an-air-application/#comment-194</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Fri, 04 Jul 2008 07:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/06/19/how-to-update-easily-and-seamlessly-an-air-application/#comment-194</guid>
		<description>@Rodrigo

Indeed, Sander has been right. Probably you have different versions inside of the two files: -app.xml and update.xml.</description>
		<content:encoded><![CDATA[<p>@Rodrigo</p>
<p>Indeed, Sander has been right. Probably you have different versions inside of the two files: -app.xml and update.xml.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sander Adamson</title>
		<link>http://corlan.org/2008/06/19/how-to-easily-and-seamlessly-update-an-air-application/#comment-124</link>
		<dc:creator>Sander Adamson</dc:creator>
		<pubDate>Thu, 03 Jul 2008 09:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/06/19/how-to-update-easily-and-seamlessly-an-air-application/#comment-124</guid>
		<description>My problem was that the version numbers inside update.xml and whatever-app.xml were not the same.

You can also check the subErrorId (or whatever) if you create an error handler for the DownloadError and use ApplicationUpdater instead of ApplicationUpdaterUI.</description>
		<content:encoded><![CDATA[<p>My problem was that the version numbers inside update.xml and whatever-app.xml were not the same.</p>
<p>You can also check the subErrorId (or whatever) if you create an error handler for the DownloadError and use ApplicationUpdater instead of ApplicationUpdaterUI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo Gomez-Tagle</title>
		<link>http://corlan.org/2008/06/19/how-to-easily-and-seamlessly-update-an-air-application/#comment-66</link>
		<dc:creator>Rodrigo Gomez-Tagle</dc:creator>
		<pubDate>Wed, 02 Jul 2008 23:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/06/19/how-to-update-easily-and-seamlessly-an-air-application/#comment-66</guid>
		<description>Hello,
Great article Mihai, unfortunately, I ran into the same issue that Sander Adamson had. The message "There was an error downloading the update. Error# 16824" Appeared when I tried to download my app's update. These are the things that I have tried so far.
1. Checked URLs, I am positive all URLs are correct and link properly to the update.xml and new .air file.
2. Checked I had a valid update.xml
3. Added .air MIME type to my apache server.

Any other suggestions would be really appreciated.

Cheers.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Great article Mihai, unfortunately, I ran into the same issue that Sander Adamson had. The message &#8220;There was an error downloading the update. Error# 16824&#8243; Appeared when I tried to download my app&#8217;s update. These are the things that I have tried so far.<br />
1. Checked URLs, I am positive all URLs are correct and link properly to the update.xml and new .air file.<br />
2. Checked I had a valid update.xml<br />
3. Added .air MIME type to my apache server.</p>
<p>Any other suggestions would be really appreciated.</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Corlan</title>
		<link>http://corlan.org/2008/06/19/how-to-easily-and-seamlessly-update-an-air-application/#comment-54</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Sun, 29 Jun 2008 16:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/06/19/how-to-update-easily-and-seamlessly-an-air-application/#comment-54</guid>
		<description>@Pierre
Thank you for your suggestion! Keep on eye on my blog :)</description>
		<content:encoded><![CDATA[<p>@Pierre<br />
Thank you for your suggestion! Keep on eye on my blog <img src='http://corlan.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre</title>
		<link>http://corlan.org/2008/06/19/how-to-easily-and-seamlessly-update-an-air-application/#comment-53</link>
		<dc:creator>Pierre</dc:creator>
		<pubDate>Sun, 29 Jun 2008 14:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/06/19/how-to-update-easily-and-seamlessly-an-air-application/#comment-53</guid>
		<description>In order to complite this post, It's possible to have an article on install badge?

Regards.</description>
		<content:encoded><![CDATA[<p>In order to complite this post, It&#8217;s possible to have an article on install badge?</p>
<p>Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre</title>
		<link>http://corlan.org/2008/06/19/how-to-easily-and-seamlessly-update-an-air-application/#comment-52</link>
		<dc:creator>Pierre</dc:creator>
		<pubDate>Sun, 29 Jun 2008 14:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/06/19/how-to-update-easily-and-seamlessly-an-air-application/#comment-52</guid>
		<description>Thanks for your article. Yours explcations are clear. It's a real pleasure to read a good writen post .

Code is OK.</description>
		<content:encoded><![CDATA[<p>Thanks for your article. Yours explcations are clear. It&#8217;s a real pleasure to read a good writen post .</p>
<p>Code is OK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Update your JavaScript AIR application with ease. at On the Stre@m</title>
		<link>http://corlan.org/2008/06/19/how-to-easily-and-seamlessly-update-an-air-application/#comment-51</link>
		<dc:creator>Update your JavaScript AIR application with ease. at On the Stre@m</dc:creator>
		<pubDate>Fri, 27 Jun 2008 08:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/06/19/how-to-update-easily-and-seamlessly-an-air-application/#comment-51</guid>
		<description>[...] was inspired in this article by the one written by Mihai Corlan on his blog: How to easily and seamlessly update an AIR application. The article is discussing exactly the same topic but from the Flex [...]</description>
		<content:encoded><![CDATA[<p>[...] was inspired in this article by the one written by Mihai Corlan on his blog: How to easily and seamlessly update an AIR application. The article is discussing exactly the same topic but from the Flex [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: polyGeek.com &#187; Blog Archive &#187; Using the AIR 1.1 Updater Framework</title>
		<link>http://corlan.org/2008/06/19/how-to-easily-and-seamlessly-update-an-air-application/#comment-50</link>
		<dc:creator>polyGeek.com &#187; Blog Archive &#187; Using the AIR 1.1 Updater Framework</dc:creator>
		<pubDate>Thu, 26 Jun 2008 20:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/06/19/how-to-update-easily-and-seamlessly-an-air-application/#comment-50</guid>
		<description>[...] Mihai Corlan wrote a very concise and helpful tutorial on adding this functionality to a new or exis.... I went from start to finish on his tutorial in about 15 minutes - and it was 15 minutes well spent. [...]</description>
		<content:encoded><![CDATA[<p>[...] Mihai Corlan wrote a very concise and helpful tutorial on adding this functionality to a new or exis&#8230;. I went from start to finish on his tutorial in about 15 minutes - and it was 15 minutes well spent. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Corlan</title>
		<link>http://corlan.org/2008/06/19/how-to-easily-and-seamlessly-update-an-air-application/#comment-49</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Thu, 26 Jun 2008 20:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/06/19/how-to-update-easily-and-seamlessly-an-air-application/#comment-49</guid>
		<description>@polyGeek
Thank you for your hint :) Maybe if you first copy the code into a Notepad or something and from there into your editor you get rid of the unwanted chars.</description>
		<content:encoded><![CDATA[<p>@polyGeek<br />
Thank you for your hint <img src='http://corlan.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Maybe if you first copy the code into a Notepad or something and from there into your editor you get rid of the unwanted chars.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: polyGeek</title>
		<link>http://corlan.org/2008/06/19/how-to-easily-and-seamlessly-update-an-air-application/#comment-48</link>
		<dc:creator>polyGeek</dc:creator>
		<pubDate>Thu, 26 Jun 2008 20:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/06/19/how-to-update-easily-and-seamlessly-an-air-application/#comment-48</guid>
		<description>Great, GREAT work. 

One problem that I ran into was copying the code and getting strange characters replaced here and there. Watch out for that. Maybe I should have downloaded the example files instead.

I'm starting my first serious AIR app for a client and I knew that this was the first thing I wanted to enable. I don't want to have to send out updates manually. You covered everything clearly and concisely. What a time saver this was.</description>
		<content:encoded><![CDATA[<p>Great, GREAT work. </p>
<p>One problem that I ran into was copying the code and getting strange characters replaced here and there. Watch out for that. Maybe I should have downloaded the example files instead.</p>
<p>I&#8217;m starting my first serious AIR app for a client and I knew that this was the first thing I wanted to enable. I don&#8217;t want to have to send out updates manually. You covered everything clearly and concisely. What a time saver this was.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Corlan</title>
		<link>http://corlan.org/2008/06/19/how-to-easily-and-seamlessly-update-an-air-application/#comment-47</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Thu, 26 Jun 2008 18:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/06/19/how-to-update-easily-and-seamlessly-an-air-application/#comment-47</guid>
		<description>@Sander Adamson

If you download the framework: http://download.macromedia.com/pub/labs/air/appupdater/air_appupdater_062408.zip
you will find an AIR_Update_Framework.pdf and at page 7 you can find the list of error codes.

16824 means: "Invalid update descriptor. subErrorID may provide more information."

My guess is the update.xml is not valid or something. If I were you I would try to access directly in the browser using the URL you have set in the ApplicationUpdater?</description>
		<content:encoded><![CDATA[<p>@Sander Adamson</p>
<p>If you download the framework: <a href="http://download.macromedia.com/pub/labs/air/appupdater/air_appupdater_062408.zip" onclick="javascript:pageTracker._trackPageview('a/http://download.macromedia.com/pub/labs/air/appupdater/air_appupdater_062408.zip');" rel="nofollow">http://download.macromedia.com/pub/labs/air/appupdater/air_appupdater_062408.zip</a><br />
you will find an AIR_Update_Framework.pdf and at page 7 you can find the list of error codes.</p>
<p>16824 means: &#8220;Invalid update descriptor. subErrorID may provide more information.&#8221;</p>
<p>My guess is the update.xml is not valid or something. If I were you I would try to access directly in the browser using the URL you have set in the ApplicationUpdater?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sander Adamson</title>
		<link>http://corlan.org/2008/06/19/how-to-easily-and-seamlessly-update-an-air-application/#comment-45</link>
		<dc:creator>Sander Adamson</dc:creator>
		<pubDate>Thu, 26 Jun 2008 12:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/06/19/how-to-update-easily-and-seamlessly-an-air-application/#comment-45</guid>
		<description>I tried this out, and when I tested the update I got "There was an error downloading the update. Error# 16824". Does anybody know what this means, or at least where to look up AIR error codes?</description>
		<content:encoded><![CDATA[<p>I tried this out, and when I tested the update I got &#8220;There was an error downloading the update. Error# 16824&#8243;. Does anybody know what this means, or at least where to look up AIR error codes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Corlan</title>
		<link>http://corlan.org/2008/06/19/how-to-easily-and-seamlessly-update-an-air-application/#comment-32</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Sun, 22 Jun 2008 08:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/06/19/how-to-update-easily-and-seamlessly-an-air-application/#comment-32</guid>
		<description>I hope it helped!</description>
		<content:encoded><![CDATA[<p>I hope it helped!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William from Lagos</title>
		<link>http://corlan.org/2008/06/19/how-to-easily-and-seamlessly-update-an-air-application/#comment-31</link>
		<dc:creator>William from Lagos</dc:creator>
		<pubDate>Sat, 21 Jun 2008 20:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2008/06/19/how-to-update-easily-and-seamlessly-an-air-application/#comment-31</guid>
		<description>Thanks for the info.</description>
		<content:encoded><![CDATA[<p>Thanks for the info.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
