App says it downloaded, but doesn't show up

I went to the App Store and downloaded an app, and it showed it downloading in the App Store, but it won't display on the home screen. If I hit the open button in the App Store, it does nothing. In the usage menu, I can find its icon, but with no name. When I deleted it, it called it "(null)". But when I re-downloaded, it did the same thing. It even shows that it has 39.7 MB but it's "null". What in the world is going on?

Try giving your iPad a reset. Hold down the sleep and home keys for about 20 seconds. When you see the silver apple, let go and let it reboot. Once it reboots try again and see if you can see the app.

Similar Messages

  •  App says its installed but doesn't show up On iPhone

    I am trying to get an App installed correctly. I thought everything went okay, but the app disappeared. Under apps installed on my phone(iTunes) it shows up as checked. Is there a way for me to completely get rid of all traces of the app on my phone to get it working?
    I can SSH if I needed
    Thanks
    Iphone 3Gs 3.0.

    Try giving your iPad a reset. Hold down the sleep and home keys for about 20 seconds. When you see the silver apple, let go and let it reboot. Once it reboots try again and see if you can see the app.

  • HT4539 Why I can download from iCloud on 1 iPod but not the other. It says downloaded but doesn't show up in music...

    I can download from iCloud to one iPod but not the other.  It says downloaded but doesn't show up in music...

    I'm not sure what you mean by the "music library" - are you looking in the Music app?  Or the iTunes app (which is not the one to be looking in)?

  • TS3899 Mail will not download in the other account in email says it is downloading but doesn't show its downloaded

    I had this problem before back in the end of November and all of December mail will stop loading and doesn't show up this in the account settings OTHER . I have deleted the account and reloaded it did a hard restart still the same it starts and says downloading but it doesn't show up on the phone this is doing the same thing on my ipad also . So one would think it is the server for my email account it is not because it works fine on my mack air and also the imac so I'm confused what would be the next step any ideas ?

    Use the links in the iTunes Music Store itself to tell them of the problem. Or the links under the help menu of iTunes.

  • HT1725 song says its downloaded but doesn't play.

    song is downloaded. Says its 4 minutes but it doesn't play even 1 second.It just skips to next song. I can't redownload it because it says it's already downloaded to this computer.

    Yes you can re download
    Delete the faulty file
    Go to the itunes store. Select Purchased from Quick links on the right
    Navigate to the music you want and click the cloud button to download

  • Icons in JAR are downloaded but doesn't show up in application

    I've tried following all the advice in the Deploying icons on the web guide, but there's just something not quite right.
    What goes right:
    From java console: "Downloading http://oiatst01.tdk.dk:7778/forms90images/kassimages.jar to JAR cache"
    And I can see the file in the Oracle Jar Cache. I can also type in the url and get the kassimages.jar file. It's there and it's accessible.
    That also means the virtual folder /forms90images/ works properly:
    Alias /forms90images/ "E:\KASSForms\gifer/"
    Registry.dat / default.dat has:
    default.icons.iconpath=/forms90images/
    default.icons.iconextension=gif
    In the HTML substitutions are made correctly:
    <PARAM NAME="imageBase" VALUE="codeBase">
    and
    <EMBED ....imageBase="codeBase" ...>
    formsweb.cfg has:
    archive_jini=f90all_jinit.jar,/forms90images/kassimages.jar
    archive_ie=f90all.cab,/forms90images/kassimages.jar
    archive=f90all.jar,/forms90images/kassimages.jar
    # 3) Values for the Forms applet parameters:
    serverURL=/forms90/l90servlet
    codebase=/forms90/java
    imageBase=codeBase
    Errors are:
    ORACLE_HOME/Apache/Apache/logs/error_log: "File does not exist: e:/kassforms/gifer/last.gif"
    It's as if it's not using the JAR file, and the tricky thing is that if I place the actual "last.gif" file inside the folder e:/kassforms... it shows up! Now, it isn't even supposed to do that as imagebase=codebase. It's not supposed to even LOOK at the files.
    # java console start #
    Loading http://oiatst01.tdk.dk:7778/forms90/webutil/webutil.jar from JAR cache
    Loading http://oiatst01.tdk.dk:7778/forms90/webutil/jacob.jar from JAR cache
    Loading http://oiatst01.tdk.dk:7778/forms90/java/f90all_jinit.jar from JAR cache
    RegisterWebUtil - Loading Webutil Version 1.0.2 Beta
    Loading http://oiatst01.tdk.dk:7778/forms90images/kassimages.jar from JAR cache
    Loading http://oiatst01.tdk.dk:7778/forms90/java/SmileyBridge.jar from JAR cache
    connectMode=HTTP, native.
    MessageManager: key VERSION bundle oracle.forms.engine.RunformBundle exception java.lang.IllegalArgumentException: unknown format type at
    [[[Note here: I don't know what the MessageManager is talking about here as the error message isn't complete. I _may_ be related to wrong parameters in formsweb.cfg or some such]]]
    # java console end #
    Sincerely,
    Jesper Vad Kristensen
    Aarhus, Denmark

    If I change the line:
    codebase=/forms90/java
    to:
    codebase=/forms90images/
    Then my iAS stops working, and I guess it's because the other jars can't be found now (jinit for example). Maybe it uses the /forms90/java path for both. It kinda seems that I need a separate instruction that tells the imageBase parameter where to look in the file system. I don't know how to do that?!
    Maybe it's simply impossible to locate the image jar file anywhere else but in the standard directory where the other jars are located?
    Sincerely,
    Jesper Vad Kristensen
    Aarhus, Denmark
    PS: the html page used is:
    <HTML>
    <!-- FILE: webutiljini.htm (Oracle Forms) -->
    <!-- -->
    <!-- This is the a HTML template file for running a form on the -->
    <!-- web using JInitiator-style tags to include the Forms applet. -->
    <!-- and a certificate regsitration applet for the WebUtil utility -->
    <!-- -->
    <!-- IMPORTANT NOTES: -->
    <!-- Default values for all the variables which appear below -->
    <!-- (enclosed in percent characters) are defined in the servlet -->
    <!-- configuration file (formsweb.cfg). It is preferable to make -->
    <!-- changes in that file where possible, rather than this one. -->
    <!-- -->
    <!-- This file uses several extra tags that are not present in the -->
    <!-- default template files. You should ensure that these are -->
    <!-- present in the configuration that uses this template -->
    <!-- The extra substitution Tags are: -->
    <!-- %webUtilArchive% = jar file containing the WebUtil code -->
    <!-- (by default this should be webutil.jar) -->
    <!-- %WebUtilLogging% = Defines the current logging mode. -->
    <!-- Valid values: off|on|console|server|all -->
    <!-- (on == console) -->
    <!-- %WebUtilErrorAlert% = Should errors be displayed in an alert -->
    <!-- as well as the programmer defined -->
    <!-- locations -->
    <!-- Valid values: true|yes|false|no -->
    <HEAD><TITLE>%pageTitle%</TITLE></HEAD>
    <BODY %HTMLbodyAttrs%>
    %HTMLbeforeForm%
    <!-- Registration applet definition (start) -->
    <OBJECT classid="%jinit_classid%"
    codebase="/forms90/jinitiator/%jinit_exename%"
    WIDTH="0"
    HEIGHT="0"
    HSPACE="0"
    VSPACE="0">
    <PARAM NAME="TYPE" VALUE="%jinit_mimetype%">
    <PARAM NAME="CODEBASE" VALUE="%codebase%">
    <PARAM NAME="CODE" VALUE="oracle.forms.webutil.common.RegisterWebUtil" >
    <PARAM NAME="ARCHIVE" VALUE="%webUtilArchive%" >
    <COMMENT>
    <EMBED SRC="" PLUGINSPAGE="%jinit_download_page%"
    TYPE="%jinit_mimetype%"
    java_codebase="%codebase%"
    java_code="oracle.forms.webutil.common.RegisterWebUtil"
    java_archive="%webUtilArchive%"
    WIDTH="0"
    HEIGHT="0"
    HSPACE="0"
    VSPACE="0"
    >
    <NOEMBED>
    </COMMENT>
    </NOEMBED></EMBED>
    </OBJECT>
    <!-- Registration applet definition (end) -->
    <!-- Forms applet definition (start) -->
    <OBJECT classid="%jinit_classid%"
    codebase="/forms90/jinitiator/%jinit_exename%"
    WIDTH="%Width%"
    HEIGHT="%Height%"
    HSPACE="0"
    VSPACE="0">
    <PARAM NAME="TYPE" VALUE="%jinit_mimetype%">
    <PARAM NAME="CODEBASE" VALUE="%codebase%">
    <PARAM NAME="CODE" VALUE="oracle.forms.engine.Main" >
    <PARAM NAME="ARCHIVE" VALUE="%archive_jini%,%webUtilArchive%" >
    <PARAM NAME="serverURL" VALUE="%serverURL%">
    <PARAM NAME="networkRetries" VALUE="%networkRetries%">
    <PARAM NAME="serverArgs"
    VALUE="module=%form% userid=%userid% sso_userid=%sso_userid% %otherParams%">
    <PARAM NAME="heartBeat" VALUE="5">
    <PARAM NAME="separateFrame" VALUE="%separateFrame%">
    <PARAM NAME="splashScreen" VALUE="%splashScreen%">
    <PARAM NAME="background" VALUE="%background%">
    <PARAM NAME="lookAndFeel" VALUE="%lookAndFeel%">
    <PARAM NAME="colorScheme" VALUE="%colorScheme%">
    <PARAM NAME="serverApp" VALUE="%serverApp%">
    <PARAM NAME="logo" VALUE="%logo%">
    <PARAM NAME="imageBase" VALUE="%imageBase%">
    <PARAM NAME="WebUtilLogging" VALUE="%WebUtilLogging%">
    <PARAM NAME="WebUtilLoggingDetail" VALUE="%WebUtilLoggingDetail%">
    <PARAM NAME="WebUtilErrorMode" VALUE="%WebUtilErrorMode%">
    <PARAM NAME="WebUtilDispatchMonitorInterval" VALUE="%WebUtilDispatchMonitorInterval%">
    <COMMENT>
    <EMBED SRC="" PLUGINSPAGE="%jinit_download_page%"
    TYPE="%jinit_mimetype%"
    java_codebase="%codebase%"
    java_code="oracle.forms.engine.Main"
    java_archive="%archive_jini%,%webUtilArchive%"
    WIDTH="%Width%"
    HEIGHT="%Height%"
    HSPACE="0"
    VSPACE="0"
    serverURL="%serverURL%"
    networkRetries="%networkRetries%"
    serverArgs="module=%form% userid=%userid% sso_userid=%sso_userid% %otherparams%"
    heartBeat="5"
    separateFrame="%separateFrame%"
    splashScreen="%splashScreen%"
    background="%background%"
    lookAndFeel="%lookAndFeel%"
    colorScheme="%colorScheme%"
    serverApp="%serverApp%"
    logo="%logo%"
    imageBase="%imageBase%"
    WebUtilLogging="%WebUtilLogging%"
    WebUtilLoggingDetail="%WebUtilLoggingDetail%"
    WebUtilErrormode="%WebUtilErrorMode%"
    WebUtilDispatchMonitorInterval="%WebUtilDispatchMonitorInterval%"
    >
    <NOEMBED>
    </COMMENT>
    </NOEMBED></EMBED>
    </OBJECT>
    <!-- Forms applet definition (end) -->
    %HTMLafterForm%
    </BODY>
    </HTML>

  • I download an app. But doesn't show up on my homepage. I go to download it again from the cloud and all I get is a message saying "you already download this application so you will be able to redownload the app free of charge" I press ok.Still don't have

    I download an app. But doesn't show up on my homepage. I go to download it again from the cloud and all I get is a message saying "you already download this application so you will be able to redownload the app free of charge" I press ok. Still don't have it

    What is the app? What "homepage" do you mean?

  • TS4057 I did this and now my videos are not working. They show the pictures aren't there on some and on others it shows they are there, but doesn't show them in the player. When I try to Share anything it just says Waiting for Processing for hours. What d

    I did this and now my videos are not working. They show the pictures aren't there on some and on others it shows they are there, but doesn't show them in the player. When I try to Share anything it just says Waiting for Processing for hours. What do I do?
    I also got Motion and can't figure out how to use it with Final Cut Pro X. Any help woud be great. Thanks

    I have no idea what may have caused your MacBook to stop working, but from your description it kind of sounds like it may have started before you ran Software Update and installed the new Apps. Just the general slow feeling and bugginess is what tips me off. You said that you weren't sure if you had closed all open windows, that doesn't matter if the computer restarts itself. It automatically closes all other open applications when restarting.
    As to your data being retrievable, if when you take it in they do a fresh install of the OS, then no, it will not be unless you want to pay several thousand dollars to a software retrieval company.
    I am glad to hear that you have taken into the Apple Store to get it fixed, and that you have all of your purchased music backed up to your iPod. You should be able to just transfer it all back to iTunes once you get your computer back should it be necessary.
    As a side note, the proper place for this topic would probably in the MacBook forums, not iTunes since there is no evidence that iTunes started the issue.

  • After apple wiped my hard drive, my computer no longer recognizes my iphone 4.  It will charge, but doesn't show up in my sidebar or in itunes.  My computer says there are no software updates available.  I'm running OSX 10.5.8 and itunes is 10.3.1.

    After apple wiped my hard drive, my computer no longer recognizes my iphone 4.  It will charge, but doesn't show up in my sidebar or in itunes.  My computer says there are no software updates available.  I'm running OSX 10.5.8 and itunes is 10.3.1.

    After apple wiped my hard drive, my computer no longer recognizes my iphone 4.  It will charge, but doesn't show up in my sidebar or in itunes.  My computer says there are no software updates available.  I'm running OSX 10.5.8 and itunes is 10.3.1.

  • HT201272 When I download a movie I bought on my iPad onto my iPhone it downloads completely but doesn't show up in my videos, what is going wrong?

    When I download a movie I bought on my iPad onto my iPhone it downloads completely but doesn't show up in my videos, what is going wrong?

    Hi adtsalmon,
    You can only watch the movie on the device you rented it on. Here's a snippet from the Apple Support site (italics mine):
    If you download a rented movie on your computer: You can transfer it to a device such as your Apple TV (1st generation), iPhone, iPad, or iPod if it’s a standard-definition film (movies in HD can only be watched on your computer, iPad, iPhone 4 or later, iPod touch (4th generation or later), or Apple TV). Once you move the movie from your computer to a device, the movie will disappear from your computer's iTunes library. You can move the movie between devices as many times as you wish during the rental period, but the movie can only exist on one device at a time.
    If you download a rented movie on your iPhone 4 or later, iPad, iPod touch (4th generation or later), or Apple TV: It is not transferable to any other device or computer.
    Here's the link to the Movie Rentals FAQs site FYI:
    http://support.apple.com/kb/HT1657
    Hope this helps!
    Cheers,
    GB

  • Trying to install airport 5.6 to configure old UFO airport but doesn't show up in the app utility folder. How do you configure older Airports in OS X 10.7.5??

    trying to install airport 5.6 to configure old UFO airport but doesn't show up in the app utility folder. How do you configure older Airports in OS X 10.7.5??

    David Why? wrote:
    ... How do you configure older Airports in OS X 10.7.5??
    Use the technique described in this thread: I can't install airport utility 5.6
    Though it discusses Mountain Lion, you need to follow the exact same steps for OS X 10.7.5.
    I no longer have any original AEBSs to test. You may need an even earlier version of AirPort Utility. If AirPort Utility 5.6 cannot configure yours, let me know and I will attempt to find the correct version for you. You will need to use the same "extraction" technique described above.
    Edit: If 5.6 does not work try this one: AirPort Utility 5.5.3
    Important: If you elect to drag that version to your Utilities folder, be sure to give it a unique name. I suggest "AirPort Utility 5.5.3" This is not necessary for AirPort Utility 5.6, which will retain that name on its own.

  • HT204266 I have some updates due on some Apps I have downloaded but when I try to update I get a message saying that my account is not in the UK store so must switch to Ireland before purchasing. Does anybody know how you change stores?

    I have some updates due on some Apps I have downloaded but when I try to update I get a message saying that my account is not in the UK store so must switch to Ireland before purchasing. Does anybody know how you change stores? I did not do this deliberately!

    Yup! Here:
    http://support.apple.com/kb/HT1311

  • New iphone says "sync complete" but doesn't download any music?

    I have had iTunes and used it without incident with my iPod. Just bought an iphone today but when I went to sync with iTunes for the first time it prompted me to updated to latest version which I did. For some reason it seems to sync to my iphone, says "sync complete", but doesn't download anything from my library. Iphone still says "no content". First day home with iphone. Not real happy about it.
    Help please?

    Make sure you have checked "Sync Music in the music pane when connected to iTunes.
    Look at pages 13-15 in the User Guide available here: http://manuals.info.apple.com/enUS/iPhone_UserGuide.pdf

  • HT204266 changed email but doesn't show up to login on ipad so I can't update apps

    changed email but doesn't show up to login on ipad so I can't update apps. Any solution?

    As long as you didn't create a new ID and merely changed the email address that you use for your Apple ID - go to Settings>iTunes and App Store. Tap your old ID and sign out. Then sign in with the changed ID.
    If you created a new ID, you need to continue to use the old ID in order to update apps since purchases are always tied to the ID used to make the purchase.

  • I verified my email but ipod touch says not verified, I go to redo and its says already verified but Itunes still shows it needs to be verified

    I verified my email but ipod touch says not verified, I go to redo and its says already verified but Itunes still shows it needs to be verified.  I was in the process of creating a new Apple ID for my touch.

    Please go to Settings>Itunes and App Store and log out of your Apple id and right back in again. See if this doesn't resolve this issue.

Maybe you are looking for

  • How to dynamically set connection string for report in C# code?

    Hi, I have installed CRVS2010. I have created new Crystal Report WPF Application and new report. I would like to set connection string for report in code dynamically. Is this possible? Thanks Ivana

  • Officejet Pro X576dw MFP and Yosemite won't scan

    Our new Officejet Pro X576dw MFP no longer scans. It was working fine and I'm not 100% sure that it stopped scanning when I upgraded to Yosemite, or if that's just a coincidence. The computer monitor is an iMac. The error message is   The scan could

  • Get new line

    hi.... i have this program which is a simple instant messaging window....however....i can not edit to code so that the second message comes on the second line in the editorPane and so on....it prints each string on top of each other... can someone pl

  • Stereo image reversed when importing non-cd aiffs

    I am having a problem nobody in apple discussions seems to have had, nor is it in any article i've come across. The problem is simple. When I import an aiff file from my hard drive (ripped from vinyl using Audio Companion) into Itunes 6.0.4, the ster

  • System upgrade failure

    I have multilib and multilib-testing enabled, as well as the default testing repos enabled. An attempted upgrade (pacman -Syu) this morning produced this: :: Starting full system upgrade... :: Replace heimdal with core/krb5? [Y/n] Y resolving depende