AIR 3.6 SDK + ASC2.0+iOS ipa-ad-hoc, error

Hi,
I have download this morning AIR SDK 3.6 with ASC2.0. (offccial relase)
1) ADL, no problems, I had to readjust a few things in the code but all works fine
2) Package targeting ipa-debug-interpreter, compiles and packages ok
3) Package targeting ipa-ad-hoc I have the following error:
[java] C:\workspace\myApp\temp\myApp-app.xml: error 304: Initial window content is invalid
Any ideas where is this coming from? (I guess it is the -app.xml but works fine targetting ipa-debug-interpreter)
This is the -app.xml:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<application xmlns="http://ns.adobe.com/air/application/3.6">
    <id>com.lessrain.MyApp</id>
    <filename>MyApp</filename>
    <name>My App</name>
    <copyright>Copyright © 2013 Less Rain LTD. All rights reserved.</copyright>
    <versionNumber>0.0.30</versionNumber>
    <initialWindow>
        <content>MyApp.swf</content>
        <systemChrome>standard</systemChrome>
        <transparent>false</transparent>
        <autoOrients>true</autoOrients>
        <fullScreen>false</fullScreen>
        <renderMode>direct</renderMode>
        <aspectRatio>portrait</aspectRatio>
        <visible>true</visible>
        <depthAndStencil>false</depthAndStencil>
    </initialWindow>
    <supportedProfiles>mobileDevice</supportedProfiles>
    <supportedLanguages>en</supportedLanguages>
    <icon>
        <image1024x1024>icons/MyApp-1024x1024.png</image1024x1024>
        <image512x512>icons/MyApp-512x512.png</image512x512>
        <image144x144>icons/MyApp-144x144.png</image144x144>
        <image114x114>icons/MyApp-114x114.png</image114x114>
        <image100x100>icons/MyApp-100x100.png</image100x100>
        <image72x72>icons/MyApp-72x72.png</image72x72>
        <image58x58>icons/MyApp-58x58.png</image58x58>
        <image57x57>icons/MyApp-57x57.png</image57x57>
        <image50x50>icons/MyApp-50x50.png</image50x50>
        <image48x48>icons/MyApp-48x48.png</image48x48>
        <image36x36>icons/MyApp-36x36.png</image36x36>
        <image29x29>icons/MyApp-29x29.png</image29x29>
    </icon>
    <iPhone>
        <InfoAdditions><![CDATA[
                <key>FacebookAppID</key>
                    <string>xxxxxxxxxxxxx</string>
                <key>UIDeviceFamily</key>
                <array>
                    <string>1</string>
                </array>
                <key>CFBundleURLTypes</key>
                    <array>
                        <dict>
                            <key>CFBundleURLSchemes</key>
                            <array>
                                <string>fbxxxxxxxxxxxxx</string>
                            </array>
                        </dict>
                    </array>
                <key>UIStatusBarStyle</key>
                <string>UIStatusBarStyleBlackOpaque</string>
                <key>UIRequiresPersistentWiFi</key>
                 <string>YES</string>
                <key>UIAppFonts</key>
                <array>
                    <string>FF_DIN_Condensed_Black.otf</string>
                </array>
                <key>UIRequiredDeviceCapabilities</key>
                <array>
                    <string>still-camera</string>
                    <string>front-facing-camera</string>
                </array>       
            ]]></InfoAdditions>
        <requestedDisplayResolution">high</requestedDisplayResolution>
    </iPhone>
    <extensions>
         <extensionID>pl.mateuszmackowiak.nativeANE.NativeAlert</extensionID>
         <extensionID>pl.mllr.extensions.nativeUtils</extensionID>
         <extensionID>com.distriqt.Compass</extensionID>
         <extensionID>com.distriqt.Camera</extensionID>
         <extensionID>com.distriqt.NetworkInfo</extensionID>
         <extensionID>net.digitalprimates.volume</extensionID>
         <extensionID>com.milkmangames.extensions.GoViral</extensionID>
    </extensions>
</application>
Thanks
Luis

