Problem with Air 2.5 update framework "Error ID: 0 unknown update version"
OUTLINE
I am having an problem with v2.5 of the AIR update framework using the Adobe article linked below.
Building in Flash CS5.5
ERROR
The error printed in the example's UI is:
"Error ID: 0. unknown update version"
The error traced in Flash (5.5) with trace("onStatusUpdateError", event.errorID, event.subErrorID, event.text), is:
"onStatusUpdateError 16815 0 unknown update version"
Has anyone got this working with 2.5, or 2.6 please? I would be equally happy if someone showed it working in 3.x, too.
Thank-you
DETAILS
I am following the section on v 2.5 in this article:
I have successfully use the v1.5 update framework as described in the article.
I have read about and used the Update descriptor file changes in the adobe article.
This is my descriptor file:
<?xml version="1.0" encoding="utf-8"?>
<update xmlns="http://ns.adobe.com/air/framework/update/description/2.5">
<versionNumber>1.1.1</versionNumber>
<url>http://www.spiralscratch.info/air_update/updater2/air_update_flash.air</url>
<description><![CDATA[
This version has fixes for the following knowns issues:
*First issue
*Second issue
]]></description>
</update>
