Why does my iMessage not work even with my apple ID signed in?

Why does my iMessage not work even with my apple ID signed in?

Using FaceTime http://support.apple.com/kb/ht4319
Troubleshooting FaceTime http://support.apple.com/kb/TS3367
The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
http://tinyurl.com/a7odey8
Troubleshooting FaceTime and iMessage activation
http://support.apple.com/kb/TS4268
iOS: FaceTime is 'Unable to verify email because it is in use'
http://support.apple.com/kb/TS3510
Using FaceTime and iMessage behind a firewall
http://support.apple.com/kb/HT4245
iOS: About Messages
http://support.apple.com/kb/HT3529
Set up iMessage
http://www.apple.com/ca/ios/messages/
iOS 6 and OS X Mountain Lion: Link your phone number and Apple ID for use with FaceTime and iMessage
http://support.apple.com/kb/HT5538
How to Set Up & Use iMessage on iPhone, iPad, & iPod touch with iOS
http://osxdaily.com/2011/10/18/set-up-imessage-on-iphone-ipad-ipod-touch-with-io s-5/
Troubleshooting Messages
http://support.apple.com/kb/TS2755
Troubleshooting iMessage Issues: Some Useful Tips You Should Try
http://www.igeeksblog.com/troubleshooting-imessage-issues/
Setting Up Multiple iOS Devices for iMessage and Facetime
http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
FaceTime and iMessage not accepting Apple ID password
http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
FaceTime, Game Center, Messages: Troubleshooting sign in issues
http://support.apple.com/kb/TS3970
Unable to use FaceTime and iMessage with my apple ID
https://discussions.apple.com/thread/4649373?tstart=90
How to Block Someone on FaceTime
http://www.ehow.com/how_10033185_block-someone-facetime.html
My Facetime Doesn't Ring
https://discussions.apple.com/message/19087457
Send an iMessage as a Text Message Instead with a Quick Tap & Hold
http://osxdaily.com/2012/11/18/send-imessage-as-text-message/
To send messages to non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
How to Send SMS from iPad
http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
You can check the status of the FaceTime/iMessage servers at this link.
http://www.apple.com/support/systemstatus/
 Cheers, Tom
BTW- Your profile shows you have iOS 6.1.4 installed. The max iOS for an iPad is 6.1.3. iOS 6.1.4 is for iPhones only.

