Can I add second ipad to same account

I just upgraded to the new ipad and would like to add to same account, allowing my 1st generation ipad not to be affected, as my family will continue to use current content. Is it possible to sync the two and add/delete content by device, or should I create a new account for the new device?

I use two iPads and and iPodd Touch with one iTunes library and sync unique content to each device. You do not need to create a new iTunes library for the new iPad .... Assuming that you are using the same Apple ID on all of your devices.
When you connect any of your devices to iTuness on your computer, iTunes knows which device is which by the serial number and can recognize the devices that way. You can set you sync preferences any way that you want for every device that you sync to your iTunes library.
When your device is connected to your computer with iTunes running, click on the device name under the devices heading on the left. Then you can click on each tab in the iTunes window on the right ...apps, photos, music, books, etc....and select the content that you want to sync to that particular device.
Read this about syncing with iTunes
http://support.apple.com/kb/HT1386

Similar Messages

  • How can you add a 2nd i Tunes account on the same computer?

    How can you add a 2nd i Tunes account to the same computer?

    I had an application where I spawned (= ran with Start Asynchronous Call) multiple (reentrant) copies of VIs, and would occasionally "lose control" of them.  I needed a way to find all VIs that were running "Top Level" and stop them (so I didn't have to log off from Windows).
    I used the Application Property "All VIs in Memory" to get an array of (wait for it ...) All VIs in Memory.  I took each name, opened a VI reference to it (simply wire the name string in, as the VI is, by definition, "in memory"), looked at its VI Execution State, and if it was Run Top Level, Invoked the FP.Close and Abort VI Methods.  [To prevent the VI that did all this from "committing Suicide", I compared the name string with the current Call Chain, and did nothing if there was a match].
    I think you could adopt this idea to do what you need.
    BS

  • HT5312 How do I add another iPad to my account?

    How do I add another iPad to my account?

    What are trying to do ? You can log into your account on it via Settings > iTunes & App Stores, or sync your content to it from your computer's iTunes

  • How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    Hi Nancy,
    This screenshot was only for imagination. A part of the code (not all) is below.  In the code there are some background images but they are not seem in live mode.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title></title>
    <link href="css/my_site.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css"/>
    <link href="SpryAssets/SpryCollapsiblePanel.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryCollapsiblePanel.js" type="text/javascript"></script>
    <style>
    #CollapsiblePanel1 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-color: #003366;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel1 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel1 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/international.jpg);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel2 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelContent {
        background-color: blue;
    #CollapsiblePanel3 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel3 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel3 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel4 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel5 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    </style>

  • I don't have a itunes gift card, how can I add money to my itunes account?

    I don't have a itunes gift card and stores are closed, how can I add money to my itunes account?

    you just log into your account and look for the billing method section. you click there and put in your credit card number and stuff. its easy to do it from the itunes store

  • What would the cost be to add an Ipad to my account

    What would the cost be to add an Ipad to my account

    $10 if you are on Share Everything.  Plus, look to see if you need to increase the data you currently have to accomodate for the extra usage you will go through.

  • Can u add mobey to ur iTunes account directly from ur paypal account? And so what's the URL?, Can u add mobey to ur iTunes account directly from ur paypal account? And so what's the URL?

    Can u add mobey to ur iTunes account directly from ur paypal account? And so what's the URL?, Can u add mobey to ur iTunes account directly from ur paypal account? And so what's the URL?

    Can I add my existing, licensed apps to my list of 'Purchases' on the Mac App Store so I don't have to buy them twice?
    No. Only apps purchased from the App Store can be re downloaded for free including updates.

  • I have an Ipod4, I want an Ipad2 with 3G, do I need a new ATT contract for the IPAd, or can they both work on the same account

    I want to buy an Ipad2, but I do not want to open a new account with ATT.  Can I use the same account for the IPhone and the IPAD, will mails show on both?,

    If you get/use WiFi only you can get on the web, get mail,text,and use icloud without a new account  with ATT; but when out of Wifi coverage you would need an upgraded (ie extra $ ) data account with your phone  (ATT in your case) provider.

  • Two iPads on same account, I can't delete any apps from old ipad?

    I got a new iPad air and have a first gen iPad too.  They are both on the same account so when I install apps on the new iPad they automatically show up on the old iPad too.  This is actually a good thing because I can have paid apps on both iPads....  The problem is that some of the apps will not install on the old iPad.  If I tried to install them directly from the App Store it would not allow it and give me a msg that says I cannot run this app because of the older iOS.   But since it is mirroring the new iPad, I have about 15 grayed out icons that are waiting to install.  Worse yet, if I press and hold to try and delete them, I get the wiggling icons but no X on any of them... I can't delete the grayed out apps nor can I delete existing installed apps.  I have tried a hard reset with no luck.  The original PC that I used to manually sync the old iPad with is apart in the attic as we don't use it anymore.  Any ideas?
    Jim

    you need to put your phone in recovery mode (search Google) and restore your device as new.  All your data will be lost.

  • Can't get 2 ipods on same account to work anymore!

    My partner and I both have an iPod touch and we've always used the same account since we got him one. Now, having both updated to v5.0, I can't get past the final step of the update process because when I try to update the apple id it tells me that this account is already in use. I've tried turning on home sharing but that hasn't worked. So my ipod is now just a very expensive paperweight. Any ideas on how I get both devices recognised on this account?

    Just what are you trying to do?  I updated my iPad and iPod to iOS 5 and use the same iTunes account without any problem.  Are you doing something with iMessage? FacTime?

  • How can I add an iPad to Apple Configurator without losing the user's settings, folders, etc?

    When attempting to add an iPad that has already been in use (for some time) by a particular user into Apple Configurator, I end up having to either wipe the iPad entirely as if it is a new iPad, or restore the user's settings and configuration from iCloud during mini-setup. It seems to be one choice or the other.
    Is there a way to add the "old" iPad into Apple Configurator for management purposes yet still be able to restore the user's settings from iCloud? That is - items like: folders, pictures, email settings, app data?

    nsdjoey wrote:
    theAntioch wrote:
    This isnt true. Connecting an unsupervised device to configurator and supervising it will wipe the device, there is no way around that. You can attempt an iCloud restore from here, but anything not backed up prior to supervising the device will be erased when supervising it. I have never tried to restore data from an unsupervised iPad so I have no clue if everything will come back.
    Let me clarify... You can successfully restore an iCloud backup of an unsupervised iPad to a new (i.e. different) iPad and have it Supervised with data intact. The process below will allow Configurator to Supervise a device without wiping it when an iCloud backup from a different unsupervised iPad is restored to it.
    Try it… Get 2 new unsupervised iPads… we'll call them iPad "A" and iPad "B." Take iPad "A" and install a few apps, take a few photos, change the background, create a new document in Pages, etc. Run an iCloud backup of iPad "A" using your Apple ID. This is our unsupervised backup of iPad "A."
    Now take new unsupervised iPad "B" and start running through the setup assistant. When you get to the restore screen, choose to restore from iCloud backup. Log in with your Apple ID. Select the backup for iPad "A." The backup will restore and then the iPad will restart. Once it restarts, you get to a "Hello" screen on the iPad. At this point, plug the iPad into your Configurator computer. On the Prepare screen, turn Supervision ON and select "Don't restore backup." Click Prepare.
    Configurator will not wipe the iPad. It will run through the supervision process but not wipe it. Once complete, you'll see that iPad "B" is now exactly the same as iPad "A", but if you go to Settings -> General -> Profiles on iPad "B" you will see a Supervision profile installed.
    The key here is to use a different iPad from the originally backed up iPad. You can't restore the backup of iPad "A" to iPad "A" again and supervise it without wiping it. But you can take the backup of unsupervised iPad "A" and restore it to iPad "B" and retain apps, data, and settings of iPad "A" but with the Supervision profile.
    Hope this clarifies things!
    ~Joe
    I see where your going with that. I dont have any way to reproduce this scenario in my environment, but I will take your word for it that this works. I have only ever plugged in an unsupervised device to configurator and gone through the setup, which always wipes the device. If your saying theres a way around that you should give that a shot OP.

  • Two iPads on Same Account

    I was just gifted a new iPad Air.  I currently have an iPad 2.  While the Air is a newer unit, I'm not sure yet if it will meet my needs well.  The Air is wireless, while the iPad 2 is a Verizon 4G model.  I can use the Air with my iPhone hotspot enabled, but I want to play with it for a while to see how convenient it is before dropping my iPad 2.  Can I tie both models to my same account and have both units loaded with the same apps for a while until I figure out which one best suits my needs?  Are there problems with doing this?
    Thanks in advance!

    If you would ever want or need to restore the backup from the device running iOS 8 to the device running iOS 7, you cannot do that. You cannot restore a newer iOS backup to a device running an older iOS. It will work the other way around, though.
    IF you regret updating the iPad 2 to iOS 8.1.1, which by the way was the incremental update that was supposed to fix performance issues on the iPad 2, then I would advise against updating the iPad Air right now. See how the iPad 2 comes around and if you think you will be OK updating, give it a try then. Remeber that you can never downgrade, so once you make the move, you can't go back.
    Now. to answer the question about how running two different iPads using the same Apple ID but with different OS's, it will not affect anything other than the backup situation and the fact that if you download an iOS 8 only app, you will not be able to use that on the iOS 7 device.
    It is never a good idea to have two Apple ID's for purchases because purchases are always tied to the ID that was used t make the purchase, so stick with the one Apple ID/Account, and you will be fibe.

  • Setting up Lion FaceTime to connect to iPad on same account but in different places

    HI,
    This may seem like a dumb question....I am going away on Tuesday and am taking my iPad2 - we are very familiar with using Facetime on the iPad.  We just got Lion on the iMac and it now has FaceTime, but I have not set it up...I want to use FacTime on the iMac to chat to my family from the iPad while I am away.  Do I need to set up a different FaceTime account on the IMac so that I can connect to it from the iPad2? Or can I call from the iPad to the iMac using the same account...?  i.e. does it recognise that even though its the same account its 2 different devices in 2 different places....
    Hope that makes sense...?
    Thanks

    On his iPad, go to Settings>Messages>Send & Receive, tap the ID, sign out, then sign in with the other ID.   For FaceTime, do the same thing in Settings>FaceTime. 
    If you need to change his iPad to a separate iCloud account go to Settings>iCloud, scroll to the bottom and tap Delete Account.  (This will only delete the account from his iPad, not from iCloud.  Your iPad will not be effected by this.)  When prompted about what to do with the iCloud data, be sure to select Keep On My iPad.  Next, set up a new iCloud account using a separate Apple ID, turn iCloud data syncing for contacts, etc. back to On, and when prompted about merging with iCloud, choose Merge.  This will upload the data to the new account.
    Finally, if you have any of each other's data in your iCloud accouts you'll have to go to icloud.com on your computer and sign into each iCloud account separately and manually delete the data you don't want from each account (such as deleting the your contacts from his account, and vice versa).

  • Can I add second credit card to my iTunes/Apple ID ?

    Hi,
    can I add a second credit card to my account ? How ?
    thanks
    JP

    You can change the credit card registered with your iTunes account. You can't have two at once - how would they know which to charge? - and anyway there's nowhere to enter a second one.

  • How can i associate the iPad with my account?

    Hi,
    i got a new ipad 2, first thing ive synchronized it with my iTunes, but i cant download new tv episodes from on the ipad 2. when i downloaded a new app on it ive receive an email saying that the app was downloaded on a computer or device that had not previously been associated with this apple id?
    plus how can i authorise a computer to this account?
    thanks in advance for the support,
    Yasser.

    Thank you for your reply. But I am still facing the same problem. When I get an email notifying me that a news episode is out for the season pass t bought I press on the link to dounload it takes me to ituens and I immediately get a msg saying can't connect to iTunes. After dismissing the msg iTunes opens but in the download section it dose not start to download.
    I have to open my MacBook use the iTunes to download then synchrenize.
    In my first iPad I used to download straight into my iPad.
    Hope I get help for this.
    Thanks.

Maybe you are looking for

  • HT4437 airplay and apple tv

    I have apple tv which is set up to my PC.  Sometimes when I want to listen to my music through my entertainment system via PC and airplay, the airplay does not appear on the computer. Therefore I cannot access apple tv/entertainment system speakers. 

  • LR CC will not open

    I updated PS CC 2014 on both my Macs with no problem but LR CC will not install correctly. Well, it seems like it is installed but the app (1.54 gb in size) does not open.  Uninstalling and reinstalling does no good. Does anyone else have this proble

  • Website Blocker wants to make changes. Type your password to allow this.

    Every time my MAC Pro starts up there is the pop-up window "Website Blocker wants to make changes. Type your password to allow this." I'm running Yosemite, but the problem also existed in Maverick. This happens even before any application is started.

  • Polygon drawn with CG gets distorted after a UIView animation.

    Hi all, I've managed to draw a polygon on an UIView with a helper function that gives me an array of CGPoints which I loop through going CGContextAddLineToPoint. I can rotate the polygon by applying a CAAffineTransformMakeRotation object, I have a UI

  • HT1423 I would like to increase my hardrive from 2tb to 4tb can this be done and how much

    I would like to increase my hardrive from 2tb to 4tb can this be done and how much