Cannot find app to update

My Ipad shows I have 1 update but I cannot find anything to update. It had 4 updates, I found 3 in the purchased but not currently on my ipad but I cannot find the last one and the 1 will  not go away.

I have done exactly what you said. When I check "update", a screen  drops down that asks that I enter my email address to continue........but i cannot find any way to do this.
In the past, all I would do is check "update", and the update would take place. Since I upgraded to Mountain Lion, this has changed, and i do not know how to do this simple thing.......the app store shows an update is due to be updated, but i cannot find out how to do it.

Similar Messages

  • Cannot find symbl method update Date(int,java.util.Date)

    I get following error
    cannot find symbl method update Date(int,java.util.Date) on compling class called GuestDataBean at line ( rowSet.updateDate( 4, guest.getDate() ); ).
    GustBean.java. I need help on why I get it.
    // JavaBean to store data for a guest in the guest book.
    package com.deitel.jhtp6.jsp.beans;
    import java.util.*;
    public class GuestBean
       private String firstName;
       private String lastName;
       private String email;
       private Date date;
       private String message;
       //Constructors
       public GuestBean(){
            public GuestBean(String firstname, String lastname, String email,Date date,String message){
                 this.firstName=firstname;
                 this.lastName=lastName;
                 this.email=email;
                 this.date=date;
                 this.message=message;
       // set the guest's first name
       public void setFirstName( String name )
          firstName = name; 
       } // end method setFirstName
       // get the guest's first name
       public String getFirstName()
          return firstName; 
       } // end method getFirstName
       // set the guest's last name
       public void setLastName( String name )
          lastName = name; 
       } // end method setLastName
       // get the guest's last name
       public String getLastName()
          return lastName; 
       } // end method getLastName
       // set the guest's email address
       public void setEmail( String address )
          email = address;
       } // end method setEmail
       // get the guest's email address
       public String getEmail()
          return email; 
       } // end method getEmail
       public void setMessage( String mess)
          message = mess;
       } // end method setEmail
       // get the guest's email address
       public String getMessage()
          return message; 
       } // end method getEmail
       public void setDate( Date dat )
          date = dat;
       } // end method setEmail
       // get the guest's email address
       public Date getDate()
          return date; 
       } // end method getEmail
    } // end class GuestBean
    GuestDataBean.java/**
    * @(#)GuestDataBean.java
    * @author
    * @version 1.00 2008/7/18
    // Class GuestDataBean makes a database connection and supports
    // inserting and retrieving data from the database.
    package com.deitel.jhtp6.jsp.beans;
    import java.sql.SQLException;
    import javax.sql.rowset.CachedRowSet;
    import java.util.ArrayList;
    import com.sun.rowset.CachedRowSetImpl; // CachedRowSet implementation
    import java.sql.*;
    public class GuestDataBean
       private CachedRowSet rowSet;
       // construct TitlesBean object
       public GuestDataBean() throws Exception
          // load the MySQL driver
          Class.forName( "org.gjt.mm.mysql.Driver" );
          // specify properties of CachedRowSet
          rowSet = new CachedRowSetImpl(); 
          rowSet.setUrl( "jdbc:mysql://localhost:3306/virsarmedia" );
          rowSet.setUsername( "root" );
          rowSet.setPassword( "" );
           // obtain list of titles
          rowSet.setCommand(
             "SELECT firstName, lastName, email,date,message FROM guest" );
          rowSet.execute();
       } // end GuestDataBean constructor
       // return an ArrayList of GuestBeans
       public ArrayList< GuestBean > getGuestList() throws SQLException
          ArrayList< GuestBean > guestList = new ArrayList< GuestBean >();
          rowSet.beforeFirst(); // move cursor before the first row
          // get row data
          while ( rowSet.next() )
             GuestBean guest = new GuestBean();
             guest.setFirstName( rowSet.getString( 1 ) );
             guest.setLastName( rowSet.getString( 2 ) );
             guest.setEmail( rowSet.getString( 3 ) );
             guest.setDate( rowSet.getDate( 4 ) );
             guest.setMessage( rowSet.getString( 5 ) );
             guestList.add( guest );
          } // end while
          return guestList;
       } // end method getGuestList
       // insert a guest in guestbook database
       public void addGuest( GuestBean guest ) throws SQLException
          rowSet.moveToInsertRow(); // move cursor to the insert row
          // update the three columns of the insert row
          rowSet.updateString( 1, guest.getFirstName() );
          rowSet.updateString( 2, guest.getLastName() );
          rowSet.updateString( 3, guest.getEmail() );
          rowSet.updateDate( 4, guest.getDate() );
          rowSet.updateString( 5, guest.getMessage() );
          rowSet.insertRow(); // insert row to rowSet
          rowSet.moveToCurrentRow(); // move cursor to the current row
          rowSet.commit(); // propagate changes to database
       } // end method addGuest
    } // end class GuestDataBean

    This isn't a JSP question, it better belongs in the JavaProgramming, or JDBC forums.
    But the problem is because the updateDate method uses a java.sql.Date object and you are giving it a java.util.Date object. You have to convert from java.util.Date to java.sql.Date. See: [the api for java.sql.Date|http://java.sun.com/javase/6/docs/api/java/sql/Date.html] .
    Edited by: stevejluke on Jul 21, 2008 5:43 PM

  • Accidentally pressed "Diasgree" to update terms & conditions, now cannot find the io7 update. It's still on version 6.x and says software phone is up-to-date.

    Accidentally pressed "Diasgree" to update terms & conditions, now cannot find the io7 update. It's still on version 6.x and says software phone is up-to-date.

    You need to update iTunes to version 10.7. http://www.apple.com/itunes
    You also need to update you profile. It says you have an iPhone 3G with iOS 6.0.1. That is not physically possible.

  • HT4623 I want to update my iOS software from version 4 to the latest available version, but I cannot find the software update tab in Settings- General. Pls help.

    I want to update my iOS software from version 4 to the latest available version, but I cannot find the software update tab in Settings->General. Pls help.

    http://support.apple.com/kb/ht4623
    Sometimes older devices must be plugged into iTunes to update.
     Jackson

  • I wastransferring photos from my I-phone to Piacasa and at the end of transfer, instead if delting photos from my I phone, it deleted a lot of other things. I cannot find App store aswell as cannot find safari. Do I have ro do hard reboot?

    I was transferring photos from my I-phone to Piacasa and at the end of transfer, instead of delting photos from my I phone, it deleted a lot of other things. I cannot find App store as well as cannot find safari. Do I have ro do hard reboot? Would i lose my phone contacts permanently if I do?

    You can't delete native apps that came with the phone.  They might be on another page or in a folder somewhere.  if you can't find them go to settings/general/reset/ reset home screen layout. No data will be lost

  • Cannot find apps purchased for iPhone and iPad in iTune

    My iMac 27 running very slowly under Mavericks and since the upgrade of iTune to version 12.01.26 being impossible to complete a sync of my iPhone and iPad I decided to completely reset my iMac 27. Before doing this I copied all the files I wanted to keep on my MacBook Pro (including all my music and apps for iPhone and iPad).
    The OS X Mavericks being no longer available on the App Store I completely reset my iMac 27 and installed OS X Yosemite 10.10. Once this was done I copied back all the files I wanted to keep from my MacBook Pro (running Mavericks) to my iMac 27 (now running Yosemite). There was no problem with all my music now appearing in iTune. However I cannot find any of the apps I bought for my iPhone and iPad and which I copied back from my MacBook Pro (running Mavericks) to my iMac 27 (now running Yosemite).
    All the copied back apps appear correctly in the following directory of my iMac 27 :
    Musique/iTunes/iTunes Media/Mobile Applications/
    However none appear in any of the 5 sections in the Apps section of iTune.
    I decided to purchase an app in the App Store to see where the related file would appear and it appears in the same directory as stated above. I can see the icon of this newly purchased app in the app section of iTune but none of the apps I recopied from my MacBook Pro. Moreover when I go in the app store to see the newly purchased app I can see that it has been downloaded. However when I try to do the same for the apps I have already purchased and recopied the App Store tells me to purchase them. When I try to do the same on my MacBook Pro the App Store tells me that the apps have already been purchased, though they were the copied apps from my iMac 27 before full reset.
    Can someone help me to get all my previously purchased apps in iTune on my iMac 27 so I can sync my iPhone and iPad without loosing all the apps which appear on them ?

    Fruit Ninja has a unique iPhone version and a unique iPAD version. So for this particular App you can buy both. That said, if you decide to buy the iPhone version, the iPhone version will also work on your iPAD too. But the iPAD version which you have already purchased will not work on the iPhone.
    So to summarize, iPhone apps will work on iPAD, but iPAD unique or specific apps will not work on the iPhone. Some apps are designed to work on both beyond the features of just the iPhone app. The Fruit Ninja HD unique or specific iPAD app will not work on the iPhone.

  • IBook G4 cannot find system after update to 10.4.8 the first startup

    Hi,
    I recently updated the iBook G4 of my girlfriend from Mac OS X 10.4.6 to 10.4.8. After restart the iBook showed up the icon for not being able to find a system to startup from. I then turned the iBook off and turned it on again, now the iBook started up just fine from the previously updated system.
    But since then, every time the iBook becomes started up it's the same procedure: First it cannot find a system to start up from, then we turn the iBook off and on again and then it starts up just fine. Any ideas why?
    Additonally, we now found some error with disk utility on the start up disk. I started the iBook from an 10.4.6 installation disk, checked and repaired the disk. The checked it again, no error found anymore... Started up from the iBooks hard drive, checked with the disk utility from the 10.4.8 system there and this one found error again. Does this make sense?
    Any ideas are really appreciated!
    Regards, Canubis
    PowerBook G4 15'', iMac G3 333MHz Grape   Mac OS X (10.4.4)   Cinema Display 20", .mac, highlighted keyboard

    Go to System Preferences > Startup Disk and reselect the system you want to use to startup the computer and then select Restart which should resolve the startup problem.
    Started up from the iBooks hard drive, checked with the disk utility
    from the 10.4.8 system there and this one found error again. Does
    this make sense?
    Not sure if this is considered a bug but this has been reported by others which you can ignore.
    I use Disk Utility from the Startup volume to repair disk permissions only, never to Verify Disk which you shouldn't use to check the boot volume for any directory errors with Disk First Aid repair via Disk Utility when booted from your Tiger install disc either.
    When doing so, better to select Repair Disk right off the bat and if no problems are reported, you are done. No point in selecting Verify Disk to verify again.
    If a problem is reported via Verify Disk and you run Repair Disk to repair the problem and if successfully repaired, no point in running Verify Disk again in this situation either. Best to run Repair Disk only and if any problems are reported and successfully repaired, run Repair again until no problems are reported which saves a step/time and is more efficient.
    http://www.thexlab.com/faqs/durepairfns.html

  • Cannot download apps or updates on my iPad

    Hello and thank you in advance for your support
    I am experiencing a weird issue on my ipad mini:
    At least 2-3 times per day I cannot download aaps or updates (tapping the install/update button makes it look like it's resetting to default option and goes back to green install/update)
    I have no pending purchases, music videos or music pending download.
    It seems that switching to Airplane mode solves the problem temporarely.
    I've already done a clean restore without any results.
    Tried to sign out and back in to app store, no luck.
    Rarely after waiting for about 5-6 minutes I'm requested to enter my password and the update beggins ( w/o switching to Airplane mode)
    Does anybody here have the same issue? Any ideas on how to track down the source of this issue?
    PS: on my iphone I never had this issue

    I have the same issue. I starts two weeks ago. An app was downloading but after a half hour i get the message: thsi app could not be downloaded at this time, try again later. I had this for a lot of apps, the weird thing is: i starts downloading and when it is half way it stops.
    Another weird thing is, the same issue happends in iTunes on my pc.
    It will never finish :s
    What i have tried:
    - reboot ipad
    - reset ipad (home button and power button at the same time until it reboots)
    - created another apple id
    - updated iTunes on pc
    I have no pending downloads
    Please help!

  • Cannot get apps to update on iPad2. Blank screen.

    My iPad2 has the red number on the App Store button but when you tap it to do the update nothing but a blank scree comes up. It shows normal when you look at the other pages at the bottom (featured, top charts, genius, and purchased). Any tips?

    There are a lot of other threads from people reporting a problem with a blank Updates tab in the App Store app - it looks like there is a problem at Apple's end which they need to fix.
    Some posts are suggesting that you if you go into the Purchased tab in the App Store app you might be able to update the apps from there, though you will need to scroll through the list to find those with updates and individually update them.

  • I cannot find a Java update, or my software update is not working... Running Mac OS X 10.5.8 keep getting need Java 1.0.6_11 with no luck...?

    I am running 10.5.8, I can find no software update as recommended by Ziplogix for Java which keep saying that I am missing 1.0.6_11
    Where do I go to download and install this so I may work... lol?

    This was the last Java update for Leopard:
    Update 10, 29 June 2011 - This release updates J2SE 5.0 to 1.5.0_30, and updates Java SE 6 to 1.6.0_26. J2SE 1.4.2 is no longer being updated to fix bugs or security issues and remains disabled by default in this update. Support for out-of-process Java applets on Mac OS X 10.5 Leopard has been removed with this update.
    This release is only for Intel Macs running versions of Mac OS X 10.5. http://support.apple.com/kb/DL1359
    Since August 2012 updates for Java (and especially Java Runtime Environment, which is what you actually need) must now be downloaded direct from Oracle:
    http://www.oracle.com/technetwork/java/javase/downloads/jre7-downloads-1637588.h tml
    (which is for Java 7)
    Further information here:
    http://www.oracle.com/us/corporate/press/1735645
    and their FAQ’s:
    http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/mac-faq.html

  • Cannot find apps that I have downloaded

    Where do I go to find apps that I have just downloaded on my iPhone 5S?

    When I go to the home screen on the 5S I only get a screen that has tabs for Today, All, and Missed.  No search.  Any suggestions?

  • Spent 3 hrs with apple yesterday. Restored and backed up. And still cannot get Apps or Updates. Any suggestions?

    Can't get Apps or Updates to my iPhone 4.  IOS 7.1. Had no problems until about a month ago. Have Dell laptop with windows vista. 3hrs with Apple yesterday with no solution.  Today the phone won't ring. Hellp !

    You say you spent 3 hours with Apple. Was this on the phone? What did they say? You say you restored. Did you restore as new, or from a backup? If you restored as new, did you test it and then restore a backup? What other troubleshooting steps have you tried?

  • Cannot find backup after updating to iOS 5

    Hi all,
    This morning I updated my 3GS to iOS 5. Because I kept getting errors, I backed up my phone, copied to bachkup to another location, then restored my phone to factory settings, then updated to iOS 5. That was all fine, but now I cannot restore my phone from the backup. The backup disappeared from its original location, and when I copied it back there, iTunes did not recognize it. It only recognizes an older backup that was in the same folder.
    How can I make sure everything is restored from my lastest backup?
    Also, running iTunes on Windows Vista 64 bits, if that matters, and I do have iTunes 10.5.
    Thanks!

    Solved it by copying the backup files from one computer to another. They are found in this folder on PC
    C:\Users\Michael\AppData\Roaming\Apple Computer\MobileSync\Backup
    The restore on the other computer went without problems, though I have to reinstall all apps, but all settings, photos and so on has been restored.

  • I cannot find app store in notification center

    in mountain lions notification center, i can not find the app store for notification

    That finger swipe trick does work. And I guess you are saying the App Store will notify even though it's not a visable selection in the group of notifications you can customize settings for. I've also noticed with Time Machine that it doesn't see my previous backups on my external USB drive. That's ok because I haven't found much wrong with Mountain Lion. Nothing that might require a different approach or an app update.

  • I cannot open apps since update

    I updated my iPad 2 and now I cannot open them. Why is this happening?

    If it is your third party apps that are crashing - and not the preinstalled apps - try downloading another app - any free app will do. It seems to reset something in some weird security thing or something like that. Try it.

Maybe you are looking for