Hey, does anyone know how to update your NEW APPLE ID & PASSWORD on iphone?

Hey, does anyone know how to update your NEW APPLE ID & PASSWORD on iphone?

Tap Settings > iTunes & App Store
Tap the current Apple ID then click Sign Out.
Be aware. If you change the Apple ID and password, whatever content was purchased from the prior Apple ID will not be available on the iPhone.

Similar Messages

  • Does anyone know how to change/remove an Apple ID from an iPhone 3GS

    does anyone know how to change/remove an Apple ID from an iPhone 3GS?

    Search the forums before posting please.  There are countless discussions on the same topic already here that can easily answer your question.

  • Does anyone know how to update your e-mail in iCloud

    Does anyone know how to change your email address for iCloud? It won't let me back up without doing so

    I have never lost anything updating.
    What are you talking about?

  • Does anyone know how to change your country location ? I am traveling and I need to make a purchase and do updates. My App Store tells me I need to switch to a US store to make purchases.

    Does anyone know how to change your country location ? I am currently traveling and I need to make a purchase and do updates. My App Store tells me I need to switch to a US store to make purchases.

    Unless you live in the country and have a credit card with a billing address in the country-you don't.
    http://www.apple.com/legal/itunes/us/terms.html#GIFTS
    "The iTunes Service is available to you only in the United States, its territories, and possessions. You agree not to use or attempt to use the iTunes Service from outside these locations. Apple may use technologies to verify your compliance."
    Substitute whatever your home country is if it is not the US, terms are the same.

  • TS3297 Does anyone know how to reset your security questions?? I loaded an itunes gift card on new ipod but when trying to make a purchase, itunes is asking us the incorrect security questions?!(for 1st time purchase)

    Does anyone know how to reset your security questions?? I loaded an itunes gift card on new ipod but when trying to make a purchase, itunes is asking us the incorrect security questions?! (for 1st time purchase)  I know the questions are not what I chose because I wrote the questions & answers down when setting up the ipod. Any ideas??!!!

    Reset Security Questions
    Frequently asked questions about Apple ID
    Manage My Apple ID
    Or you can email iTunes Support at iTunes Store Support.
    If all else fails:
      1. Go to: Apple Express Lane;
      2. Under Product Categories choose iTunes;
      3. Then choose iTunes Store;
      4. Then choose Account Management;
      5. Now choose iTunes Store Security and answer the bullet questions, then click
          Continue;
      6. Sign in with your Apple ID and press Continue;
      7. Under Contact Options fill out the information and advise iTunes that you would
          like your security/challenge questions reset;
      8. Click Send/Continue.
    You should get a response within 24 hours by email.
    In the event you are unsuccessful then contact AppleCare - Contacting Apple for support and service.
    Another user had success doing the following:
    I got some help from an apple assistant on the phone. It is kind of round about way to get in.
    Here is what he said to do and it is working for me...
      a. on the device that is asking you for the security questions go to "settings", > "store" >
          tap the Apple ID and choose view"Apple ID" and sign in.
      b. Tap on payment information and add a credit/debit card of your preference then select
          "done", in the upper right corner
      c. sign out and back into iTunes on the device by going to "settings"> "store" > tap the
          Apple ID and choose "sign-out" > Tap "sign -in" > "use existing Apple ID" and you
          should be asked to verify your security code for the credit /debit card and NOT the
          security questions.
      d. At this time you can remove the card by going back in to edit the payment info and
          selecting "none" as the card type then saving the changes by selecting "done". You
          should now be able to use your iTunes store credit without answering the security
          questions.
    It's working for me ...I just have to put in my 3 digit security pin from the credit card I am using.
    Good Luck friends!

  • Does anyone know how to update OSX Mountain Lion 10.8.1. to 10.8.2. on a late 2012 Mac mini. All I get are 'not compatible' messages even using supplementary updates etc?

    Does anyone know how to update OSX Mountain Lion 10.8.1. to 10.8.2. on a late 2012 Mac mini. All I get are 'not compatible' messages even using supplementary updates etc?

    It appears that many of the problems with the HDMI are the "monitors" that are being used. Samsung and Vizeo both DO NOT support a computer input on HDMI only VGA. There probably are others, manuals must be read to confirm compatability.
    I strongly believe that the reason the 10.8.2 update was pulled is due to the fact (it happened to me) that the new Disk Utility creates a Fusion drive if aftermarket SSDs are added to the system. I think Apple wants this propriatary Fusion Drive to be something you buy from them not a "homebrew" for lots less money.

  • Does anyone know how to update/recompile PHP to include IMAP?

    I've just installed phplist (http://www.phplist.com/), which is a newsletter mailer based on php. Some of the features require that IMAP be installed with the php installation. Evidently Apple's OSX install does not include IMAP in PHP by default, but presumably IMAP can be added if PHP is recompiled. (See http://www.php.net/manual/en/ref.imap.php). I was planning on updating PHP using Alex's very helpful tutorial, available at http://osx.topicdesk.com/content/category/4/18/62/, and at the same time adding IMAP.
    Altho Alex does not touch on IMAP in his tutorial, I believe that to includ IMAP in the PHP installation, the configuration string must include "--with-imap-ssl=/sw --with-imap=/usr/share/c-client", or something similar. In any event, it seems that "c-client" does not live in /usr/share nor anywhere on my system, so I have not attempted an installation so far.
    Does anyone know how to update/recompile PHP to include IMAP? And if "c-client" is required, how do I intall that first?

    Disregard last post--that was a non-starter, but I think I have a successful installation, which I will post here as the documentation on this from php and from phplist is pretty bad:
    First get and compile the c-client library, which is necessary for those wanting to run phplist:
    sudo mkdir -p /SourceCache
    cd /SourceCache
    sudo curl -O ftp://ftp.cac.washington.edu/imap/c-client.tar.Z
    sudo tar xzf c-client.tar.Z
    cd imap-2006h
    sudo make oxp
    sudo mkdir lib
    sudo mkdir include
    Next open /SourceCache/c-client and drag all the */.h files (including the aliases) into “include.” Then drag all the */.c files (aliases too) into “lib”.
    Find “c-client.a” and change name to "libc-client.a" and place in the lib folder.
    Correct permissions on lib and include.
    Finally install php (cheers to Alex) as follows:
    cd /SourceCache
    sudo curl –O http://us.php.net/distributions/php-4.4.7.tar.gz
    sudo tar xzpf php-4.4.7.tar.gz
    cd /SourceCache/php-4.4.7
    sh
    CFLAGS=-DBIND8COMPAT
    export CFLAGS
    sudo ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --with-apxs --with-ldap=/usr --with-kerberos=/usr --enable-cli --with-zlib-dir=/usr --enable-trans-sid --with-xml --enable-exif --enable-ftp --enable-mbstring --enable-mbregex --enable-dbx --enable-sockets --with-iodbc=/usr --with-curl=/usr --with-config-file-path=/etc --sysconfdir=/private/etc --with-mysql=/usr --with-mysql-sock=/var/mysql/mysql.sock --with-imap=/SouceCache/imap-2006h --without-pear
    sudo make
    sudo make install
    sudo apachectl graceful restart
    exit
    One last question, Alex: can I safely delete the SourceCache folder now that the installation is complete? My only concern is that the config string points to items in the folder, and I'm wondering whether I ought to have placed them inside /usr/share instead of SourceCache, or doesn't it make a difference?
    Lost count Mac OS X (10.4.9)

  • Does anyone know how to update the software on an iPhone 4 when there is no software update button?!

    Does anyone know how to update the software on an iPhone 4 when there is no software update button?!
    Many thanks.

    Update it from iTunes on a computer as described at the bottom of this article; devices running an iOS version prior to 5.0 can't be updated straight from the device. It will be updated to the newest iOS version supported by the device’s hardware.
    (83714)

  • DOES ANYONE KNOW HOW I CANT DELETE MY APPLE ID I JUST GOT A NEW AND NO LONGER NEED THE OLD 1 HELP PLEASE

    DOES ANYONE KNOW HOW I CANT DELETE MY APPLE ID I JUST GOT A NEW AND NO LONGER NEED THE OLD 1 HELP PLEASE

    As far as I know they can't be deleted, just remove any personal info from it (credit card details etc) and stop using it.
    If you downloaded any content via it then you will need to remember it and it's password, as content is tied to the account that bought/downloaded it, so if you move to a new computer you'll need to authorise the account on it if you want to use any of its content there (or if you bought apps with it you'll only be able to download updates to them via that account)

  • My mac recently got stolen, after getting a new one i had to reinstall logic studio, but after moving house i have lost the serial number, does anyone know how to get a new one?

    my mac recently got stolen, after getting a new one i had to reinstall logic studio, but after moving house i have lost the serial number, does anyone know how to get a new one?

    Here:
    http://support.apple.com/kb/HT1861

  • Hi my boyfriend and I split up and we agreed I would keep the iPad. Since breaking up we are no longer on speaking terms but the iPad is still signed In to his Apple ID. Does anyone know how to reset the iPad without his password?

    Hi my boyfriend and I split up and we agreed I would keep the iPad. Since breaking up we are no longer on speaking terms but the iPad is still signed In to his Apple ID. Does anyone know how to reset the iPad without his password?

    No, there is no way to reset the iPad without the AppleID and pasword.
    See here: http://support.apple.com/kb/ts4515

  • Does Anyone know how to add a new partner to purchase order created on VI01/VI02?

    Does Anyone know how to add a new partner to purchase order created on VI01/VI02?
    Please, anyone knows that?
    Regards.
    Rafael.

    Anyone?

  • Hi, Does anyone know how to set up facetime on my mac and iphone?

    Hi  Does anyone know how to set up facetime on my mac and iphone?

    Page 68 of the user guide:
    http://support.apple.com/manuals/

  • I managed to transfer the music from 1 pc to 1 other pc (to be played by iTunes). Bit didn't fixe the transfer of the meta data (for example the rating). Does anyone know how to use your old playlists, etc..(= meta data) on the other PC? So, please help!

    I managed to transfer the music from 1 pc to 1 other pc (it is played perfectly on the other PC (Windows 7- pc) by the newly downloaded and installed iTunes, version 10.6.1.7). But I didn’t fix the transfer of the meta data (for example the rating). Does anyone know how to use (or import) your old playlists, etc..(= meta data) on the other PC? So, short: how to migrate the meta data from one pc to an other pc?
    It's a pity that it seems not to be possible to import on the new pc e.g. the ratings!!!
    I don't want to start again with rating my (beautiful classical) music!
    Thanks, from Amsterdam, NL

    Did you do the move via Home Sharing, astro?
    If so, perhaps try the instructions from the following post:
    Re: i transfered itunes to my pc playlists did not go

  • Does anyone know how to sync your outlook contacts and calendar from a macbook air to an iPhone 5

    Does anyone know how to sync up your calendar and contacts in outlook from a macbook air to an iphone 5

    "I do have my contacts saved in outlook on my old pc but don't know how to transfer them over"
    The Apple store will do this for you or you can call Apple support and they will walk you through it or
    Mac OS X 10.7 Help: Transfer your information to a Mac from a Mac, PC, or disk

Maybe you are looking for

  • ITunes can't read or write to iPod -- won't sync

    Classic 30 Gb iPod approx 1 yr old, Windows XP Pro, iTunes 7.5. I added some new trax to iTunes to make total approx 5800 trax, 18 Gb. When I attach the iPod it will load approx 130 trax, 380 Mb, then get msg that iTunes can neither read nor write to

  • Install newest JRE on Solaris 9 Sparc (64-bit)

    Note: This message has also been posted on the JRE forum. This is the second attempt to post it here. I would like to know the best method to replace the JRE that is installed with a Solaris 9 (SPARC) installation. A clean installation of Solaris 9 c

  • TOC Style

    Though the TOC Style "Always Show Selection" has been checked but still in the generated chm file using RoboHelp 10 does not close the book.  When a user navigates from one link to another from topics, the related topic is not displayed.  The other b

  • I phone 4 connection problems (Win 8.1 laptop)

    I phone 4 acts strange when plugged into windows 8.1 laptop. (as if im plugging and unplugging the phone from the laptop continuously every mili second. Both the phone and laptop are making the connection sound continuously every half second too) I h

  • Add/Update/Delete XMP (PDF) metadata?

    I'm new to working with PDF. What I would like to do is add/update/delete XMP metadata to PDF documents. These documents will be indexed by our search engine, which I'm told can index this metadata. It's indexing Dublin Core so don't see why it could