New iPhone, but some iMessages are still going to my old one.

I just got a new iPhone, with my old iPhone now acting as an iPod touch (no sim). Also have an iPad 2 and my Apple IDs and receiving email addresses are the same across all three devices for iMessage.
Some iMessages are only coming through to my old iPhone though (others to my new one, and some to both new one and iPad).
If I wipe my old iPhone I'm concerned I won't receive some of my iMessages.

If you want to stop recovering them on your old phone, go to settings, messages, and turn off iMessage. As for the weird syncing between iPad and iPhone, I have the same issue, my phone gets all messages, iPad gets some.

Similar Messages

  • I changed my apple I.D email address but the receipts are still going to my old email address, how do I make it so the receipts go to my new email address?

    My email address works to login it just doesn't send the receipts to my new email address!

    If you want to change your iCloud ID or password on your phone go to Settings>iCloud and tap Delete Account, then sign back in with your updated information.  Note: this only deletes the account and any synced data from your phone, not from iCloud.  Provided you are signing back into the same account and not changing accounts it will be synced back to your device when you sign back in.

  • We have had to change to a new router but the Macbook Pro still reverts to the old router.  How can this new one be made the default?

    We have had to change to a new router but the Macbook Pro still reverts to the old one. How can we lose this and make the new router the default?

    Go to "Network" under system preferences and choose "advanced"
    On the Wi-Fi tab you can sort the sequence of the preferred connections.
    Then just move your new router to the top of the list.

  • I sold my iphone and the imessage are still coming in on my new and old Iphone. I can I solve this?

    I sold my iphone and the imessage are still coming in on my new and old Iphone. I can I solve this?

    And to add to what KiltedTim provided, http://support.apple.com/kb/TS5185

  • I got a new galaxy s4 but my text msg still going to my old iphone4

    I got a new galaxy s4 but my text msg still going to my old iphone4

    I started with my carrier, Verizon, and they referred me to Apple/Support. They are regular text messages and since I upgraded to the S4 the text messaging remains with the old iphone4, as odd as it sounds.
    Verizon tech said that he had seen this before and Apple could disconnect the iphone completely which supposedly solves the problem. I've had no luck getting to anyone with Apple Support.

  • HT1245 i lost my iphone but my contacts are still on icloud  how do i transfer to my gmail account ?

    i lost my iphone but my contacts are still on icloud  how do i transfer them to my gmail account without my phone ?

    You would't be able to do this with the iPhone.
    You can access your iCloud online contacts with a supported address book app on your computer. Export the contacts from there for import into your Gmail online address book.
    Or you can login with your iCloud account via webmail access using a browser on your computer. There is an option for selecting all contacts followed by exporting all as a single vCard file on your computer. If Google supports importing vCards, you can import the contacts that way.

  • I have cookies enabled but some websites are still telling me I can't use them because I don't have cookies?

    I have cookies enabled but some websites are still telling me I can't use them because I don't have cookies?

    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Test. If the sites still don't work, they're incompatible with Safari. Use another browser, such as Firefox, to access them.

  • I have changed my username and password but the apps are still asking for my old username and password. How do I change that

    I have changed my username and password for my apple account but the apps previously linked to it are still asking for the old info. And I don,t know it so that's why I updated it

    Apps are permanently tied to the ID and password used to purchase them. If you do not remember that information, you cannot update them. If you ned these apps, you will have to repurchase them under your new ID.

  • I have cleared all my music from my iPhone. I have "Sync music" unchecked on iTunes, but some songs are still on "on this phone" in itunes, how to clear it from itunes "on this phone" ?

    iOS 8.0
    I have "Sync music" unchecked on iTunes and I have cleared all my music from my iPhone.
    On my Mac, on itunes (version 11.4) if you click on "on this phone", there are still remaining 70 songs...
    how to clear it from itunes "on this phone" ?

    What you have on your computer is your iTunes library, not an iTunes "account."  The account that is related to iTunes is your Apple ID, which you use to sign in to the iTunes Store and make purchases.  It is also used with iCloud.  iPods (that are not iPod touch) are associated with your iTunes library, not to your Apple ID.
    So, I think you probably just need to set up (or update) automatic syncing for the iPod.  If it's not set up to sync those new songs, iTunes still syncs the iPod, but it syncs nothing
    In iTunes, if the sidebar (along left side of iTunes window) is hidden, from the menu bar, under View, select Show Sidebar.  In the sidebar, the iPod appears under DEVICES, when it is connected.
    Select the iPod in iTunes.  There is a row of buttons, starting with Summary.  Click on Music next to Summary.  This is the iPod's Music screen, where you tell iTunes how to sync songs to the iPod.
    Check the box for Sync Music (if it's not already checked).  If your iTunes music library fits completely on the iPod, you can choose to sync Entire music library.  Otherwise, you can choose to sync Selected playlists, artists, albums, and genres.  On the lists below, checkmark the playlists, artists, albums, and/or genres that you want on the iPod.  When you click Apply, the songs from your selection sync to the iPod.
    One convenient way to set this up (if you can't sync the entire iTunes music library) is to create a new playlist in your iTunes library.  Name it "iPod Songs" (or whatever you want).  Put ALL songs that you want on the iPod on this playlist, including those new songs.  Back on the iPod's Music screen in iTunes, select this playlist under Playlists.  Going forward, to update songs on the iPod, just update that playlist in your iTunes library (add/remove songs).  The next time you connect the iPod (or click the Sync button), iTunes automatically syncs the same changes to the iPod.

  • Adding new contacts but the requests are not going...

    Hi, 
    Please assist me on this critical issue. I was using latest version of skype that is 7.5 as it upgraded itself many times during the years. I have been adding new connections to my account as i deal with social media websites. Recently i discovered that the contact requests are not going through. 
    I mean the contacts are real and they are active but when i add them to my skype. The request was sent but not delivered actually. I tested that by creating one more personal account. I have sent request from my primary account to the new one. I checked the new account to see if i got the request or not. And yes there was no request. 
    Then i tried sending request from my new account to the primary one. And i got the contact request. Wondering is that issue related to my account or version. I am sure it is not the case with the version because the new account is using the same version too.
    Please let me know. My skype - [Removed for privacy] and I would like to test it with some of your guys here. 

    Thanks everyone.
    It worked when I changed "Point.java" as follows:
    public class Point {
         private int x;
         private int y;
         public int getXCoordinate()
              return x;
         public int getYCoordinate()
              return y;
         public void setXCoordinate(int newX)
              x = newX;
         public void setYCoordinate(int newY)
              y = newY;
         public Point(int x, int y)
              setXCoordinate(x);
              setYCoordinate(y);
    }Edited by: Abder-Rahman on May 8, 2009 1:10 PM

  • Hi!! I would like to know how to get my apps back. I got a new Iphone but my apps are in my pc and I do not know how to do it.

    Hi
    Can somebody helme to get my apps back?....
    I got another Iphone and my apps are in my PC, I already sincroniced but nothing happend..
    Thank you from San José del Cabo México

    Normally when you connect a new iPhone to your computer iTunes will recognize it as a new iPhone and ask you how would you like to set it up.  If you didn't get that screen then you may have used the iPhone prior.  If it didn't  then try deleting all data then connect the iPhone 4 to the computer and it should go to the iPhone setup screen where it will give you the opportunity to setup your iPhone as a new device (the name of your old iPhone should be in the name box).  If that don't happen then do this, keep your iPhone connected to the computer, launch iTunes then click on the iPhone icon in the left window then click on the app tab on the main window make sure all of the app have a check in the check box, also check all of your other tabs then re-sync. 

  • Chart builder finish but some threads are still alive ?!?!?!?

    Hello all,
    I'm using oracle chart builder for presenting data in my
    application. I use it after supplying its data for gif file
    generation. The chart is stacked bar but I don't think this is the
    problem.
    The problem is that it generates the gif file successfully but my
    application is still running after the main method is finished, I
    debugged it and I found about three threads are up:
    Thread[AWT-EventQueue-0]
    Thread[SunToolkit.PostEventQueue-0]
    Thread[AWT-Windows]
    I doubted my code - but I'm taking it copy paste from developer's
    guide - and I debugged another Java file from a sample that comes with
    the kit and the same problem happened ?!?!?
    Does anyone know y?
    I saw lots of SunToolkit.PostEventQueue-0 & AWT-EventQueue-0 problems, but I don't find matching my situation, nearly some mentioned problem in native threads or something, but I think the problem is related to AWT more
    I used in testing both Oracle JDeveloper 9i release 3, and IBM
    WebSphere Studio Application Developer 4.0.3 ( both JDK 1.3)
    Thankx

    I used ctrl-break to display all threads working and the following was printed:
    "Thread-6" prio=5 tid=0x2349f8 nid=0x9e0 waiting on monitor [0..0x6fb38]
    "AWT-Windows" prio=5 tid=0x8a07e50 nid=0x894 runnable [0xba9f000..0xba9fdc4]
    at sun.awt.windows.WToolkit.eventLoop(Native Method)
    at sun.awt.windows.WToolkit.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    "SunToolkit.PostEventQueue-0" prio=5 tid=0x8a07878 nid=0x88 waiting on monitor [
    0xba5f000..0xba5fdc4]
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Unknown Source)
    at sun.awt.PostEventQueue.run(Unknown Source)
    "AWT-EventQueue-0" prio=7 tid=0x8acbe30 nid=0x980 waiting on monitor [0xba1f000.
    .0xba1fdc4]
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Unknown Source)
    at java.awt.EventQueue.getNextEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    "Thread-4" daemon prio=5 tid=0x8ad6be8 nid=0x90c waiting on monitor [0x99bf000..
    0x99bfdc4]
    at java.lang.Thread.sleep(Native Method)
    at org.apache.log4j.helpers.FileWatchdog.run(FileWatchdog.java:95)
    "Thread-3" daemon prio=5 tid=0x8ad6aa0 nid=0x8c0 waiting on monitor [0x8f5f000..
    0x8f5fdc4]
    at java.lang.Thread.sleep(Native Method)
    at org.apache.log4j.helpers.FileWatchdog.run(FileWatchdog.java:95)
    "Thread-2" daemon prio=5 tid=0x8a37008 nid=0x900 waiting on monitor [0x8f1f000..
    0x8f1fdc4]
    at java.lang.Thread.sleep(Native Method)
    at org.apache.log4j.helpers.FileWatchdog.run(FileWatchdog.java:95)
    "Thread-1" daemon prio=5 tid=0x8b63c0 nid=0x948 waiting on monitor [0x8edf000..0
    x8edfdc4]
    at java.lang.Thread.sleep(Native Method)
    at org.apache.log4j.helpers.FileWatchdog.run(FileWatchdog.java:95)
    "Thread-0" daemon prio=5 tid=0x8b64a8 nid=0x9c0 waiting on monitor [0x8e7f000..0
    x8e7fdc4]
    at java.lang.Thread.sleep(Native Method)
    at org.apache.log4j.helpers.FileWatchdog.run(FileWatchdog.java:95)
    "Signal Dispatcher" daemon prio=10 tid=0x7fdf28 nid=0x72c waiting on monitor [0.
    .0]
    "Finalizer" daemon prio=9 tid=0x7fabb8 nid=0x560 waiting on monitor [0x8c5f000..
    0x8c5fdc4]
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(Unknown Source)
    at java.lang.ref.ReferenceQueue.remove(Unknown Source)
    at java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)
    "Reference Handler" daemon prio=10 tid=0x7f9368 nid=0x9a8 waiting on monitor [0x
    8c1f000..0x8c1fdc4]
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Unknown Source)
    at java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)
    "VM Thread" prio=5 tid=0x23f638 nid=0xa28 runnable
    "VM Periodic Task Thread" prio=10 tid=0x8a4f48 nid=0x92c waiting on monitor

  • I changed my i tunes username and password a while ago, but there are still remnants of the old one appearing. I now want to wipe my iPhone, but can't as it is logging me in with my old username, and asking for the old password, which i can't remember.

    I changed my itunes username and password a while ago, but it still sometimes keeps popping up. I now want to erase my iphone, but i can't because it is asking me for my old password, which i can't remember. My old user name was an email address, however i no longer have the email address!! Help please community.

    https://iforgot.apple.com/
    iOS: Unable to update or restore - http://support.apple.com/kb/HT1808 - recovery mode (e.g., cannot connect to computer last used to sync device, iTunes still asks for a password)

  • Recently bought new iPhone, but serial number shows it is 6 months old?

    I can't figure this out.
    On April 2nd 2008, I bought a new iPhone, in the shrinkwrapped black box, from an Apple store. But I have just realized that that serial number on it, starting with 7W743, means it was manufactured in October of 2007. It also had the latest 1.1.4 firmware.
    I can't believe this phone was somehow sitting around unsold for 6 months (and if so how did it get the latest firmware)? And I don't think it's a refurb since it wasn't in the white box and they didn't say anything about it being a refurb. Does anyone have any idea how this might happen?
    Thanks for any ideas.

    What difference does it make when it was manufactured? It was brand new in a sealed box with the latest firmware installed. You have full warranty to cover you if anything goes wrong. If you want a little more piece of mind, get AppleCare for it.
    Have an iPhone or iPod touch? Enter Mac611.com in Safari on it for 'mobile Mac support.'
    Disclaimer required by Apple Discussions Terms of Use: Mac611 may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • I put my sim card into a new iphone and tried to change it back to the old one and now the phone is locked. It's asking for a passcode and I didn't have a passcode set up.

    Hi! I need help! I put my sim card into a new iphone (3g) and then tried to put it back into the old one to get my contacts from it. Now the old iphone is locked and it's asking for a passcode, but I never set up a passcode on it. Has anyone experienced this or does anyone know what to do? Thanks!

    Not sure if this applies to your region, but in Australia the SIM password is often written on the "credit card" sized plastic card that the SIM was provided to you with the phone by the telco. Do you still have this? It could be in the iPhone box?

Maybe you are looking for