Hello all,
Until now I compiled my air app with the Air 2.5 sdk.
Accordingly, my update.xml file used the following namespace: <update xmlns="http://ns.adobe.com/air/framework/update/description/2.5">
And the adobe update mechanizem worked great!
Now I want to switch to Air 2.6 sdk.
My compilation works, but when I switch the namespace to: <update xmlns="http://ns.adobe.com/air/framework/update/description/2.6">
I don't get an update.
When I ran the application in debug mode (FB4), I noticed the following error in my console: "updater error unknown update descriptor namespace".
Why does is not recognze the 2.6 namespace? Can anyone think of a reason for why this happens?
p.s
If I switch the namespace back to 2.5, I get the update window, but it fails to update (understood since the app is now compiled with the 2.6 sdk)