HT201363 I don't remember the answers too my security questions, and the rescue email address is no longer active, is there any other way to reset the security questions?

I added a voucher to my account and now i cannot spend the money on it as it asks me to answer security questions, i have not used the iTunes store in many months and so i have no idea what the answers are to them. And the rescue email i setup is no longer an account I use so i cannot acces it to reset the questions, am i stuck or is there a solution?

You need to contact Apple. Click here, phone them, and ask for the Account Security team.
(86477)

Similar Messages

  • I've forgotten my security questions and my rescue email address is no longer available due to the address is many uears ago, what can I do for purchasing in itunes store?

    I've forgotten my security questions and my rescue email address is no longer available due to the address is many uears ago, what can I do for purchasing in itunes store?

    You won't be able to change your rescue email address until you can answer your questions, you will need to contact iTunes Support / Apple in your country to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset you can then use the steps half-way down this page to update your rescue email address for potential future use : http://support.apple.com/kb/HT5312

  • I have an iphone 4 and i forgot it's restriction passcode, i can't restore it and also can't update it. is there any other way to reset the restriction passcode?

    i want to reset my iphone to came back to it's factory setting, but it needs restriction passcode and i can not remember it, i can not even restore my iphone to get rid of this problem, is there any other way to turn off restriction passcode?

    The only way to get rid of the restrictions passcode is to restore the device. Why can you not restore the device. The restrictions passcode will not prevent you from restoring, only the regular 4-digit passcode to enter the phone can do that. If that is your problem, then see this support document for instructions. http://support.apple.com/kb/ht1212

  • HT1349 I forgot the answer to my security questions and I don't have a rescue email, whenever I receive a call from apple support it disconnects, is there any other way of resetting security questions?

    I forgot the answer to my security questions and I don't have a rescue email, whenever I receive a call from apple support it disconnects, is there any other way of resetting security questions?

    From a Kappy  post
    The Best Alternatives for Security Questions and Rescue Mail
    1.  Send Apple an email request at: Apple - Support - iTunes Store - Contact Us.
    2.  Call Apple Support in your country: Customer Service: Contact Apple support.
    3.  Rescue email address and how to reset Apple ID security questions.
    An alternative to using the security questions is to use 2-step verification:
    Two-step verification FAQ Get answers to frequently asked questions about two-step verification for Apple ID.
    Just wait for Apple/iTunes to reply

  • HT201303 I know my username and password but forgot the answers to the security questions and my recover email address is no longer valid.

    I know my username and password but forgot the answers to the security questions and my recover email address is no longer valid.  What to do?

    Basically, none; if desired, you can fill out and submit this form, but will probably be told to call.
    (122649)

  • My wifi button is frezon and I tried turning my phone off for a period of time and reset my phone but the button is still frezon it want slide over to turn on my wifi. Is there any other way to fix without going to apple to get it fixed?

    My wifi button is frezon and I tried turning my phone off for a period of time and reset my phone but the button is still frezon it want slide over to turn on my wifi. Is there any other way to fix without going to apple to get it fixed?

    Hey Posada143, You can still try the rice thing, but do not expect much, as roaminggnome has stated. The rice only works if you do it ASAP and leave the iPod off-- do not attempt use, turn on or charge until it is completely dried out. This is probably academic at this point but remember this for the next time: The drying can take 10 days. You put the uncooked rice and iPod in a sealed bag, change the rice every couple of days. This creates a low humidity environment and draws the moisture out of the iPod, but it takes time. Turn your iPod on to earlier, and you run the risk of shorting out, damaging the components inside. Even if done correctly it can spotty. If you do get the iPod to work (and this may require Resetting, Restoring or attempting to place it in DFU recover mode) the first thing you do is make backups, because you never know how long it will continue to work. As for your pictures, if you can't get your iPod to work, you can try data retrieval companies, however; there is no guaranty it will work and it tends to be very expensive. In the future get in the habit of as making backups, because you just don't know. And invest in and use a water tight case. Hope this helps, Good luck. Cheers.

  • Is there any other way to  limit the data a user can see

    We are using Discoverer 10.2.xxx
    We are running it against an Oracle applications database but we do not have Discoverer integrated with the apps. I have created database users for discoverer and granted access to the data at the db level.
    We have about 40 salesreps and we only want each rep to see their own data. We have a high turn over with the reps
    For now, I have created the row level security in that folder in my eul. If the username = XXXX then Salesrep = XXXXX
    OR
    If username = YYYY then DSM = YYYY
    etc.. This goes on for about 40 users We have 3 levels of "users" - Salesrep, DSM or RSM (District or Region sales manager)
    These users are setup in my apps and I can write a database procedure to select their salesrep name based on their username.
    Is there any other way to limit the data that the salesreps can see ?
    Possibly with a stored procedure some way?
    Thanks
    Angie

    At a previous client's, I had created a system not too unlike what you're describing.
    Basically, I created an Oracle table that stored information concerning the salesperson as in Oracle Apps the data was not reliable for what they were doing (ie: with adding Apps modules, sometimes salesperson data was there, but with say, CRM, it was in another place, etc.).
    So, since this table was going to be used for driving everything about a salesperson (commissions, who they report to, when they started, territory, when / if they moved territories and/or manager, etc, etc.) I put lots of good stuff in it that would make life easier for them.
    The end user in charge of all this had was given a Form to add, edit, delete all this good stuff and they were happy.
    When it came time for security, it worked like a charm in that I used the concept of the BIS views where a user has an apps id associated to them and all data was filtered by that id. All I really had to do was to create this view that simply filtered data to that user's id. Then whenever I had a Discoverer report for salespeople, managers, etc. I just made sure the folder used had a join to this filtering view and I chose an item from the filtering view and all worked fine. All Discoverer reports only returned row level information for the salesperson who ran it.
    Likewise, the same Oracle table was queried by another security view that only brought back the same IDs for the salespeople associated to each manager. When this simple view was joined to any sales Discoverer folder (and used in Disco), it limited all data to the salespeople the manager was responsible for.
    Obviously this is just an overview and would take pages to explain, but essentially, if you can associate some kind of unique ID to each salesperson (I used the one returned in BIS views when someone logs into Apps, but you could just assign a different in your case), then you can create a view that filters to that id. Then when that view is brought into the EUL and joined to any other folder in the sales area (and you choose a column from the security view), you'll have what you're referring to - row level security for all salespeople and managers.
    When it works - it sure does look impressive.
    Russ

  • Is there any other way to play the shuffle in a car if it doesn't have an aux facility??

    Is there any other way to play the shuffle in a car if it doesn't have an aux facility???  Or I wondered if you could play it through a smart tv...or do you need an apple tv box???

    Is there any other way to play the shuffle in a car if it doesn't have an aux facility???
    There is not.
    Or I wondered if you could play it through a smart tv...or do you need an apple tv box???
    Not with the Apple TV, but if the Smart TV has an AUX port, you can connect it that way.
    B-rock

  • My new iphone was stolen today. I'm trying to track it via icloud but it shows the average ratio that the phone is disconnected. Are there any other way to track the phone. Thanks for your help.

    my new iphone was stolen today. I'm trying to track it via icloud but it shows the average ratio that the phone is disconnected. Are there any other way to track the phone. Thanks for your help.

    If the phone is turned off, doesn't have an internet connection, or has been restored preventing "Find my iPhone" from being able to work, there is no other way to track it.

  • I have forgotten security answers and my rescue email address is no longer in use

    I have forgot my security answers and my rescue email address is no longer in use, what can I do?

    See Kappy's previous write-up.
    Some Solutions for Resetting Forgotten Security Questions: Apple Support Communities

  • TS1702 Hi I need to up date my iPhone 4 but don't have access to a computer & my phone docent have it's own system up date in the settings is there any other way to update the software

    Hi I have an iPhone 4 & need to software update but don't have access to a computer & my phone dosent have it own system up date is there any other way of updating it

    The first time to iOS 5 must be done with iTunes on computer.

  • I can no longer change my song names like i used to. i use to be able to right click and go to "get info" and then change the song name, artist and album, now i can't is there any other way to change the songs name and info

    When I get songs and put them on my itunes accout on my computer I used to be able to rename them right clicking, going to "get info" and then renaming everything I wanted like song name, album and artwork. I also use to be able to click on the song then click and hold on it and be able to rename it. But all the songs I have gotten after the last update have not been able to be renamed in any of the old ways I use to be able to. Is there any other way to rename songs because I know I can't undo updates and that seems to be whats causing it.
    Thankyou for your time

    You are describing an iTunes problem, not an iPod touch problem. Try posing in the iTunes forum.

  • HT4623 I dont have that software update in my itouch. Is there any other ways to download the ios 5

    I plan to upgrde my itouch's software, some says i would see software update at the settings,general but i saw nothing. Is there any other way to upgrade my itouch to ios 5?

    To update
    The Settings>General>Software Update comes with iOS 5 and later.
    Connect the iPod to your computer and update via iTunes as far as your iPod model allows
    iOS: How to update your iPhone, iPad, or iPod touch
    A 1G iPod can go to iOS 2.2 via iTunes and iOS 3.1.3 via
    Purchasing iOS 3.1 Software Update for iPod touch (1st generation)       
    https://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/touchLegacyLandingPage
    A 2G to 4.2.1. Requires iTunes version 10.X. If a Mac it requires OSX 10.5.8 or later. With OSX 10.4.11 you can only go to iTunes 9.X which gets you as high as iOS 4.1
    A 3G to 5.1.1  Requires iTunes version 10.5 or later
    A 4G to 6  Requires iTunes version 10.7 or later. For a Mac, that requires a Mac with OSX 10.6.8 or later
    Identifying iPod models
    If you iPod has cameras it is a 4G then:
    iOS 4: Updating your device to iOS 5 or later
    You need iTunes 10.7 or later onthe computer

  • Is there any other ways to get the Windows support software?

    Hi guys, I encountered some problems while downloading windows support software using boot camp assistant. This keeps showing up:
    I have tried over 10 times, even with VPN connected. But it failed every time at this point, very frustrating. Is there any other way to get windows support software? Maybe a third party website to download?

    You can try downloading Windows support software from this page > http://www.cafe-encounter.net/p682/download-bootcamp-drivers
    I tested the links and they work. However, this must be the last thing you should try as packages may be modified (now not, because they are from Apple servers)

  • What should I do If I forgot my security answers and my rescue email address is no longer working?

    I have a problem with buying stuff on app store with a gift card because it asks me to verify my account. I need to answer my security questions that I forgot and it offers me to use my rescue email that is no longer working. Please help!

    You need to ask Apple to reset your security questions; ways of contacting them include clicking here and picking a method for your country, phoning AppleCare and asking for the Account Security team, and filling out and submitting this form.
    They wouldn't be security questions if they could be bypassed without Apple verifying your identity.
    (102175)

