Why I can't use FaceTime ?

  I have alresdy an Apple ID,but I can not use my Apple ID to Facetime! Please tell me why?

its that because u stop using about a month

Similar Messages

  • FaceTime: I have a iPad, iPhone, iMac all on the same apple Id/account. Without changing id/email address can I use FaceTime between any 2 of my devices? It works from iPad to iPhone but not the other way??? I would like talk/see my kids if am away

    FaceTime: I have a iPad, iPhone, iMac all on the same apple Id/account. Without changing id/email address can I use FaceTime between any 2 of my devices? It works from iPad to iPhone but not the other way??? I would like talk/see my kids if am away.
    Hope you can help.
    I have added a new email address but kept my Id, but I get busy when trying from iPhone to iPad as they are clashing. Like find my iPhone app hence trying to keep them all on one account

    IOS: using facetime http://support.apple.com/kb/ht4319
    using an ipad will use the email address since you can't make a phone call.  see the link.
    Your basically calling/emailing yourself that's why your getting a busy signal.

  • I do not know why i can't open facetime,messages,reminders and appstore on my macbook pro, please help me out

    i do not know why i can't open facetime,messages,reminders and appstore on my macbook pro, please help me out

    I used cleanmymac for clean up files, always worked fine before maverick, now i used it yesterday and i can not open any kind of programs except google chrome , my last time machine back up was yesterday but according to him he can restore just complete back up and the last one is in october 2013, i am desperate .
    i already tried to fix permits and press weird combos of buttons on restarting. not working.
    please help

  • Can you use FaceTime using two iPads with same apple id

    Have two iPads for wife and I. Both use same apple ID account. Can you use FaceTime between them?

    Heres what you do. got to settings>facetime>add an email and than add another email (note: cannot be the same email that you use on your apple ID) A verifaction email will be sent. Go to your email account and verify the email by clicking on the link. Now using the other ipad, make a facetime call to the email you just verified and you can now facetime between the two!
    One more side note. Make sure that only the email you just verified has a check mark on it. The other ipad shoud have a check mark next to the orginal apple ID email.

  • Can I use Facetime between two devices which both are signed in to the same Apple ID?

    Can I use Facetime to communicate between two Apple devices which are each signed into the same Apple ID?

    Chris CA wrote:
    Phil0124 wrote:
    Yes.
    No.
    And use the new address to call that device.
    What new address?
    Perhaps you mean the OP needs to add a new email address for his AppleID and use that email address.
    Yes. That's what I meant.
    Change the "You can de Reached by Facetime At" for one of them under Settings->Facetime->You can be Reached by Facetimer At.
    I probably should have specified "Change the "You can de Reached by Facetime At"(email address) ...
    NOW TO CORRECT:  Even though I said you could, you can't.
    I tried this out just now and you can't facetime a device using the same Apple ID.
    So yes, you infact need another Apple ID for this. Not just another email address.
    My Bad. sorry.  I don't deserve the 10 points.

  • How can i use facetime over wifi on my iphone 4?

    how can i use facetime on wifi on my iphone 4?

    iPhone User Guide (For iOS 4.2 and 4.3 Software)
    iOS: Using FaceTime

  • Can i use facetime if I upgrade from Mac Os 10.8 to lion?

    Can someone tell me if it's possible to use face time on my mac book pro after this update? Alss Icloud?

    can i use facetime if I upgrade from Mac Os 10.8 to lion?
    Your question is backwards, we must assume that you want to upgrade from Lion to 10.8.

  • Why I can't use javac? and why my program doesn't pop up cmd window?

    I have 2 questions here:
    1) I try to compile my HelloWorld.java using command prompt,
    javac HelloWorld.java
    But it won't work; by right it should create a HelloWorld.class. When I go to Configure/Options/JDK Profile, it is already showing JDK version 1.6.0_07. My environment variables show User variables and System variables with C:\Program Files\Java\jdk1.6.0_07\bin. This is where my JDK is stored, but I don't know why I can't use javac. It keep saying
    'javac' is not recognized as an internal or external command, operable program or batch file
    2) Why is it when I run my java script using JCreator, the print out appear in the box below in JCreator and not in command prompt? How can I make it pop up on command prompt window?

    Things tend to move fasterYep... until something goes wrong... then you're completely stuffed, because you have no idea what's actually happening, because the idjit IDE is hiding all the gory details... it doesn't even tell you what it's doing, let alone how it's doing it, or what to do when it fails.
    Another argument for the command line is that it's simple. There are 16 distinct dialogues involved in adding a new jar to a library in jBuilder... There may well be less than 16 characters in the equivalent edition to the equivalent build command line. That's an extreme case, I admit, but it goes to disprove the notion that IDE's are simpler for noobs.
    Also, it's easier to get help on command line usage... because it's all text based you can just copy & paste the problematic command and it's output, and the eggspurts (tm) can do likewise with a response... and there are limited number of command lines out there... and *nix, windows, and mac cover maybe 99.5% of java users... and the eggspurts are likely to know all three (colectively if not as individuals) fairly well, because they deal with them all day every day.
    My belief is that noob's are better off at the command line until such time as they need (not just want to play with) a visual debugger... at which time its time to download netbeans and eclipse, and see which one suits you better... if you have money to splurge I'd also evaluate intelliJ... But avoid jBuilder, 2008 is total carp! The FREE eclipse is (IMHO) "nicer to use", and it has a LOT less bugs.
    Cheers. Keith.

  • 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

  • Why I Can't use procedure in select statement

    Why I Can't use procedure in select statement

    We can use function in select statement but we couldn't use procedure with one out parameters in select statement... You can use Function because they are designed for this but procedure are not. Functions can return value (without OUT parameter) which can be used in SELECT whereas procedures do not have such concept. As you can see in the above post you can not call even functions also if it has any out parameter.
    I have just trying to use procedure in select statement ..for this I require technical answer..The technical answer is because conceptually procedure is for doing set of operation, performning DMLs on the tables , whereas functions are for processing and producing a single result. Functions are basically for not using INSERT/UPDATE/DELETE in it. That is the reason they are allowed to be used in SELECT because conceptually they are not supposed to do any data changes.
    Regards,
    Avinash

  • If i have multiple iPhones and Mac Mini sharing the same Apple ID, can I use Facetime between the devices?

    if i have multiple iPhones and Mac Mini sharing the same Apple ID, can I use Facetime between the devices?

    Yes, but if you want these devices to have complete capability of calling each other they each must have their own separate, individual e mail address.  If they don't have individual e mail addresses, the i phones will be able to call each other because you'll be using their  individual phone numbers -- the Mac mini will be able to call the i phones, but, the iphones will not be able to call the Mac mini.  This is because the iphones will be using the mini's e- mail address to make the call, and if they have the same e mail address, they will think they are calling themselves, so the call will not connect.
    So, the way I see it is,  if you keep all of the email addresses the same, the only thing you'll loose is the ability of the iphones to call the mini.
    EDIT:  Thinking about it, my first sentence needs to be modified.  Your iphones can share an email address but it must be different from the Mac mini address.
    This isn't rocket science, but it can make your head spin. LOL

  • Why i can't use iCloud tabs on my iPhone 4 ?

    Why I can't use iCloud tabs on my iPhone 4 ? I've surfed in internet With my iPod Touch 4g (ios 6) but i can't find the web pages in iCloud tabs of my iPhone 4. Please help me !

    Hey Snowy Nge,
    Thanks for the question. I understand you are experiencing issues with Personal Hotspot on your iPhone 4. The following article may help to resolve your issue:
    iOS: Troubleshooting Personal Hotspot
    http://support.apple.com/kb/TS2756
    Thanks,
    Matt M.

  • In Siri, I can call by my voice, but why I can not use Siri voice call in my country (Laos), just can call only us phone number; my country we use like 3 number for option call, 8 numbers for call friend but Siri cannot use this please help us, thanks

    In Siri, I can call by my voice, but why I can not use Siri voice call in my country (Laos), just can call only us phone number; my country we use like 3 number for option call, 8 numbers for call friend but Siri cannot use this please help us, thanks
    And please help me can type Laos font in it like andrio phone.

    Hi Cozumel,
    Thanks for posting. I'm sorry you're having problems with your bills. I can take a look at this for you. Drop me an email with your account details and a link to this thread for reference. You'll find the address in my profile.
    Cheers
    David
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • How can i use FaceTime in my iPhone i can't find it on contacts

    how can i use facetime i cant find it in the contacts

    where are you located? in some middle eastern countries facetime is blocked by the government.

  • Can i use FaceTime in my iPhone 4 without wifi?

    Can i use FaceTime in my iPhone 4 without wifi?

    That would depend if you are provisioned by your carrier to use cellular data for facetime.
    My bad didn't see it was an iphone 4

Maybe you are looking for

  • WD External Hard drive not working with new Macbook Pro

    I have recently upgraded to a new Macbook Pro and when connecting a WD 1 TB Passport external hard drive, it doesn't appear on the MBP, but when I connect it to my old Macbook running 10.5.8, it appears normally. Is this a problem with formatting or

  • How to transfer photos from laptop to iPad

    How do I transfer photos from my laptop to my IPad?

  • Can we create serach help for a selection screen field

    Can we create serach help for a selection screen field with out creating searchhelp object. I mean is it possible to create serchelp in the program itself with some specific values i want to give. E.g say we can define any internal table and fill it

  • Everything blurry, happening on render

    premiere elements 8 i googled and searched this forum and found a bunch of threads with similar issues, but none of them seemed to have a solid resolution (lol).  example: http://forums.adobe.com/message/2801228 using the standard hd video settings t

  • How to call script in jsp

    How to call script in jsp 3A-_@. Feb 8, 2007 3:08 AM Hi, I have abc.jsp file where i want to call javascript on pressing submit button. <input type="text" name="UserName" value="" width="30" /> <input type="submit" value="Submit" onclick=" <what shou