Hi neh. Yes the quoates are not in the final code, I paste them in the post by mistake. I was in the proess of testingthe new attributes to exclude devices.
I'm using FDT to compile:
The ${SDK_PATH} ->SDK_PATH=C\:/Program Files/Adobe/flex_sdk_4.6.0_air36_asc2
The ${adt} -> adt=/lib/adt.jar
<target name="package-IPA-Ad-Hoc-Release" depends="prepare-iOS-settings-bundle,prepare-iOS-adHoc">
        <java jar="${SDK_PATH}${adt}" fork="true" failonerror="true">
            <arg value="-package" />
            <arg value="-target" />
            <arg value="ipa-ad-hoc" />
            <!-- NATIVE_SIGNING_OPTIONS -->
            <arg value="-provisioning-profile" />
            <arg value="certificates/${certificate.ios.adHoc.provisioning}" />
            <arg value="-storetype" />
            <arg value="pkcs12" />
            <arg value="-keystore" />
            <arg value="certificates/${certificate.ios.adHoc}" />
            <arg value="-storepass" />
            <arg value="${certificate.ios.adHoc.password}" />
            <!-- Name Of File To Create-->
            <arg value="${project.publish.path}/${build.number}/${iOS.file.publish}" />
            <!-- App Descriptor-->
            <arg value="${app.temp-descriptor}" />
            <!-- Native Extensions -->
            <arg value="-extdir" />
            <arg value="${iOS.app.extensions}" />
            <arg value="-C" />
            <arg value="${project.bin.path}/" />
            <!-- Files To Package -->
            <arg value="${compile.target}" />
            <arg value="${app.include.assets}" />
            <arg value="${app.include.icons}" />
            <arg value="Settings.bundle" />
            <!-- Splash screen -->
            <arg value="-C" />
            <arg value="${project.bin.path}/splash-screen" />
            <arg value="Default.png" />
            <arg value="[email protected]" />
            <arg value="[email protected]" />
            <!-- Include Fonts -->
            <arg value="-C" />
            <arg value="${project.temp-fonts.path}" />
            <arg value="." />
        </java>
        <delete dir="${project.temp.path}" />
        <delete dir="${project.temp-fonts.path}" />
    </target>