Similar Messages

  • Why does my imessage not work with only 1 phone number

    Why does my imessage not work with only 1 phone number? It keeps going to imessage and then back to text message

    Both you and the recipient have to have active data connections, and both devices have to have iOS 5 or higher to be able to use iMessage. Also, they both have to have iMessage activated. If that is already the case, there is a possiblility that iMessage is down. It has gone up and down several times in the past week. Check this page for status, and if necessary you can report a problem with a link in the lower right corner. http://www.apple.com/support/icloud/systemstatus/

  • Why does my imessage not work with some phones

    Its come to my attention that with some Iphone 4s and Iphone 5 users my imessage as well as facetime does not work. Why is this?

    LilEther wrote:
    Why is this?
    How would we know?  We're not in possession of their or your phone to troubleshoot or see how it's configured.

  • Why does my imessage not work?

    I am a new ipad user and am trying to use imessage.  The application is turned on in settings but when I try to send a message to a  contact's iphone it tells me that the contact is not registered?  I do not understand.  Have I missed something in the set up?

    Am I understanding this correctly (and the other posts I am reading)?  Ipad's cannot send text messages to certain Non Apple users?  I must be missing something because that seems really stupid.  I must be misunderstanding why I am getting the "this number is not registered".
    What is the work around to send to an android user a text message.  Please help...
    Paula (Catnapurr)

  • HT1414 WHY DOES MY IMESSAGE NOT WORK AND CANNOT ACTIVATE MY PHONE

    I HAVE AN APPLE IPHONE AND CAN NOT GET IT TO USE IMESSAGE AS IT SAY WAITING FOR ACTIVATION BUT WHEN I SEND A MESSAGE IT SAYS ERROR

    Both you and the recipient have to have active data connections, and both devices have to have iOS 5 or higher to be able to use iMessage. Also, they both have to have iMessage activated. If that is already the case, there is a possiblility that iMessage is down. It has gone up and down several times in the past week. Check this page for status, and if necessary you can report a problem with a link in the lower right corner. http://www.apple.com/support/icloud/systemstatus/

  • Why expdp table mode not work even with EXP_FULL_DATABASE

    Hi All,
    i want to move several tables from schema A to schema B using expdp/impdp at database KTBDB.
    ktbdba is the db admin account of KTBDB.
    here is the expdb command:
    C:\Windows\system32>expdp ktbdba/password@KTBDB_TNS directory=tmp_dir dumpfile
    *=tabledumptest.dmp logfile=tabledumptest.log tables=a.dept;*
    but i got the three errors:
    ORA-39165: Schema A was not found.
    ORA-39166: Object DEPT; was not found.
    ORA-31655: no data or metadata objects selected for job
    the schema name and table name are correct.
    i can do this
    select from a.dept;*
    ktbdbs has the following dba privileges: *(select * from DBA_ROLE_PRIVS where grantee = 'KTBDBA' ORDER BY GRANTED_ROLE;)*
    APEX_ADMINISTRATOR_ROLE
    CONNECT
    CTXAPP
    DBA
    EJBCLIENT
    EXECUTE_CATALOG_ROLE
    EXP_FULL_DATABASE
    GATHER_SYSTEM_STATISTICS
    IMP_FULL_DATABASE
    JAVADEBUGPRIV
    JAVAIDPRIV
    JAVASYSPRIV
    JAVAUSERPRIV
    JAVA_ADMIN
    JAVA_DEPLOY
    MGMT_USER
    OEM_ADVISOR
    OEM_MONITOR
    OLAP_DBA
    OLAP_USER
    RECOVERY_CATALOG_OWNER
    RESOURCE
    SCHEDULER_ADMIN
    SELECT_CATALOG_ROLE
    WM_ADMIN_ROLE
    XDBADMIN
    XDBWEBSERVICES
    Do you have any clues why the three error happened?
    Thanks
    Edited by: user10833860 on Nov 22, 2010 8:46 AM

    now the problem is fixed by placing tables clause right after the connection string like this:
    expdp ktbdba/password@KTBDB_TNS tables=a.tabl1, a.tabl2, a.tabl3, a.tabl4 directory=tmp_dir dumpfile
    =tabledumptest.dmp logfile=tabledumptest.log;
    but i when i import a.tabl1 2 3 4 into another schema B. I got another error
    ORA-39002: invalid operation
    ORA-39040: Schema expression " IN ('A')" must identify exactly one schema.
    here is the impdp command:
    impdp tbdba/password@KTBDB_TNS tables=b.tabl1,b.tabl2,b.tabl3,b.tabl4 directory=tmp_dir dumpfile=tisbnk_ktbv_tbls_export.dmp logfile=tisbnk_ktbv_tbls_import.log;
    why did this happen.
    thanks

  • Why does flash player not work with facebook?

    Why does flash player not work with fcebook?  Whenever I wish to view a video, I get the message that i need to upgrade my flash player. Then no matter how often I download and install flash player I still get the message that I need to upgrade my flash player.  When I go check which version I have, I always get the message that I have the most current one.  I run Mozilla Firefox with Windows.  I don't know anything else.
    Message was edited by: khettich

    This means you don't have the latest version installed.  Update to 11.9.900.117, and Firefox will allow it: Flash Player Plug-in (All other browsers)

  • Why does Java Application not working with Macromedia Flash 5 or MX?

    Why does Java Application not working with Macromedia Flash 5 or MX?

    Who says they don't?
    Although I don't know much about those I'd think they should be able to talk to Java Aps using Sockets or request Servlets ...
    Spieler

  • Why Does Dynamic Link Not Work

    I purchased the CS5 Adobe Production Premium.  I have been working in Premiere and I have been learning about how to use Dynamic Link. I want to be able to alter clips in After Effects and bring them back and forth into Premiere.  When I go to File/ Adobe Dynamic Link/New After Effect Composition, I get this message:
    Adobe Dynamic Link Requires Adobe Production Premium.
    Since I own production premium, I do not know why I am getting this message.  I have reinstalled the CS5 Production Premium Software twice and it still gives me the same message.  What can I do to get Dynamic Link Working.

    Thank you for the tip.  Could you possibly tell me how to deactivate and
    then reactivate the suite.  I am using a Macbook Pro laptop running OS
    10.6.4.  I do not even know where to start.
    From:   Colin Brougham <[email protected]>
    To:     Dan Seanor <[email protected]>
    Date:   03/15/2011 09:55 AM
    Subject:        Why Does Dynamic Link Not Work
    Deactivate the software (not uninstall), and then reactivate the suite.
    This often fixes this. You can opt to leave the serial number on the
    system; no need to clear it and re-enter it.

  • Why does adobe flash not work in my firefox. i have down loaded it several times. it will work in explorer and chrome.

    why does adobe flash not work in my firefox. i have down loaded it several times. it will work in explorer and chrome.

    IE uses a different version of Flash than other browsers use. You need to install the Plugin version of Flash for Firefox.
    1.Download the Flash setup file from here: <br />
    [http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player.exe Adobe Flash - Plugin version]. <br />
    Save it to your Desktop.<br />
    2. Close Firefox using File > Exit <br />
    then check the Task Manager > Processes tab to make sure '''firefox.exe''' is closed, <br />
    {XP: Ctrl+Alt+Del, Vista: Shift+Ctrl+ESC = Processes tab}
    3. Then run the Flash setup file from your Desktop.

  • HT4993 why does my internet not work when not connected to wifi?

    why does my internet not work when not connected to wifi

    Hi farmgirl0812,
    Thanks for using Apple Support Communities.  This article has steps to try if you are unable to connect to a cellular network:
    iPhone: Troubleshooting a cellular data connection
    http://support.apple.com/kb/ts3780
    Cheers,
    - Ari

  • Why does photo stream not work on 4g

    Hi, I have a iPhone and a Mac and an iCloud account, but why does photo stream not work on 4g, but as soon as I connect to wifi, it send photos to photo stream, can please tell why it does not send photos to photo stream when on 4g, thanks.

    The data requirements for sending potentially many photos can be too taxing/costly on a carrier's data plan.

  • Why does the alarm not work when the iphone 4 is turned off

    why does the alarm not work when the iphone 4 for is  turned  off works fine when on most other phones work when off

    The only phone I've ever had that would turn on and sound the alarm is a Blackberry. So, I'd hardly say "most phones" have this function.

  • Why does the mail not work when i updated my 5s to iOs 8?

    why does the mail not work when i updated my 5s to iOs 8?

    Thank you for the reply. But can you tell me what this configuration is about and how I should do this?

  • Why does the swiping not work to scroll down the screen

    why does the swiping not work to scroll down the screen or swipe from side to side

    Thank you for the reply. But can you tell me what this configuration is about and how I should do this?

Maybe you are looking for