Flash CS5.5 to iOS error 103: application.version is an unexpected element/attribute

Hello,
I am trying to publish from a flash file, an .ipa file  to use in ipad and iphone, but keep receiving the "error 103:  application.version is an unexpected element/attribute" error message.
I  already publish the app in flash CS5 and it was ok but today i install  CS5.5 and the error does not alow me to publish the same file...
Is it an Air ADL problem?
Any suggestions?
Thanks

I don't know if it's an official bug.... Adn I don't know if they will really solve it...
I called 3 times to Adobe Phone Support. I've never been told that it was an official bug. Nobody seemed to know about that bug....
1st call: They told me to go to www.adobe.com/devnet/, saying that I will find the solution there... I found nothing.
2nd call: They told me to call Apple... They said I need a Flash CS5.5 certificate... Of course, Apple does not deliver "Flash CS5.5 certificates". I guess they just wanted to get rid of me...
3rd call: They gave me a phone number to call the Flash Developers Support Center. That phone number was not working....
Each time, I asked them if they can send me a Flash CS5 version, which was working well. They always said it was impossible.
I really need to be able to publish iPhone apps as fast as possible, otherwise I will lose a big contract...
I think my next call will be to my bank... to cancel the payment I made on my credit card to purchase that Flash CS5.5 software.