Maybe you are looking for

  • How do you reset your ipod if you forgot the password

    ipod is disabled from tryint to access ipod.  how do we reset the password

  • How to pass argument to App Process wo using hidden item

    Basically if i take this javascript that calls application process: function get_APP(pThis,pSelect){    var l_Return = null; var l_Select = $x(pSelect); var get = new htmldb_Get(null,$x('pFlowId').value,'APPLICATION_PROCESS=get_APP_List',0); get.add(

  • Iphoto starts up when it shouldnt - how to disable?

    Hi I am working as a photographer and I have a problem with iphoto when shooting digitally. I'm shooting on Compact Flash crads. Whenever one is getting full during a shoot we are beaming the pictures from the CF Card via a CF Card reader onto my Pow

  • Important Securinty Update: Automatic update failed-froze. I have Mac, Firefox 4

    On Wednesday I tried to upload the Firefox Upgrade when it popped up. It failed to load Today another popup advised that I upgrade for security. Let it run and it froze up. I have anew MacBook Pro OX 10.6.8 with Firefox 4. What should I manually upgr

  • C1-01 GSM frequency change

    Hi, I purchased a factory unlocked C1-01 phone from Amazon while I was travelling in the US. When I returned to India, I found that the US version of the phone does not work in India due to the difference in GSM frequency. Is is possible for the phon