Similar Messages

  • Air3.7/bgra atf/target to ipa-ad-hoc/ error display

    i use air3.7/bgra atf/target to ipa-ad-hoc/ test on ipad4
    and with png2atf -r -n 0,0 -e   or    -n 0,0 -e
    the first image is correct, the second and the third is cause by stop the application use double click home button and quick start again
    it seems when stop the application something still in memory and not cleared make a confusion with the next startup

    i use air3.7/bgra atf/target to ipa-ad-hoc/ test on ipad4
    and with png2atf -r -n 0,0 -e   or    -n 0,0 -e
    the first image is correct, the second and the third is cause by stop the application use double click home button and quick start again
    it seems when stop the application something still in memory and not cleared make a confusion with the next startup

  • AIR 2.0 SDK installed but Flash Builder still giving error "NetworkInterface could not be found."

    Hi there,
    I am trying to retrieve the users MAC address to implement an authorization process on a AIR application. I have read that this is possible with the latest version of the AIR SDK (2.0).
    I am developing in Flash Builder and have discovered that it does not ship with the latest AIR SDK. Therefore I have tried two seperate solutions:
    1) Following these instructions for overlaying the latest AIR SDK onto the current Flex SDK.
    http://kb2.adobe.com/cps/495/cpsid_49532.html
    2) Downloading the latest Flex SDK (4.1) and using that.
    In both of these cases Flash Builder then recognises the NetworkInterface and NetworkInfo classes implying that the overlaying of the AIR SDK has been successfully. However when I then run the app the debugger throws an error on the following line:
    LINE:
    var results:Vector.<NetworkInterface> = NetworkInfo.networkInfo.findInterfaces();
    Note: I have imported both classes as well.
    ERROR:
    VerifyError: Error #1014: Class flash.net::NetworkInterface could not be found.
    Whilst it throws the above error it also traces the following text to the console:
    outer-scope = [global Object$ flash.events::EventDispatcher$ flash.display::DisplayObject$ flash.display::InteractiveObject$ flash.display::DisplayObjectContainer$ flash.display::Sprite$ Main$]
                           [Main[O] *[A]] {} ()
      0:debugfile "E:\Projects\ABETA\ABETA-AIRapp\flash-air\code;;Main.as"
                           [Main[O] *[A]] {} ()
      2:debugline 73
                           [Main[O] *[A]] {} ()
      4:getlocal0
                           [Main[O] *[A]] {} (Main[O])
      5:pushscope
                           [Main[O] *[A]] {Main[O]} ()
      6:debug
                           [Main[O] *[A]] {Main[O]} ()
      11:debugline 76
                           [Main[O] *[A]] {Main[O]} ()
      13:findpropstrict flash.net::NetworkInfo
                           [Main[O] *[A]] {Main[O]} (Object[A])
      15:getproperty flash.net::NetworkInfo
                           [Main[O] *[A]] {Main[O]} (*[A])
      17:getproperty networkInfo
                           [Main[O] *[A]] {Main[O]} (*[A])
      19:callproperty findInterfaces 0
                           [Main[O] *[A]] {Main[O]} (*[A])
      22:coerce __AS3__.vec::Vector
    I am not sure what steps to take next. I haven't found much about this online. The following adobe forum page is high on the google search results but when you click through it says I am unauthorized despite being logged in:
    http://forums.adobe.com/thread/528538?tstart=0
    I would greatly appreciate any advice.
    Many thanks,
    Gareth

    Be sure to check the namespace in your application.xml descriptor file.  It needs to support "http://ns.adobe.com/air/application/2.0" in order to access AIR 2 APIs at runtime.
    Hope that helps,
    Frank
    AIR Engineering

  • IOS : CRASH with version up to AIR 4.0 SDK : EXC_BAD_ACCESS (SIGSEGV) , KERN_INVALID_ADDRESS at 0x0000003c

    Hi everyone,
    I have a bad issue with the latest versions of AIR in my last app.
    I use AIR for develop this application. It's still finish for the most part of it.
    It's a simple application. I used the AIR 13.0 SDK during development.
    I didn't have any problem during all this time. 
    Tests on iOS causes the app crash at the first second of execution.
    The compilation with SDK : 4.0, 13.0, 14.0 causes the same problem.
    The crash log errors:
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Subtype: KERN_INVALID_ADDRESS at 0x0000003c
    Triggered by Thread:  0
    Libraries used :
    - MVCExpress
    - Starling
    - LoaderMax
    - TweenMax
    I tried to use an older version for test if It was due to the app...
    With compiling with AIR 3.9 SDK, the app works well on iOS.
    Everything looks okay.
    The crash happens during a simple Vector<> creation.
    And when tracing the System.freeMemory it seems to have very very low memory
    (compared to compilation with 3.9)
    But unfortunately, today, Apple didn't accept all apps compiled with old AIR version.
    and after uploading, Application Loader send an error :
    New apps and app updates submitted to the App Store must be built with the latest version of Xcode 5 from Feb1
    So, I can't submit a stable version for App Store Validation even I may have a running app
    Can someone could help me in generating a working ipa file for send this app ?

    HI,
    CFRetain
    That could be related to the Flash plugin.
    Uninstall then reinstall the Flash Player plugin then repair disk permissions.
    Uninstall Flash
    Install the most recent version of Flash here.
    Repair disk permissions...
    Launch Disk Utility. (Applications/Utilities) Select MacintoshHD in the panel on the left, select the FirstAid tab. Click: Repair Disk Permissions. When it's finished from the Menu Bar, Quit Disk Utility and restart your Mac. If you see a long list of "messages" in the permissions window, it's ok. That can be ignored. As long as you see, "Permissions Repair Complete" when it's finished... you're done. Quit Disk Utility and restart your Mac.
    Carolyn

  • Publish Air (SDK 3.8) iOS crashs

    Hi!
    I have problem with publishing air (SDK 3.8) iOs Flash CS6 application for iPhone 5.
    I have created app with classic texts, png images with actual size (is PPI required to be 72, or can it be anything), add png -icons and launch picture named "[email protected]". Tests with Flash goes right and navigation seems to be working. Flash publish ipa but application only gives white screen and crashs.
    What can be wrong?

    Hi!
    I'm still wonderin. App is realy simple "from frame to frame". It doesn't require any access. You were right that it runs perfect with Android, but not with iOS.
    I have also edited AS3 settings: text layouts default linkage is changed from RSL to "Merged into code".
    Frame 1 code is like this:
    stop();
    bt1.addEventListener(MouseEvent.CLICK, buttonClick10);
    function buttonClick10(event:MouseEvent):void{
    gotoAndStop(2);
    bt2.addEventListener(MouseEvent.CLICK, buttonClick11);
    function buttonClick11(event:MouseEvent):void{
    gotoAndStop(3);
    bt3.addEventListener(MouseEvent.CLICK, buttonClick12);
    function buttonClick12(event:MouseEvent):void{
    gotoAndStop(4);
    bt4.addEventListener(MouseEvent.CLICK, buttonClick13);
    function buttonClick13(event:MouseEvent):void{
    gotoAndStop(5);
    //scroll texts
    var where:Number =  250;
    var stageHeight:Number = 900;
    function dragOn(e:MouseEvent):void{
              var howLong:Number = e.currentTarget.height;
              //Rectangle(x,y,width, height);
              var longRec:Rectangle = new Rectangle(65, stageHeight-howLong, 0, howLong-stageHeight+where);
              e.currentTarget.startDrag(false, longRec);
    function dragOff(e:MouseEvent):void{
              e.currentTarget.stopDrag();

  • How to install AIR 3.6 SDK in FB 4.7 without breaking iOS apps

    i downloaded the the Air 3.6 SDK with compiler from the labs website, unpacked it on mac, put the contents into the AIRSDK folder under the com.adobe.flash.compiler... folder as specified. 
    relaunch FB 4.7, and it shows that the AIR SDK is now 3.6.  update my name space to use 4.6, can compile and run no problem in AIR simulator, HOWEVER, the minute i try to export an IOS app, or run in IOS simulator or do anything with IOS, it craps out and i get the mess age"AIR For Apple IOS support in Flash Builder is not support", which means something is wrong, and of course it points me to instructions for FB 4.5 which are inapplicable....
    this is extremely frustrating for me, because i am hitting a nasty bug in AIR 3.5 and hoping that adobe has fixed the iOS app generator bug that i am encountering in AIR 3.5 where my final apps just show a blank screen and don't run at all... yet work fine in the AIR and IOS simulators...
    hoping someone else has wrestled with this. How come only a few people have had this problem, and nobody has reported a solution.
    would be nice if Adobe put some effort into reducing the number of files inside FB... it is over 25,000 files, and i gotta say, that is sloppy work to have so many files and therefore thousands of dependencies. Each dependency is a link that potentially can break. Far better to use collections of files that cannot be broken.
    And the update process should be no more than replacing a folder and restarting FB. I have spent 10 hours trying to get this to work, any help towards a solution would be greatly appreciated.

    Did you try the newly released SDK from official page, rather than labs? I would also suggest running FB with Java 1.6, if you have it on Java 1.7 - FB4.7 is known to yield some quirks with new java VMs.
    Flash Builder is developed on top of Eclipse platform, which is basically a pluggable architecture - nothing wrong with that. Number of files do not really affect the overall application performance. In general you should not touch that, unless you really know what you doing and can manage all the dependencies on your own. I agree, though, that's is quite unfortunate that Adobe decided to hide the AIR SDK deep inside plugins, instead dragging it out to a top-level folder, where it's visible and available for change. It was possible with Flex SDK configured externally, so why not here?

  • Adobe AIR 3.9 beta sdk&compiler with ios 7 for windows download broken

    Hi,
    I couldn't download:
    Download AIR 3.9 SDK & Compiler for Windows — with iOS7 support (ZIP, 204 MB)
    from http://labs.adobe.com/downloads/air.html
    The download gets to about 56mb or so and then cuts out. All other downloads work fine, just this one stops. I think that maybe the file was not uploaded right.
    Cheers,
    Grant

    Hi,
    The links is active and working, looks like some network issue at your end, please try again.
    -Thanks
    Pahup

  • 9/24/2013 - AIR Runtime and SDK 3.9.0.960 Beta

    Adobe AIR Beta Channel Update
    This beta release provides access to the latest AIR runtime and SDK (with compiler) for Windows, Mac OS, iOS and Android.
    Below are some of the key features and benefits of AIR 3.9.  Please see our release notes for full details.
    Notable Fixes and Enhancements:
    3632886: [Background Execution][Mobile] Error 3768 is coming when executeInBackground is set to false with notification center pulled down, incoming call, double tab on Home button..
    3627065: [iOS7] Issue with debug dialog UI. No textfield present on dialog with -connect option and No text information with -listen option.
    About the Beta Channel
    If you would like real-time notification for announcements related to the AIR Beta Channel, please subscribe to our Twitter feed @FlashPlayerBeta, or follow the Flash Runtime Announcements forums by choosing "Follow this forum" from the right-hand menu on the Forums page.
    You can find instructions for getting started with this release here: AIR Labs Page
    We encourage you to let us know what you think on our AIR Labs Forum

    I checked the anes but there's no anes that are targeted higher.
    They work fine with previous AIR SDKs.
    However, it doesn't crash on iPad 1, iOS 5.1.1

  • I would like to inquire how to use air 2.7 sdk in flash cs5.5.

    I would like to inquire how to use air 2.7 sdk in flash cs5.5.
    I have searched some solutions online and tried to copy air2.7 content in air2.6 folder(replaced the old one). I then did some efficiency tests but I don't see any improvements at all. Did I miss anything?
    Besides that, There's a display ratio problem if I publish the ipa in landscape mode. I can't interact with the program either. But it is not a problem if the ipa is published in portrait mode.

    http://forums.adobe.com/thread/864964?tstart=0

  • FB4.7 SDK vs. AIR 3.4 SDK

    It seems that 4.6.0 SDK provided with Flash builder 4.7 is incosistent with AIR 3.4 SDK available for download:
    under 4.6.0 SDK available in FB 4.7
    - I can build my project nicely, no warnings, no errors, unit tests runs
    - when I compare this sdk to 4.6.0 sdk that is available for download on adobe sites 70% of files is different
    When I apply AIR 3.4 SDK over 4.6.0 SDK from FB 4.7
    - I have a lot of warnings (missing constructor)
    - errors: 'FlexUnitTestRunnerUI' declaration must be contained within the <Declarations> tag, since it is not assignable to the default property's type 'Array' or element type 'mx.core.IVisualElement'. FlexUnitApplication.mxml /Definitions/src/main/flex line 32 Flex Problem
    When I apply AIR 3.4 SDK over 4.6.0 SDK downloaded from http://www.adobe.com/devnet/flex/flex-sdk-download.html
    - again the same errors and warnings
    - plus: The swc '...\sdks\flex\4.6.0-AIR3.4\frameworks\libs\framework.swc' has style defaults and is in the library-path, which means dependencies will be linked in without the styles.  This can cause applications, which use the output swc, to have missing skins.  The swc should be put in the external-library-path.
    - not sure what compiler I use (ASC2? or original one)
    There is also a lot of inconsistencies with ant scripts. These releases are really unfortunate
    how to fix those errors?

    resolved in another thread http://forums.adobe.com/message/4674279
    Flash Builder 4.7 Preview already contains this same version of AIR 3.4 with ASC 2.0. It includes this SDK in a captive way tied to a speciifc plugin and is not currently intended to be customizable like a Flex SDK. For example, in the labs preview of FB 4.7, it is here on a Win 64 bit install:
    C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\eclipse\plugins\com.adobe.flash.compiler_4.7.0.345990\AIRSDK
    Note: you should not overlay "AIR 3.4 with ASC 2.0" on top of a Flex SDK. It is not a supported scenario and ASC 2.0 replaces the legacy compiler entry points.
    I'll ask our team to update the release notes to mention this.

  • No AIR 3.4 SDK?

    Hi,
    Just wondering why the AIR 3.4 SDK is not included with FB 4.7, when in fact some of it's features like using the iOS simulator require it. To me it does not make sense to not include it simply because the Flex 4.6 SDK does not require it.
    Also, the hyper link in the debug configuration dialog that is called Learn More regarding the simulator points to a dead link.

    Hi,
    Adobe Flex SDK 4.6 and Apache Flex SDK 4.8 contain AIR 3.1. When you create Flex projects using these SDKs, AIR 3.1 applications are created. And, you can't use features that are specific to AIR 3.4.
    To use the AIR 3.4 features, you can overlay the AIR 3.4 SDK on the Flex SDK. For more information, see http://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk.html
    That link is dead as of now, its a known issue. Will be fixed in the final release.
    Thanks,
    Hari

  • How to install Air 3.9 SDK into FB 3.7

    I cannot understand why Adobe doesn't make installers to update the SDK's more automatically. I have broken apps because of iOS 7, and must use the 3.9 AIR SDK to fix this problem, and resubmit my apps. What is so frustrating is to download the 3.9 Beta SDK, but have no clear instructions on how to install it into FB 3.7. Why isn't there an installer? How can a company with the massive brainpower of Adobe be incapable of writing an installer that figures out where to put the SDK?
    In my FB preferences panel, under "installed AIR SDK" the field is read-only. And it refers to a folder AIR SDK  location: /Applications/Adobe Flash Builder 4.7/eclipse/plugins/com.adobe.flash.compiler_4.7.0.349722/AIRSDK .
    And if I am just make AIR apps, do I need to be concerned with Flex? Is flex somehow related to making iOS and Android Apps in AIR? The relationship of Flex is so murky.
    Do i do an overly into the 4.6 folder ?
    Is there a newer version of FB yet?

    I have downloaded the "AIR 3.9 SDK & Compiler Beta", unzipped it and copied these files into the com.adobe.flash.compiler_4.7.0.349722/AIRSDK folder - that means a bunch of files have been replaced. (I couldn't run the command line in the Terminal, it was giving me a "can't get real path for source" error).
    Anyway, i'm NOT a Mac user, I updated to air 3.9 on Windows without problems - all I had to do was to replace air files in the sdks/4.6.0/ folder. Why must Mac be this complicated? ><
    and another question: isn't that 'tutorial" incomplete? what about the actual flex SDK that has AIR merged into it? for sure that needs to be updated, as well, so why isn't there anything about it?
    EDIT: I did succeed in the end. The problem was Mac replacing files the wrong way if you're not using the Terminal. I got it to work in the end (the Terminal), and I have used the rsync command to replace the files. For anyone still having problems with this, here's what I did:
    1. update the AIR SDK
    - duplicate your "AIRSDK" folder located at /Flash Builder 4.7/eclipse/plugins/com.adobe.flash.compiler_4.7.0.349722/ and rename it to something like "AIRSDK_backup"
    - download and unzip the AIR 3.9 SDK & Compiler Beta [link]
    - in the Terminal, navigate to the unzipped folder of the downloaded file, and run this command:
    rsync ./* -avl /Applications/Adobe\ Flash\ Builder\ 4.7/ecplise/plugins/com.adobe.flash.compiler_4.7.0.349722\AIRSDK/
    2. Update the Flex SDK
    - duplicate your "4.6.0" folder located at /Flash Builder 4.7/sdks/ and rename it to something like "4.6.0 (3.9)"
    - download and unzip the AIR 3.9 SDK for Flex Developers [link]
    - in the Terminal, navigate to the unzipped folder of the downloaded file, and run this command:
    rsync ./* -avl /Applications/Adobe\ Flash\ Builder\ 4.7/sdks/4.6.0\ (3.9)/
    That's it! Hope this helps anyone who is still stuck.
    For Windows: skip step 1 entirely and just copy/paste (replace existing files) the "AIR 3.9 SDK for Flex Developers" in /Flash Builder 4.7/sdks/4.6.0/
    p.s. adobe forums login is broken on Chrome.

  • Air 3 + FMS 4.5 + HLS = iOS app play live video? h264+aac?

    OK, I tried before with air 2.6-2.7, a live video app VP6+MP3 to the AppStore and it got rejected, because of the http-live-streaming requirement.
    So today, I installed FMS 4.5, and created stream h264+AAC, to the rtmp://myserverip/livepkgr  with stream: mystream?adbe-live-event=liveevent
    I tried openning it on iphone safari with this url and it playes with default player: http://myserverip/hls-live/livepkgr/_definst_/liveevent/mystream.m3u8
    Then I tried with same url in my iphone app (Air 3.0 sdk) to open the stream and it doesnt work, I tried f4f and f4m extensions, dont work.
    What is the URL I have to load from my app as3 to load this HLS stream into my Air3 iOS App?
    I read somewhere now it is possible, or is it not possible yet to make app that plays HLS now?

    OK, I just made it work (kind of) with StageWebView. In a way with the iphone default player it is working smoothly with h264 video and AAC audio.
    - Is this the only way to bring HLS (http-live-streaming) live video to the  Air3 sdk based iOS Apps? I looked through the HLS and HDS documents, it doesnt say anything about how to load the stream into AS3 code with rtmp://ip/live/stream kind of URL.
    - Is there any live tv apps approved to Apple AppStore with this StageWebView implementation? I am worried that that it will rejected, because it is basically just loading a html page.
    Appreciate the help in advance.

  • How can I overlay AIR 3.5 SDK in Flash Builder 4.7?

    I'm trying to overlay the new Air 3.5 sdk in Flash Builder 4.7 but the option to use specifed sdk is unavailable in the project preferences. What is the solution here?

    Hi,
    Can you please let me know whether you have overlaid it on Win/Mac?
    When you have created the mobile project what does app.xml show? for example if you have 3.5 overlaid you should be able to see something like this in app.xml
    <application xmlns="http://ns.adobe.com/air/application/3.5">
    For overlaying AIR 3.5 SDK on Flex SDK 4.6 locally following the instructions mentioned in the below url and then create a Flex Mobile project using that SDK.
    Overlay help document link : http://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk.html
    Let me know if you need more information.
    Thanks,
    Hari

  • TS3274 iPad iOS 7.0.2 does not Trust to iTunes [11.1.1(11)] on MacBook Air 10.8.5 to iPad iOS 7.0.2

    When trying to link iTunes [11.1.1(11)] on MacBook Air 10.8.5 to iPad iOS 7.0.2, even when I choose TRUST fails to connect indicating that my computer does not have permission. Even I choose TRUST, i end up with "iTunes could not connect to this iPad. You do not have permission." This is a new MacBook Air and i have recently migrated from MacBook Pro. It seems that there is a solution for this on PC but I am failing to find a thread on my specific problem. I can access to my photos and the iPad does charge. So the problem appears to be one of iTunes. I tried all the basic fixes of turning on/off both devices. I also used Disk Repair Utility to verify and repair permission—to no avail. Any help would be appreciated.

    Thank you for your reply :-),
    I think I read the instructions carefully and understood that this upgrade applies only to Snow Leopard 10.6.8 and up. I only have Lepord 10.5.8 on a MacBook Intel Duo Core.
    Can I do this upgarde as well?

Maybe you are looking for

  • Passing Variable Number of Parameters to Cobol Stored Procedure

    Hi. I have a web front end that needs to access several different tables via Cobol stored procedures. It seems simple enough to call the stored procedures straight away (DAO Pattern perhaps?) but my boss is insistent on having an intermediate Cobol p

  • Itunes refund did not work

    I bought a music album for $15.99 on iTunes using a gift card accidentally  and iTunes sent me an email saying that they refunded it. I checked my store credit and i did not receive the refund.I also tried to purchase some music on iTunes that was le

  • Decentralized Collections in FSCM

    Hi Experts, I have a question on distribution of open items in Collections Management. In FI each locations are created as profit centers and a customer can be served in more than one location, meaning a customer can have open items in two different

  • Clonning Using RMAN

    I am trying to clone 10g database from one windows machine to another windows machine. I am using RMAN for this purpose. I have carried out following steps in order to do so .. On machine - 1 1. Done alter system switch logfile thrice; 2. Shutdown Im

  • Financial Analytics List of Out of Box Dashboards and Reports

    We are trying to implement Financial Analytics and our business users like to see all out of box available dashboards and reports (mock ups or something) before we stand up the OBI Apps solution. This is running against EBS. Appreciate any links or p