Similar Messages

  • Flash CS5.5 error 103: application.version is an unexpected element/attribute

    Hello,
    I am trying to publish from a flash file, an .ipa file to use in ipad and iphone, but keep receiving the "error 103: application.version is an unexpected element/attribute" error message.
    I already publish the app in flash CS5 and it was ok but today i install CS5.5 and the error does not alow me to publish the same file...
    Is it an Air ADL problem?
    Any suggestions?
    Thanks

    The name of app.
    Ex: XXXXXXXX.appname
    Use "appname".
    But error is related to version number in app xml.

  • Error 103: application.version is an unexpected element/attribute

    Hi guys, while i'm publishing iOS app from Flash, i get that thing
    Unexpected or unknown element or attribute in the application descriptor file.
    /Users/stockingem/Documents/DWP/1-app.xml(44): error 103: application.version is an unexpected element/attribute
    application.version is an unexpected element/attribute
    please, help to solve it!

    <?xml version="1.0" encoding="utf-8"?>
    <application xmlns="http://ns.adobe.com/air/application/2.6">
        <id>test1</id>
        <versionNumber>1.2.0</versionNumber>
        <filename>Untitled-1</filename>
        <description></description>
        <!-- To localize the description, use the following format for the description element.
        <description>
            <text xml:lang="en">English App description goes here</text>
            <text xml:lang="fr">French App description goes here</text>
            <text xml:lang="ja">Japanese App description goes here</text>
        </description>
        -->
        <name>Untitled-1</name>
        <!-- To localize the name, use the following format for the name element.
        <name>
            <text xml:lang="en">English App name goes here</text>
            <text xml:lang="fr">French App name goes here</text>
            <text xml:lang="ja">Japanese App name goes here</text>
        </name>
        -->
        <copyright></copyright>
        <initialWindow>
            <content>Untitled-1.swf</content>
            <systemChrome>standard</systemChrome>
            <transparent>false</transparent>
            <visible>true</visible>
            <fullScreen>true</fullScreen>
            <autoOrients>false</autoOrients>
            <aspectRatio>portrait</aspectRatio>
            <renderMode>auto</renderMode>
        </initialWindow>
        <customUpdateUI>false</customUpdateUI>
        <allowBrowserInvocation>false</allowBrowserInvocation>
        <icon>
            <image29x29>AppIconsForPublish/dwp.png</image29x29>
        </icon>
        <iPhone>
            <requestedDisplayResolution>standard</requestedDisplayResolution>
            <InfoAdditions><![CDATA[<key>UIDeviceFamily</key><array><string>1</string></array>]]></In foAdditions>
        </iPhone>
        <version>1.2</version>
    </application>

  • Entitlements in file Descriptor : Error 103 "application.iPhone.Entitlements..unexpected elements"

    Hi,
    I need to set Entitlements key in file descriptor.
    If i include <Entitlements> section ADT says "error 103: application.iPhone.Entitlements is an unexpected element/attribute" !!
    But in documentation there is this Element : http://help.adobe.com/en_US/air/build/WSfffb011ac560372f2fea1812938a6e463-8000.html#WSd6d4 f896b3a8801b-3c9d92f81393051c54c-8000
    My File Descriptor (without <Entitlements> section it works good):
    <?xml version="1.0" encoding="utf-8" ?>
    <application xmlns="http://ns.adobe.com/air/application/3.0">
        <id>com.truc.test2</id>
        <name>Hello World iOS</name>
        <versionNumber>1.0.1</versionNumber>
        <filename>Comp1</filename>
        <supportedProfiles>mobileDevice</supportedProfiles>
        <initialWindow>
            <content>CompIPad.swf</content>
            <title>Comp1</title>
        </initialWindow>
        <iPhone>
                 <Entitlements>
                    <![CDATA[
                       <key>aps-environment</key>
                       <string>development</string>
                    ]]>
                 </Entitlements>
                           <InfoAdditions>
                                      <![CDATA[
                                                                <key>UIDeviceFamily</key>
                                                                <array>
                                                                    <string>2</string>
                                                                </array>
                                      ]]>
                                  </InfoAdditions>
                                  <requestedDisplayResolution>high</requestedDisplayResolution>
                         </iPhone>
        <icon>
            <image29x29>icons/icon_29.png</image29x29>
            <image57x57>icons/icon_57.png</image57x57>
            <image72x72>icons/icon_72.png</image72x72>
            <image512x512>icons/icon_512.png</image512x512>
        </icon>
    </application>
    How can i do ?
    Regards
    System: Windows Seven
    Trying with Adobe Air SDK 3.4 and 3.5 beta (same problem)

    Entitlements tag was introduced in namespace 3.1. Please update your app descriptor to use namespace 3.1 or above.
    <application xmlns="http://ns.adobe.com/air/application/3.1">
    -Neha

  • Error 103: application.initialWindow.autoOrients is an unexpected element/attribute

    Hello.
    I'm using Flash Builder 4.5 to experiment with building a mobile app for my Android Nexus One.  In order to keep the app in landscape mode, regardless of the orientation of the device, I've read that I need to set the following in the "AppName-app.xml" file:
    <aspectRatio>landscape</aspectRatio>
    <autoOrients>false</autoOrients>
    And this does work fine in the debugger, however when I attempt to test it on my connected device it throws this error:
    Error occurred while packaging the application:
    D:\Projects\FlexMobile\AppName\bin-debug\AppName-app.xml(108): error 103: application.initialWindow.autoOrients is an unexpected element/attribute
    I know that I'm able to build and test apps on my device, as I've been through the Flex Test Drive for Mobile tutorial (http://www.adobe.com/devnet/flex/testdrivemobile.html) and was able to build and run that app with no issues and this app I'm currently working on does run on the device if I do not attempt to restrict the auto orientation.
    Thank you.
    (Note:  I'm re-posting this from the Flex SDK > Developers forum.)

    User rblaa provided that answer in http://forums.adobe.com/thread/858772.
    The <autoOrients> node (along with several others) occours twice in the generated -app.xml file.  Do not un-comment the first instance, instead edit the parameters set in the second already un-commented autoOrients node.

  • Error 103: application.initialWindow.initialOrientation

    Hi,
    I get an error packaging an AIR app with adt with the initialOrientation element:
    error 103: application.initialWindow.initialOrientation is an unexpected element/attribute
    Based on the documentation, I should be able to set the orientation for the app to portrait. I'm testing on a Nexus One with Froyo (FRF91).
    For the initialWindow element, I have the following content:
    <initialWindow>
    <content>HelloWorld.swf</content>
    <visible>true</visible>
    <fullScreen>true</fullScreen>
    <initialOrientation>portrait</initialOrientation>
    <autoOrients>false</autoOrients>
    </initialWindow>
    I'm using AIR 2.5 AIR for Android Builds [08/02/10].
    Thanks,
    Raju

    I'm using adt version "2.5.0.15980".

  • Error:  The Application Conduit Manager quit unexpectedly

    When trying to perform a HotSync using my Treo 700p, I'm suddenly getting this error: "The Application Conduit Manager quit unexpectedly." I have recently been sent a new Treo to replace a defective Treo, but until I received this new Treo, I have been syncing without problems for over 18 months.
    Let me know if anyone has had similar problems and any solutions that you have successfully used.
    Thanks!

    If you are saying that you synchronize a single Palm device BOTH at work and at home, you've likely explained why your data has become corrupted. A Palm device was not intended to be, and should never be used as, a 'data carrier' or storage device to move records from one Macintosh to another. To do so will almost always result in serious data corruption over time, the duplication of records and so on.
    It can be less problematic to synchronize with a Windows platform on one end and a Macintosh on another, but I don't recommend that, as—once again—it places your records at risk.
    Keep in mind that the problematic record or records are on your device, not in iCal, as demonstrated by the Conduit Manager warning. There may also be records corrupted in iCal on your Power Macintosh G5, but that's another issue.
    You can correct the G5 issue, but first, it is important for you to outline just what you are presently—and have historically—been doing to 'synchronize' your home and work machines.

  • Application.description.text is an unexpected element/attribute

    The XML syntax described in "developing air apps with html
    and ajax.pdf" clearly suggests the following pattern:
    <description><text
    xml:lang="foo">bar</text></description>
    However, ADT, when used to build an .air package from such an
    app.xml, suggests that "application.description.text is an
    unexpected element/attribute" (error 103).
    Sure, this is Alpha (at least under Linux which I'm running),
    but out of curiosity, which one is out of date, ADT or the
    documentation?

    The Linux alpha didn't support this capability; it's your
    copy of adt that's old w.r.t. the documentation you're reading.

  • FLASH CS5: JAVA RUNTIME ERROR

    Hi Guys!
    I'm facing a serious problem that I can't figure out how to solve it!
    I installed the Flash CS5 trial and each time I launch the application, a windows with the message (error initializing java runtime and may need to reinstall Flash )
    That's making 6 times that I reinstall Flash CS5, Java 6.21, unisntall, install from CS5 Suite, single Flash CS5 and always the same problem.
    I use Windows 7 X86
    I tried to find the solution all around the web, the Adobe support and nothing seems to point out the solution!
    Is there someone here that can help?
    Cheers!

    Please check the following links for some answers
    http://blog.tukker.org/2008/05/23/flash-cs3-error-initalizing-java-runtime-environment/
    http://www.actionscript.org/forums/showthread.php3?t=214122
    http://wiki.answers.com/Q/Error_initializing_java_runtime_environment_you_may_need_to_rein stall_flash
    I think the idea is that Flash AS3 compiler needs JRE to compile swfs, so please update to the latest JRE version for CS5 to work. You would not need to install, CS5 Flash again and again.
    Karthik

  • How do I localize Flash CS5.5 iOS app to one language

    What method or process do I use to set an iOS app to only one language?
    I recently had an iPad app written in Flash CS5.5 approved at the iTunes app store. I noticed at the iTunes store, it indicates that my app is localized in 14 different languages. I never set this up; it seems that there is a process that automatically adds several default language localizations to the ipa binary when the file is published. I tried the strings panel, used a var to set the localID, went into the SDK for flex and flash builder and deleted the locales (could not find anything similar for Flash itself), but none of this seems to prevent Flash from adding the language defaults. I have found many examples on how to localize my app for several languages, but nothing on how to set it to only one.
    Thanks much, Jon

    Well, I followed the iOS language list in iTunes thread   in this forum and was able to get rid of them all. I have to say that not any single reply in the thread was exactly right. It took a combination of Saumitra Bhave's and spinlight's replies and mass of trial and error to get it all to work. Even the App loader utility came up as obsolete! I have uploaded the updated binary to Apple and am awaiting their approval. The biggest issue is the placement of and actual coding in the entitlements plist; spinlight had the right idea, but, at least in my case, was coded out a bit different. Also, it was not exactly apparent that you had to use the teminal untility to recodesign the app after tearing it apart. Thank the heavens I have a least a basic understanding of how things work on the Mac and was able to puzzle it out. If Apple approves the app and all things look good, I will follow up here with what I did. Of course, if Adobe would kill this bug with a giant can of bug spray, this crazy work around wouldn't be needed...
    Thanks much,  Jon

  • Flash CS5 + DatagramSocket class error

    As you all know, Flash CS5 is now released. It is confusing me as AIR2.0 is still in beta.
    I tried to use DatagramSocket class but failed
    import flash.net.DatagramSocket
    Up to this point, evrythings ok
    var ds:DatagramSocket = new Datagramsocket()    
    FAILED.
    VerifyError: Error #1014: Class flash.net::DatagramSocket could not be found.
        at runtime::ContentPlayer/loadInitialContent()
        at runtime::ContentPlayer/playRawContent()
        at runtime::ContentPlayer/playContent()
        at runtime::AppRunner/run()
        at global/runtime::ADLEntry()
    I tried replacing the air2 beta 1,air2 beta 2 as stated in the release note but it still fialed..
    Any idea anyone?
    Message was edited by: exerter

    Please check the following links for some answers
    http://blog.tukker.org/2008/05/23/flash-cs3-error-initalizing-java-runtime-environment/
    http://www.actionscript.org/forums/showthread.php3?t=214122
    http://wiki.answers.com/Q/Error_initializing_java_runtime_environment_you_may_need_to_rein stall_flash
    I think the idea is that Flash AS3 compiler needs JRE to compile swfs, so please update to the latest JRE version for CS5 to work. You would not need to install, CS5 Flash again and again.
    Karthik

  • Flash CS5.5 Memory Errors

    Running Flash CS5.5 on the following system:
    Win7, 64-bit
    Core i7
    12 GB
    I am experiencing numerous soft crashes and occasional hard crashes associated with claim of "insufficient memory"..."out of memory" etc.
    Same exact file in my old version of CS3 on the same system has no such problems.
    I've been a Flash developer since 2002, but it's getting hard to defend the validity of Flash as a development environment with this type of performance.
    Please advise on what I can do about this...

    Sukhbir,
    Thanks for taking the time to address this...
    Yes, it is happening to several of my larger files under development.
    Particularly any file with many library items (for example, a .png series mimicking an animation).
    See attached example...try opening any of the larger MC's ...eg. mc_animNutrients ...and clicking on the higher frames of the series.
    We can conduct a GoToMeeting session and I can show you on my machine...just let me know, I have an account.
    At the time of crash, system resources are at 30% utilization ( I have 12 GB RAM) ...so that should not be an issue...
    I don't think this is the issue, but just in case, is there a way to allocate more memory to Flash like in Photoshop CS5.1?

  • Flash CS5.5 iOS scale and arrange content on device rotation

    Hello All-
    I am new to developing iPad/iPhone apps, and am currently using Flash CS5.5 to create an iPad app for a client. Basically, the app is a multipage form with tons of radios, text fields, and text areas. It has a header and footer with some vector graphics. So here is my problem.
    In my publish settings, i have "Auto-Rotation" checked, which works fine. The native dimensions of the app is H: 1024 W:768, so when it rotates now, it just scales everything so all the content when in landscape mode fits on the screen. But what I want is when the iPad is rotated, I want the header and footers to scale to fit the entire screen, and I want all the form areas to stay the same size. This obviously would require the user to have to "pan" up and down to see all the fields of the form.
    I attempted to use the "code snippets" to accomplish this, but it really made things quite screwy. If anyone has any sites, tutorials, or groups that address this, or if you know how to fix this, I would GREATLY appreciate your feedback.
    Thank you for your time,
    - Scott V.

    Thank you for your responses they were helpful.
    I found this article, http://www.adobe.com/devnet/flash/articles/screen_orientation_apis.html , which definitely helped. I ended up going with what they suggested in it, by creating two seperate movieclips that are designed for either landscape mode, or portrait mode. Pretty simple fix. Easier then rearranging all the form elements dynamically.
    Thank you,
    Scott

  • AIR Publish for iOS Error: Install application on the connected iOS device

    OK, I've been having this issue sporadically for a pretty long time now, I'm talking months if not over a year. Currently I am using Adobe Flash Pro CS 6 on a PC with Windows 8, AIR 4.0.0.1390 SDK installed. Sometimes, when publishing the App and having "Install the application on the connected iOS device" checked I receive the following error message although the iPad is connected with 2.5 GB available:
    "Error creating files.
    Uninstallation Error: Failed to send request to device.
    Device Error: please check if there is enough space on the device."
    I have found absolutely no rhyme or reason for this to occur. Sometimes it will, sometimes it won't, but I just tried publishing with install about four times, having unplugged the iPad, removed the previous App manually, closed the previously installed App, closed and reopened Flash, and it still won't install. Usually I can get it to install after a couple tries, thus dampening my urge to post a thread but I've now been driven to write due to the number of errors.
    Oddly a Google search for "Uninstallation Error: Failed to send request to device." yields no results, am I the only receiving this message?
    I keep hoping that new releases of AIR will resolve this issue but alas, no such luck. Anyone have a fix for this or able to confirm similar frustrations? I am currently using a first generation iPad, but have also experienced similar issues with third generation iPad.

    I'm also getting the error in the post above when trying to publish and install with AIR 15.0.0.302 on an iPAD 2 iOS 8.0.2:
         Error creating files.
         Uninstallation Error: APIInternalError.
         Device Error: please check if there is enough space on the device.
    - and I have 6.3GB of space, so I know that isn't the issue. I'm even attempting to compile a completely brand new (empty) fla, but the error persists. I've also tried to compile an ipa with AIR 14 and receive the same error. Possibly this has something to do with the latest iOS?

  • Flash CS5.5 Compiler Errors

    Just upgraded from CS5 to CS5.5
    Code that worked in CS5 now gives compiler errors:
    Symbol 'VideoPlayerMC', Layer 'Layer 2', Frame 1, Line 21     1119: Access  of possibly undefined property state through a reference with static  type flash.events:VideoEvent.
    Symbol 'VideoPlayerMC', Layer 'Layer 2', Frame 1, Line 42     1119: Access  of possibly undefined property PLAYHEAD_UPDATE through a reference with  static type Class.
    etc....
    Problem only seems to happen if I publish to Flash Player 10.2
    or to Air for IOS

    one could also use following ( works in FP 11.2 and probably in air2.5+ ):
    flvPlayback.addEventListener( fl.video.VideoEvent.PLAYHEAD_UPDATE, videoEventHandler, false, 0, true);
    function videoEventHandler( v:fl.video.VideoEvent ):void
        switch ( v.type )
            case fl.video.VideoEvent.PLAYHEAD_UPDATE:
                trace ( v.playheadTime );
                break;
    Its probably conflicting with flash.events.VideoEvent.
    Code formating

Maybe you are looking for

  • CAST function in Oracle Forms9i Version 9.0.2.9.0

    Hi, When trying to compile a procedure with line SELECT * FROM TABLE(CAST(pl_tbl_employee AS sc_typ_employee)) I get the following error "Implmentation restirction(may be temporary)ADT or schema level collection not supported at the client side with

  • Why are Setup Assistant and Migration Assistant forcing me to copy everything from an old mac?

    Hi, I just bought a new Mac Mini (Late 2014, ships with Yosemite) to replace a defunct MacBook Pro (Late 2008, last ran 10.8.5).  I have a local administrative user account and some server and network data that I want to migrate from the latest Time

  • Migration of update rules to transformations

    Hi Experts, We are in process of migrating update rules to Transformations. We have following data flow for one info cube. *Existing* Data source - >transfer Rules--->info source->update rules-- >cube New Data source - >transformations---- >cube When

  • ICal events being deleted when syncing with Palm Zire 21

    I have been syncing my Palm Zire 21 with iCal successfully for over a year with few problems. A few weeks ago I noticed that almost, but not all of the events on both the Palm device and iCal more than three months old were gone. Then, a few weeks la

  • Changing Appointment STOP Time From One Hour to Half-Hour.

    On my desktop and on my Centro, appointment "stop" times always default to one hour from the "start" time. I would like to change this so the default is to a half-hour interval. However, I cannot find a setting for this, either on my desktop or on th