
Air 3.4 Beta and Direct AIR Deployment using ADT
I suppose most of you saw the news:
http://www.bytearray.org/?p=4516The 3.4 Beta release of AIR brings a few interresting new features.
I Knew workers were on the way, but the iOS Notification support and direct deployment features are very welcome.
Until Flashdevelop updates with those new features, and following some instructions
from there, I updated the ios-package section of the Run.bat file to this:
Code:
set PLATFORM=ios
call bat\Packager.bat
echo Installing %OUTPUT% on the device...
echo.
adt -installApp -platform ios -device f084**********************4455d -package %OUTPUT%
Where the f084**********************4455d ( of course the stars are replacing some real characters ) is the result of the number found throw the
adt -devices -platform ios command
But I get this result:
Invalid <device> specifiedHas anybody else tried the new SDK, and can confirm there is a problem, or correct me?
Thank you.