Flex 4.5 mxml based application not running after iOS packaging on i pad

I have created one mxml based application on flex 4.5 and make the .ipa file by iOS packaging of adt command.The command  goes as followes
adt -package -target ipa-debug -storetype pkcs12 -keystore  development_key.p12 -provisioning-profile flex_air.mobileprovision  testIphone.ipa testIphone-app.xml testIphone.swf
The .ipa files are generated in the root folder of the C:\Program Files\Adobe\Adobe Flash Builder 4.5\sdks\4.5.0\bin folder.
But when I am running that file in Ipad it is not working.Cant install that application on Ipad.
Can anybody have any solution for this??

Hi Debarghya:
As you mention "Cant install that application on Ipad." I am assuming that you can't get it on your iPad if that is the case. There are two things you should check.
1. Does your mobileprovision has your device added to it, on iTunes portal?
2. Make sure the id tag in testIphone-app.xml matches with your application identifier for which you created this provision and certificate on iTunes portal.
If the problem is that application is installed on your iPad. But when you launch you see black screen forever or application closes automatically to take you to home screen.
1. try with  -target ipa-debug-interpreter instead of -target ipa-debug and see if application starts and post your findings back.

Similar Messages

  • Applications not running after upgrade

    I upgraded to 10.6.6 from 10.5.8. All seemed well until I tried to open Aperture 3.0. Aperture, which is my lifeline, will not start. The icon jumps up and down in the dock and then I finaqlly get a error message that says it is not compatible, contact the developer or try reinstalling. I tried reinstalling, restatred and the same problem persists. I have a BU of my Aperture vault, but not of my entire 10.5.8. I very much need to get aperure running for client images. Any ideas or suggestions for fixes would be welcomed. Reading all the issues associated with 10.6.6 is Apple going to be putting out a fix soon?

    Here is what did the trick for me if others are having the same problem:
    Open the Applications folder.
    Drag the Aperture application to the Trash.
    Open the Utilities folder within the Applications folder.
    Open the Terminal application.
    On the command line, type the below command (which is case-sensitive) and then press Return:
    *sudo pkgutil --forget com.apple.pkg.Aperture*
    When prompted, enter your user password and press Return.
    Insert your Aperture disc and install Aperture.
    When finished, choose Software Update from the Apple () menu to update your software to the latest version.

  • LiveUpdate 6-not running after last update

    application not running after start win7x64, but I did not set anything and not even start
    pls. test application
    main PC:
    moth. H97
    CPU: Corei-5
    VGA: GTX 560Ti
    thx

    Hi,
    I am pretty sure you want to know what forum's experienced users think about Live Update, don't you?
    Live Update is terrible, and in most cases it's better to remove it and forget about it. It's alright to keep it installed and run to check for updates but a lot better and safer to install them manually (yourself) from MSI's product page. And forget about updating BIOS. It's as good as smashing the BIOS chip with the hammer  MFlash or Forum's tool is much safer and more efficient.
    What updates did it do? What drivers/utilities do you have installed from the CD/MSI's page?

  • Finder got an error. Application not running (-600)

    I have a LaunchAgent that calls a shell script, at login.  The shell script runs and determines the users AD container and then will runn the correct applescript application depending on the AD Container.    The applescript applications simply mount up the users network volumes, runs a few do shell scripts and then exits.
    It works and has been working for quite some time, under 10.5.x, 10.6.x, 10.7.x and even 10.8.x.  But I have started getting a few users who are getting a rather odd message in the logs that the script creates and I can't really find anything on the error message.
    "Finder got an error.  Application not running (-600)"
    If I log the user in and run the following at the command line:
    launchctl unload name.of.plist 
    It will unload the launchagent.
    If I type this at the commane line:
    launchctl load name.of.plist
    It works perfectly.  No errors.
    I can manually run the shell script it calls and that works fine.
    I can also manually double click the apps and those run fine. 
    I've changed the permissions, I've recopied, re-imaged, but I can not figure out why the script won't sometimes and gives me that error message.
    Has anyone seen this error message before and what I can try to do to fix it?
    Thank you in advanced.

    This sounds like a typical race condition, and it's impossible to solve without seeing the script.
    The issue is that your script is targetting some application that isn't available. Ordinarily AppleScript will launch an application if it's not already running, but during launch it's possible that your script is trying to target an application before it can be launched (because the user's envirnment is still loading).
    So you need to look at the script to see what it's doing, and what apps it's targeting. The fix might be as simple as adding a few delays to allow the system to finish logging in, but t's hard to say without more data.

  • Premiere Elements 12 will not run after installing on my HP laptop with Windows 7.

    Premiere Elements 12 will not run after installing on my HP laptop with Windows 7. HOWEVER, PE11, PE10 & PE 9 all run without a problem. I contacted HP, and there are NO NEW or ADDITIONAL video drivers available from HP.
    I have NEVER had a problem running ANY software on this laptop -- except for PREMIERE ELEMENTS 12!

    Premiere Elements 12 will not run after installing on my HP laptop with Windows 7. HOWEVER, PE11, PE10 & PE 9 all run without a problem. I contacted HP, and there are NO NEW or ADDITIONAL video drivers available from HP.
    I have NEVER had a problem running ANY software on this laptop -- except for PREMIERE ELEMENTS 12!

  • Safari not running after ios8 update for ipad

    I updated my Ipad with Retina display with ios8 lately and noticed that safari is not running after update. whenever i try to open it it just pop open and close immediately and automatically.
    There was no problem of this kind before the update.
    Any solution??

    If the above doesn't work:
    (A) Try reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.
    (B) Try reset all settings
    Settings>General>Reset>Reset All Settings
    Note: Data will not be affected but settings for Wi-Fi, FaceTime, Message, Home Sharing will be reset

  • Oracle automatic statistics optimizer job is not running after full import

    Hi All,
    I did a full import in our QA database, import was successful, however GATHER_STATS_JOB is not running after sep 18 2010 though its enable and scheduled, i did query last_analyzed table to check and its confirmed that it didnt ran after sep18,2010.
    Please refer below for the output
    OWNER JOB_NAME ENABL STATE START_DATE END_DATE LAST_START_DATE NEXT_RUN_D
    SYS GATHER_STATS_JOB TRUE SCHEDULED 18-09-2010 06:00:02
    Oracle defined automatic optimizer statistics collection job
    =======
    SQL> select OWNER,JOB_NAME,STATUS,REQ_START_DATE,
    to_char(ACTUAL_START_DATE, 'dd-mm-yyyy HH24:MI:SS') ACTUAL_START_DATE,RUN_DURATION
    from dba_scheduler_job_run_details where
    job_name='GATHER_STATS_JOB' order by ACTUAL_START_DATE asc; 2 3 4
    OWNER JOB_NAME STATUS REQ_START_DATE ACTUAL_START_DATE
    RUN_DURATION
    SYS GATHER_STATS_JOB SUCCEEDED 16-09-2010 22:00:00
    +000 00:00:22
    SYS GATHER_STATS_JOB SUCCEEDED 17-09-2010 22:00:02
    +000 00:00:18
    SYS GATHER_STATS_JOB SUCCEEDED 18-09-2010 06:00:02
    +000 00:00:26
    What could be the reason for GATHER_STATS_JOB job not running although its set to auto
    SQL> select dbms_stats.get_param('AUTOSTATS_TARGET') from dual;
    DBMS_STATS.GET_PARAM('AUTOSTATS_TARGET')
    AUTO
    Does anybody has this kind of experience, please share
    Apprecitate your responses
    Regards
    srh

    ?So basically you are saying is if none of the tables are changed then GATHER_STATS_JOB will not run, but i see tables are updated still the job is not running. I did >query dba_scheduler_jobs and the state of the job is true and scheduled. Please see my previous post on the output
    Am i missing anything here, do i look for some parameters settings
    So basically you are saying is if none of the tables are changed then GATHER_STATS_JOB will not run,GATHER_STATS_JOB will run and if there are any table in which there's a 10 percent change in data, it will gather statistics on that table. If no table data have changes less than 10 percent, it will not gather statistics.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14211/stats.htm#i41282
    Hope this helps.
    -Anantha

  • Premier elements 12 will not run after re-install

    Premier elements 12 will not run after re-install - it is legal and registered with adobe under my ID. WTF! The reason I re-installed it was because it could not find the internet - which is working. And premier 12 was working for a while then quit - that is why as a last ditch effort - i re-installed it. Any ideas?

    scottg
    Please review the following for possible solutions to your Premiere Elements 12 issue.
    http://www.atr935.blogspot.com/2014/04/pe12-sign-in-failure-connect-to.html
    http://www.atr935.blogspot.com/2014/04/pe12-premiere-elements-12-editor-will.html
    Looking forward to learning of your results when your schedule permits.
    Thank you.
    ATR

  • WorkerRoles not running after 1/1

    Hi! We have a problem with WorkerRoles not running after new years eve. Everything looks fine in the management portal (status running as usual), but no work is being executed. The same code and database runs fine in the local emulator.
    Has anyone else encountered this issue or have an idea of where to look for a solution?

    Thanks for your reply!
    There looks to be some logging (not my code, and the developer is unreachable atm), but all I can find are the .tsf-files when I remote into the server (tried the table2csv tool, but it doesn't output anything, including an error). I should have mentioned
    I already tried checking the event log, but there doesn't appear to be anything of relevance in there.
    If you have any other idea, that would be great! I haven't used Azure much, and this is my first issue that is not possible to replicate with the emulator..

  • Finder will not run after re-start

    Finder will not run after a re-start. Any quick fixes?

    scottg
    Please review the following for possible solutions to your Premiere Elements 12 issue.
    http://www.atr935.blogspot.com/2014/04/pe12-sign-in-failure-connect-to.html
    http://www.atr935.blogspot.com/2014/04/pe12-premiere-elements-12-editor-will.html
    Looking forward to learning of your results when your schedule permits.
    Thank you.
    ATR

  • Internet not connecting after ios 7.0.2 update on iphone 5

    Internet not connecting after ios 7.0.2 update on iphone 5

    Hi there PompasJr,
    I would recommend taking a look at the troubleshooting steps found in the article below.
    iPhone: Hardware troubleshooting
    http://support.apple.com/kb/TS2802
    Camera isn't functioning
    If the screen shows a closed lens or black image, force quit the Camera app.
    If you do not see the Camera app on the Home screen, try searching for it in Spotlight. If the camera does not show up in the search, check to make sure that Restrictions are not turned on by tappingSettings > General > Restrictions.
    Ensure the camera lens is clean and free from any obstructions. Use a microfiber polishing cloth to clean the lens.
    Third-party cases can interfere with the autofocus/exposure feature and the flash (iPhone 4 only); try removing the case if you have image-quality issues with photos.
    Try turning iPhone off and then back on.
    Tap to focus the camera on the subject. The image may pulse or briefly go in and out of focus as it adjusts.
    Try to remain steady while focusing:
    Still images: Remain steady while taking the picture. If you move too far in any direction, the camera automatically refocuses to the center. Note: If you take a picture with iPhone turned sideways, it is automatically saved in landscape orientation.
    Video: Adjust focus before you begin recording. After recording begins, you cannot readjust focus until you stop recording. Exiting the Camera application while recording will stop recording and will save the video to the Camera Roll. Note: Video-recording features are not available on original iPhone or iPhone 3G.
    If your iPhone has a front and rear camera, try switching between them to verify if the issue persists on both.
    -Griff W.

  • IMessage not working after iOS 5.1 upgrade! Feedback pls

    iMessage not working after iOS 5.1 upgrade, anybody experiencing this as well? Feedback please......

    You shouldn't have to hard restart and it shouldn't have anything to do with your router.  If anyone else runs into this problem try resetting the network settings on your phone.  All the steps to do this can be found here http://tekshot5.com/ios-5-1-imessage-fix/
    Edit: Some of us don't have the option of resetting our DNS servers.  I run my own for example for caching purposes.

  • Iphone 5 back camara not working after ios update

    My Iphone 5 back camara is not working after ios 8.1 update this morning
    Only getting some fuzzy image.
    Camara was working before the update.
    Resting the phone to factory setting restoring phone nothing seems to work
    I think this will be my last Iphone as apple never respondse in any case

    If you're expecting Apple to respond on this forum, you will have a long wait. This is a user-to-user technical support forum that is only hosted by Apple. This was made clear when you signed up. In any case, try the steps in this article to troubleshoot hardware issues (there is a camera section):
    iPhone: Hardware troubleshooting

  • TS2621 why my outgoing mail server not working after ios 6 upgraded

    why my outgoing mail server not working after ios 6 upgraded

    Ask your carrier to send you the settings over wifi and then install them that way.
    I'm on giffgaff and I used the giffgaff app from the store to sort this out.
    Overall though I must say Apple has let itself down on this as why isn't something written in the ios script that keeps the original settings??
    Very Poor indeed and I held off using Apple products for years for this very reason!!

  • IPad 2 switched off and not charging after iOS 7.1 update

    iPad 2 switched off and not charging after iOS 7.1 update. Pls help me. I have tested my charger. Its working in another device. But my iPad 2 is not charging with other adapters too. What to do??

    Hello, 92.romil. 
    Thank you for visiting Apple Support Communities.
    I would make sure you are using an Apple branded cable with your iPad.  If you are, the troubleshooting steps in the article below may help.  The steps listed below for the iPhone and iPod still apply to your iPad. 
    Resolving issues
    If your battery doesn't charge, or if your device shows a low-battery image, black screen, or "accessory not supported" alert, follow these steps.
    Inspect the connector at the bottom of the phone:
    Make sure that there are no bent pins in the connector.
    Make sure that the connector is free from debris.
    If there are bent pins or debris, please contact Apple Support.
    Otherwise, continue troubleshooting.
    Make sure that the outlet you're using works.
    Make sure that the Apple USB cable and Apple USB power adapter work.
    Plug the device in to power and let it charge for up to 30 minutes. If you don't have an Apple USB power adapter, try connecting to a computer's high-power USB 2.0 port (not a keyboard). The computer must be on.
    If the device still exhibits an issue, try turning your device off and then on again while connected to power.
    If the issue is persists, please contact Apple Support.
    iPhone and iPod touch: Charging the battery
    http://support.apple.com/kb/HT1476
    Cheers,
    Jason H.

Maybe you are looking for

  • User fonts missing from book but still in folder

    Help. My user fonts suddenly don't show up in font book. I've tried all the standard fixes. - restarted in SAFE mode. - cleared the font cache - verified the disc - repaired permissions - reinstalled both font book and the user font folder from an ol

  • Claims debacle (error) with Term Store: "Could not retrieve a valid windows identity" for all sites in a particular web app.

    When I pull up the Term store in CA or any MySite collection, it works. When I do so in any other site collection (HNSCs, incidentally), It doesn't return any term stores. My ULS log immediately before and after the "/_vti_bin/taxonomyinternalservice

  • Best method for exporting data???

    Howdy!I am exporting data from my production Essbase databases every day. I have chosen to export "ALL" data, but have not been exporting it in column format. Would someone please comment on the pro's & con's of archiving data this way?TIAJR

  • Configure User Authentication on SOAP Receiver Adapter

    Hi, I am calling a WebService that is available over the internet.  We are on PI 7.1 and I am using a Soap Receiver Adapter.  The configuration was downloaded from SAP in a partner package.  The development in the package was done on XI3.  I need to

  • How to create sub columns in interactive report

    can u tell me , how to create sub columns in interactive report. i really need it.i search lot but i dont get proper information. help plz... example : - |_____total_ persons _____| | persons | male | female | 100 200 3000 400 500 600