Is there away to merge two apple id accounts into one?

I have an apple ID under a Yahoo email and an apple ID under Gmail. I can't get the purchases on my Yahoo apple ID to be active on my current phone. (Currently these tracks are greyed out.) What is best to do?

If you sync your iPhone using iTunes, you could go to Store > Authorize This Computer from iTunes' menu on your computer and enter the yahoo Apple ID and password.  Then resync your iPhone.

Similar Messages

  • Can i merge two apple itunes account into one

    I have two different itunes accts. I would like to merge them into one. So that all my music is located in the same place under one apple Id/itunes account.
    Please help.. by the way some of my music under one id is on a pc and the other is on a mac. Please advise how to make this happen.

    Welcome to the Apple community.
    You can't merge content from two accounts, sorry.

  • Is there a way to merge two apple id's into one?

    Is there a way to merge two apple id's into one?

    DBO501 wrote:
    Is there a way to merge two apple id's into one?
    This is not possible...
    From Here   http://support.apple.com/kb/HE37
    I have multiple Apple IDs. Is there a way for me to merge them into a single Apple ID?
    Apple IDs cannot be merged. You should use your preferred Apple ID from now on, but you can still access your purchased items such as music, movies, or software using your other Apple IDs.

  • Is there a  way to merge two separate iTunes accounts into one?

    Is there a  way to merge two separate iTunes accounts into one?  I don't want to "share libraries."  I just want one account that once stemmed from two seperate accounts and has all of the purchases and history.  Thanks for any help!

    No.

  • HT5622 Can I use two Apple ID account in one device.  Are there irregularities

    Can I use two Apple ID account in one device. Are there irregularities

    You can use one ID for iTunes/iTunes Match, and another for iCloud, without any problems. You can add a secondary iCloud account in System Preferences (or Settings)>Mail, contacts and Calendars. Its data will appear alongside the main iCloud account though you cannot use PhotoStream with it.

  • HT204053 How do I join two Apple ID purchases into One?

    How do I join two Apple ID purchases into One?

    You can't, accounts can't be merged nor content transferred from one account to another account - content will remain tied to the account that downloaded it.

  • GUI - How do i merge two diffrent layout managers into one tab?

    Hello
    I want to create a cellphone, and when you click a button it will be displayed in a textfield
    the buttons are in a grid layout (4,3) and the textfield is in a border layout (NORTH)
    I have the layouts in two seperate tabs, but how do i merge two diffrent layouts in to one tab ?
    textfield:
    package guitelefon;
    import java.awt.*;
    import javax.swing.*;
    public class BorderPanel extends JPanel
       public BorderPanel()
          setLayout (new BorderLayout());
          setBackground (Color.green);
          JTextField output = new JTextField(5);
          add (output, BorderLayout.NORTH);
    }Buttons:
    package guitelefon;
    import java.awt.*;
    import javax.swing.*;
    public class GridPanel extends JPanel
        public GridPanel()
          setLayout (new GridLayout (4, 3));
          setBackground (Color.green);
          JButton b1 = new JButton ("1");
          JButton b2 = new JButton ("2");
          JButton b3 = new JButton ("3");
          JButton b4 = new JButton ("4");
          JButton b5 = new JButton ("5");
          JButton b6 = new JButton ("6");
          JButton b7 = new JButton ("7");
          JButton b8 = new JButton ("8");
          JButton b9 = new JButton ("9");
          JButton bs = new JButton ("*");
          JButton b0 = new JButton ("0");
          JButton bf = new JButton ("#");
          add (b1);
          add (b2);
          add (b3);
          add (b4);
          add (b5);
          add (b6);
          add (b7);
          add (b8);
          add (b9);
          add (bs);
          add (b0);
          add (bf);
    }driver:
    package guitelefon;
    //  LayoutDemo.java       Java Foundations
    //  Demonstrates the use of flow, border, grid, and box layouts.
    import javax.swing.*;
    public class LayoutDemo
         public static void main (String[] args)
          JFrame frame = new JFrame ("Cellhpone");
          frame.setDefaultCloseOperation (JFrame.EXIT_ON_CLOSE);
          JTabbedPane tp = new JTabbedPane();
          tp.addTab ("Grid", new GridPanel());
          tp.addTab ("Border", new BorderPanel());
          frame.getContentPane().add(tp);
          frame.pack();
          frame.setVisible(true);
    }

    a simple example with compilable code:
    import java.awt.BorderLayout;
    import java.awt.GridLayout;
    import javax.swing.*;
    public class Main {
      public static void main(String[] args) {
        JFrame frame = new JFrame("Cellhpone");
        frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        JPanel panel = new JPanel(new BorderLayout());
        panel.add(new FooPanel(), BorderLayout.CENTER);
        panel.add(new BarPanel(), BorderLayout.NORTH);
        frame.getContentPane().add(panel);
        frame.pack();
        frame.setLocationRelativeTo(null);
        frame.setVisible(true);
    class FooPanel extends JPanel {
      private static final String[][] BTN_STRINGS = {
        {"1", "2", "3"},
        {"4", "5", "6"},
        {"7", "8", "9"},
        {"*", "0", "#"}};
      public FooPanel() {
        setLayout(new GridLayout(BTN_STRINGS.length, BTN_STRINGS[0].length, 5, 5));
        for (int row = 0; row < BTN_STRINGS.length; row++) {
          for (int col = 0; col < BTN_STRINGS[row].length; col++) {
            JButton btn = new JButton(BTN_STRINGS[row][col]);
            add(btn);
    class BarPanel extends JPanel {
      private JTextField field = new JTextField();
      public BarPanel() {
        setLayout(new BorderLayout());
        add(field, BorderLayout.CENTER);
    }Edited by: Encephalopathic on Oct 29, 2009 7:56 AM

  • Merge two Livecycle PDF files into one PDF?

    I have a new requirement where I need to take two different PDF forms I'm producing from LiveCycle and merge them together into a single PDF. 
    I have heard that Adobe Acrobat cannot edit LiveCycle files, does anyone know if it is possible to merge two Livecycle PDFs together into a single file?

    Hello Clay,
    This is not available in the standard SAP Interactive Forms by Adobe solution.
    What I can recommend is:
    Step 1: retrive the data back from the PDF files using the getData functionality of the ADS.
    Step 2: Render a new PDF file. The template of this new PDF should contain the template of both original PDF files.
    This should work if both of the original PDF files were created by the SAP Systems ADS.
    Best regards,
    Dezso

  • For some reason, I have several apple id's.  how do you merge several apple id's into one?

    I have one applied which is used in my iTunes account, another that is used for my MacBook Pro and another that is used for my iPhone 5s  How do I consolidate all of my apple id's into one?

    Apparently, you cannot do that:
    Set up your Apple ID for iCloud and iTunes - Apple Support
    If you have made purchases using more than one ID, call Apple Support and state your case. I have heard that they may be able to do something to help you.
    I do not know why Apple makes it so easy to create Apple IDs; they suggest creating them left and right, but make it very difficult to undo once a person realizes how bad it is to use multiple Apple IDs for the same purpose, for example, iTunes Store, or App Store purchases.

  • HT1918 merging two Apple store accounts

    My husband and I each have iPhones on separate Apple store accounts... now our kids are old enough to want ( "need" ) phones and it would be much easier to have the two accounts + the kid's all on one account.... is it possible to "merge" the two accounts without wiping out one of the phones?
    thanks
    Lisa

    No, it is not possible. There are no more @me.com accounts. You can ask Apple for assistance:
    Apple Store Customer Service at 1-800-676-2775 or visit online Help for more information.
    To contact product and tech support: Apple - Support - Contact Apple Support.
    For Mac App Store: Apple - Support - Mac App Store.
    For iTunes: Apple - Support - iTunes.

  • HT204053 Can I merge two Apple ID accounts

    I have two Apple IDs, just cos I didn't really understand what I was doing when I set the first one up years ago and now I have two. Some purchases are on one and some are on the other. It also gets confusing with iCloud. Is it possible to merge the two accounts without losing any of the purchases or saved data?

    It isn't possible to merge them at all.
    (74449)

  • HT204053 Can you merge multiple Apple Id's into one?

    I have two different accounts and one has my music on it. I just bought an Ipad and cannot sync the music from my older Apple ID... I want to keep all my stuff on my new Apple ID. Is it possible to merge the old ID apps and content to the new ID?

    No.
    (76535)

  • How do i merge 2 apple id accounts to one

    I currently have 2 apple id's and would like to consolidate all the information into one of the 2 accounts specifically the apps.  Is this possible?  Thanks

    You can't merge accounts, nor transfer content from one account to another account - content will remain tied to the account that downloaded it.

  • Can you have two apple id accounts on one computer??

    Hi all
    Can you have two seperate apple ID accounts on the one computer?? Imessaging wont work between two iphones if both iphones (husband & wife) use same apple ID account. any help appreciated

    Yes, you can. Apple IDs are really not meant to be shared.

  • HT204053 merge multiple Apple ID's into one Apple ID

    I have multiple Apple ID/accounts and would like to merge into one account

    Cannot be done. Just use one account in the future and remove all private information from the other.  Unfortunately any purchases will remain forever (unless Apple changes its mind) separated.

Maybe you are looking for