HT204053 How can I give my kids apple id's on the same account?

Right now we all share one ID, so the kids are logged in under my name and are now receiving texts from my contacts on their ipads. Should i give them each their own apple ID's or is there a way to keep the one account but add their emails/names to it? Thanks!

There is no way to have different email addresses and names for a single iTunes Store account. But if this is just for messaging, you can set up different email addresses in Settings > Messages > Send & Receive on the iOS devices.
http://support.apple.com/kb/HT3529
Regards.

Similar Messages

  • TS4009 How can I change my iCloud Apple ID to be the same on all my devices?

    I am using one Apple ID for basically everything now on iTunes. But some of my devices, iPad and iPhone use a different Apple ID. Also the Cloud Apple ID is different on my Mac Pro than the Apple TV I just set up. How can I change the iCould ID on my Mac Pro so I can start photo streaming from my computer to my TV?

    Welcome to the Apple Community.
    In order to change your Apple ID or password for your iCloud account on your iOS device, you need to delete the account from your iOS device first, then add it back using your updated details. (Settings > iCloud, scroll down and hit "Delete Account")
    In order to change your Apple ID or password for your iCloud account on your computer, you need to sign out of the account from your computer first, then sign back in using your updated details. (System Preferences > iCloud, click the sign out button)
    In order to change your Apple ID or password for your iTunes account on your iOS device, you need to sign out from your iOS device first, then sign back in using your updated details. (Settings > iTunes & App store, scroll down and tap your ID)
    If you are using iMessages or FaceTime, you will also need to log out and into your ID there too.

  • HT201269 Hi. I have shared an Apple ID with my children for some time.  As they are getting older they do not wnat me seeing all their messages, photos etc so want their own accounts.  How can they access their purchased music and apps on the new account

    Hi. I have shared an Apple ID with my children for some time.  As they are getting older they do not wnat me seeing all their messages, photos etc so want their own accounts.  How can they access their purchased music and apps on the new account please?

    Yes.
    On their iOS devices, under Settings>iTunes & App Store, they should use your Apple ID. When they log into iCloud, iMessage and Facetime, they should use their personal Apple IDs.

  • I live in Afghanistan how can I have a free Apple ID to use the free app

    I live in Afghanistan how can I have a free Apple ID to use the free app

    Try to go into the App Store and try to download an app. When you have the option to sign in or create an Apple ID, choose to create one and you should see a 'none' option under payment.

  • I have a large number of photos imported into iPhoto with the dates wrong.  How can I adjust multiple photos (with varying dates) to the same, correct, date?

    I have a large number of photos imported into iPhoto with the dates wrong.  How can I adjust multiple photos (with varying dates) to the same, correct, date?

    If I understand you correctly, when you enter a date in the Adjust Date and Time window, the picture does not update with the date you enter.  If that is the case then something is wrong with iPhoto or your perhaps your library.
    How large a date change are you putting in?  iPhoto currently has an issue with date changes beyond about 60 years at a time.  If the difference between the current date on the image and the date you are entering is beyond that range that may explain why this is not working.
    If that is not the case:
    Remove the following to the trash and restart the computer and try again:
    Home > Library > Caches > com.apple.iphoto
    Home > Library > Preferences > com.apple.iPhoto (There may be more than one. Remove them all.)
    ---NOTE: to get to the "home > library" hold down option on the keyboard and click on "Go" > "Library" while in the Finder.
    Let me know the results.

  • How can I create multiple versions of a video within the same project?

    OK...this is a probably a very basic question but I'm not sure how to word it clearly.
    How can I create multiple versions of a video within the same project? What I mean is that I have a bout 50 minutes of video and I want to make two DVDs using different clips from this original 50 minutes of footage. It would be a real pain to have to re-import the video AGAIN for the second DVD. I suppose I could drop anything I don't want to burn to DVD back into the clips pane but that would wipe out all my transitions wouldn't it? I want to save each project in their “raw” form so I can burn additional DVDs later otherwise I would just do them one at a time and not care about one of them being destroyed.
    Wow...that was a mess. Does anyone understand what the heck I’m asking? I hope so.

    How can I create multiple versions of a video within the same project?
    You can't. You make separate projects using the same or different clips, segments, transitions, titles, etc. You can even duplicate the first project and then modify/make the desired changes in the duplicated project. Each project can then be burned as a different DVD or as different titles on the same DVD if there is enough room.

  • How can I see my reminders in my Mac in the same way I see them in my iPad and iPhone

    How can I see my reminders in my Mac in the same way I see them in my iPad and iPhone, I is easier to work with reminders in Ipad and Iphone rather to see them like a list on ICal

    The calendar seems to be the only way to see reminders right now. I'm aware of no 3rd party program that deals with just reminders...but I'd like to find one.

  • How can I do to acquire and save date in the same time and in the same file when I run continual my VI without interrupti​on.

    I've attached a VI that I am using to acquire amplitude from Spectrum analyzerse. I tried to connect amplitude ouput to the VI Write Characters To File.vi and Write to Spreadsheet File.vi. Unfortunately when I run continual this VI without interruption, labview ask me many time to enter a new file name to save a new value.
    So, How can I do to aquire and save date in the same time and in the same file when I run continual my VI for example during 10 min.
    Thank you in advance.
    Regards,
    Attachments:
    HP8563E_Query_Amplitude.vi ‏37 KB

    Hi,
    Your VI does work perfectly. Unfortunately this not what I want to do. I've made error in my last comment. I am so sorry for this.
    So I explain to you again what I want to do exactly. I want to acquire amplitude along road by my vehicle. I want to use wheel signal coming from vehicle to measure distance along road. Then I acquire 1 amplitude each 60 inches from spectrum analyzer.
    I acquire from PC parallel port a coded wheel signal coming from vehicle (each period of the signal corresponds to 12 Inches). Figure attached shows the numeric signal coming from vehicle, and the corresponding values “120” and “88” that I can read from In Port vi.
    So I want to acquire 1 time amplitude from spectrum analyser each 5
    period of the signal that I am acquiring from parallel port.
    So fist I have to find how can I count the number of period from reading the values “120” and “88” that I am acquiring from In Port (I don’t know the way to count a number of period from reading values “120” and “88”).
    Here is a new algorithm.
    1) i=0 (counter: number of period)
    2) I read value from In Port
    3) If I acquire a period
    i= i+1 (another period)
    4) If i is multiple of 5 (If I read 5 period)
    acquire 1 time amplitude and write to the same
    file this amplitude and the corresponding distance
    Distance = 12*i). Remember each period of signal
    Corresponds to 12 Inches).i has to take these
    values: 5,10,15,20,25,35,40,45,50,55,60............
    5) Back to 2 if not stop.
    Thank you very much for helping me.
    Regards,
    Attachments:
    Acquire_Amplitude_00.vi ‏59 KB
    Figure_Algorithm.doc ‏26 KB

  • When printing two-sided from my Mac on landscape A4 with 2 columns, how can I get my HP Photosmart 6520 to print the same way up?

    When printing two-sided from my Mac on landscape A4 with 2 columns, how can I get my HP Photosmart 6520 to print the same way up?

    Or, it is set the other way around (which makes more sense). Even though you are in Landscape mode, it is binding on the Long Side of the paper. Since you are in Landscape, you would want it to bind on the short side.
    Think of the Binding like a Book. How would you flip the finished pages to read the “book.” Where it would be bound in the imaginary book is how you want it to print.

  • How can I use FaceTime between 2 I-Pads sharing the same email account

    How can I use FaceTime between 2 I-Pads sharing the same email address

    Cstearns-
    I only have one iPad, but was able to add myself to the list of Favorites.  When I tried to call, I was not available!
    You should also take a look at the Skype App for iPhone.  It works on the iPad, where you can choose 2X to expand the display.  I haven't tried to add myself to Skype, but have been able to have it connected on both my computer and the iPad at the same time.
    You might also consider getting a second address from G-Mail, just for use with FaceTime.
    Fred

  • How can I order two different calendars from iPhoto in the same order?

    How can I order two different calendars from iPhoto in the same order?

    You cannot - the "Buy Calendar" button is only available, while viewing one calendar. You can order more than one copy of the same calendar on one order, however.

  • I have a library set up for my i-pop touch, how can my wife set up her i-phone on the same pc?

    I have a library set up for my i-pod touch, how can my wife set up her i-phone on the same PC but with a seperate library location?

    You can sync multiple iPods and iOS devices with the same iTunes library on one computer. Each device has its own sync preferences with iTunes and iTunes creates and updates a separate backup for each device.
    Under the same computer login account, you can have separate iTunes libraries which will require manually having to log in and out of each one with iTunes which isn't necessary.
    If you want separate iTunes libraries for you and your wife, probably best to create a separate computer login account for your wife where her iTunes library is completely seperate along with the rest of her data on the computer.

  • How can i delete all songs on my ipad at the same time?

    How can I delete all songs on my ipad at the same time without affecting my library on itunes?

    Use IMAP Mail e.g. Gmail

  • How can I flip/mirror and image horizontally/vertically in the same programme? Is there a keyboard s

    How can I flip/mirror and image horizontally/vertically in the same programme? Is there a keyboard shortcut? Mac, latest version.
    Thanks in advance..

    Rola.AlGhalib wrote:
    …but figured how can an editing software not have the simplest things…? …
    Bridge is categorically NOT "editing software".  It's just a file browser, no more and no less.  Period.
    Bridge does not "edit" anything.  Bridge doesn't even open anything.  It just hands files to the appropriate application, whether this be Adobe Camera Raw, Photoshop, Illustrator, Acrobat, InDesign, or even Microsoft Word.
    No, there will most likely never be "an update" for this. 

  • How can i use both Windows and Mac os at the same time on my iMac

    How can i use both Windows and Mac os at the same time on my iMac

    You can use Parallels desktop or VM Fusion to run both operating systems at the same time. Both programs work well, but I personally perfer VM Fusion.

Maybe you are looking for

  • Safari keeps crashing and wont update

    Hello I have been having a problem for a while when trying to install updates on my mac whereby it keeps quiting unexpectedly.  The updates it is trying to install at the moment are safari 5.0.3 and itunes 10.1.1.  I tried installing the updates agai

  • How do i use Java to read the data in XML files?

    Hi, I'm rather interested in using XML in my javacodes, as i think it will be of more OO. I want to make use of XML in my javacodes, but i don't know how to start doing it, so i hope someone would be able to enlighten me on this, =) Some examples wou

  • Download pictures from camera to photoshop elements 10

    How do you down load from my pictures to photoshop elements 10

  • My broadband is slower than my neighbours

    Hi, We have suffered with slow broadband ever since we moved in 2 years ago, and it seems to be getting worse.  After swapping from the previous ISP to BT, due to unrelated issues, I was hoping that the service would be better, but it is not.  I have

  • Shortening the .fla development process

    hello all, I am going to try and make a small website with flash.  what I am going to try and make it look like is the cosmos (solar system, or moon landscape maybe).  a planet will be a button, which will take me to another page that's playing anoth