Having an odd issue with automatic downloads?

On my iPad Air, I have turned off the automatic downloads for apps and music (so it's not green and I want it to ask for the password), but not for updates (I want automatic updates). Recently when I download an app, it does downloads automatically and for updates it ask me for the password. I tired switching the on/off and it still automatically downloads. Does anyone else have this issue and know how to solve it?

Try This...
Close All Open Apps... Sign Out of your Account... Perform a Reset... Try again...
Reset  ( No Data will be Lost )
Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
Wait for the Apple logo to Appear...
Usually takes about 15 - 20 Seconds... (But can take Longer..)
Release the Buttons...

Similar Messages

  • Odd issue with WHERE clause

    Greetings All,
    I'm having an odd issue with a WHERE clause that I've been working on in a Record Set, $upperdate displays as 2011-02-28, $lowerdate as 2011-02-01, but,
    WHERE visitdate >= $lowerdate AND visitdate <= $upperdate
    returns no values, and
    WHERE visitdate >= $lowerdate AND visitdate <= '2011-02-28'
    returns the appropriate values,
    Here is the code for $upperdate and $lowerdate:
    $datemonth = date ('m');
    $dateday = '01';
    $dateday1 = date ('t');
    $dateyear = date ('Y');
    $lowerdate = date("Y-m-d",mktime(0,0,0,$datemonth, $dateday, $dateyear));
    $upperdate = date("Y-m-d",mktime(0,0,0,$datemonth, $dateday1, $dateyear));
    I've also tried the following things to check functionality with no success:
    $upperdate = '2011-02-28';
    $dateday1 = '28';
    BETWEEN...AND... behaves the same as... >=  AND <=
    Thanks for the help in advance!

    Finally worked it out,
    I ended up putting single parentheses around '$lowerdate' and '$upperdate' and it works now.
    It still seems strange, because it worked when I used no parentheses with the variable in:
    WHERE visitdate >= $lowerdate AND visitdate <= '2011-02-28'
    Also, I had tried the parentheses a few other times without success, so maybe there was something else awry that I fixed inadvertantly while messing around.
    Tim

  • Having an odd issue. Frequently, when I go to Safari, I see a popup that goes away in a few seconds. Looks almost like an app download, but disappears in a hurry and then goes to site I was last visiting. I'm stumped how to fix (popups disabled, etc)

    Having an odd issue. Frequently, when I go to Safari, I see a (what appears to be) popup that goes away in a few seconds. Looks almost like an app download, but disappears in a hurry and then goes to site I was last visiting. I'm stumped how to fix (popups disabled, etc.)... Goes away so quick I'm not even sure what it's about...

    Thanks for the update! Next, and this is like a last step for me, but I would quit Safari one more time, then clear all the Safari data from the phone with this info and then test it out again:
    Safari web settings on your iPhone, iPad, or iPod touch
    Clear information from your device
    To clear your history and cookies from Safari in iOS 8, tap Settings > Safari > Clear History and Website Data. In iOS 7 or earlier, tap Clear History and tap Clear Cookies and Data.
    To clear other stored information from Safari, tap Settings > Safari > Advanced > Website Data > Remove All Website Data.

  • I'm having a billing issue with my apple id. I got my first iPhone today and I've signe din etc however before i can download any apps etc i need to resolve an old payment apparently. The problem is i cant enter my new card details because no longer in US

    I'm having a billing issue with my apple id. I got my first iPhone today and I've signe din etc however before i can download any apps etc i need to resolve an old payment apparently. The problem is i cant enter my new card details because the issue is registered to when i was in America and i require to pay the funds from an American source. Any ideas how i can resolve this? It wont accept my new card detail as im back in the UK. I think i have posted this in the wrong area but anyone got any ideas?
    I have managed to change the rest of my accoutn being registered to the UK i think except this

    Hi..
    You can email Apple for help but the link is for the iTunes store not the Mac App Store. You've inadvertently poasted in the Using Mac App Store forum but that's ok. Billing issues are the same for the iTunes Store.
    Click here > Apple - Support - iTunes Store - Contact Us
    It wont accept my new card detail as im back in the UK
    Your credit or debit card credentials must be associated with the same country where you reside.
    "Although you can browse the iTunes Store in any country without being signed in, you can only purchase content from the iTunes Store for your own country. This is enforced via the billing address associated with your credit card or other payment method that you use with the iTunes Store, rather than your actual geographic location."
    From here >  The Complete Guide to Using the iTunes Store | iLounge Article

  • Issue with File Download(messageDownload) on Search Page.

    Hi,
    I created a custom OAF search page which fetches values from one table. The document in getting stored in my custom table in a BLOB colums and NOT in FND_LOBS.
    The table has 3 collumns along with others:
    1st is primary key (Record_Seq) ==> number data type
    2nd to store actual file name (File1Name) ==> varcahar2 data type
    3rd to store the actual uploaded data (File1Data) ==> BLOB data type
    The reason for having the “File1Name” is so that I can display the original file name of the document that was uploaded, instead of just the “view” in the search page results .
    On the File1Data BLOB and created a messageDownload for that under query results table with following details:
    ID : File1Data
    ItemStyle : messageDownload
    FileMIME Type : pdf
    Datatype : BLOB
    View Instance : LacEmpExposureVO1
    view Attribute : File1Name
    File View Attribute : File1Data
    When I click on the "File1Name" data hyperlink, it is opening only the first document corresponding to the first record in the search page results.
    For example, If my search page returns 10 rows then when I click on the file1name on any row, It is open the first row file name only.
    I have a primary key column(RECORD_SEQ) in the Table / EO / VO which is displayed in the search page results.
    Also one weird thing is happening:
    If I try to do this more than 2 times then it is opening the update page with the first record from the search page results…
    I tried to print the context and it is nul the first time, But the second time then context is changing to "update". Dont know how this is happening????
    Any advice is greatly appreciated as it is very crucial for me to get this resolved ASAP. I have looked at several forums and did a lot of things as advised in the forums . But nothing seems to work for me.
    Thanks,
    Mir
    CO code for the search page
    ===========================
    if (pageContext.getParameter("Create")!= null)
    System.out.println("Into LacEmpExposureCO in PROCESS FORM REQUEST with Context of CREATE");
    pageContext.setForwardURL
    ("OA.jsp?page=/lac/oracle/apps/lac/lacempexposure/webui/LacEmpExposureCreatePG",
    null,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null,
    null,
    true, //Retain AM
    OAWebBeanConstants.ADD_BREAD_CRUMB_YES,
    OAWebBeanConstants.IGNORE_MESSAGES);
    else if ("update".equals(pageContext.getParameter(EVENT_PARAM)))
    System.out.println("Into LacEmpExposureCO in PROCESS FORM REQUEST with Context of UPDATE");
    System.out.println("LacEmpExposureCO ==> RecordSeq in PROCESS FORM REQUEST is: " + RecordSeq);
    HashMap params = new HashMap(1);
    params.put("RecordSeq", RecordSeq);
    pageContext.setForwardURL
    ("OA.jsp?page=/lac/oracle/apps/lac/lacempexposure/webui/LacEmpExposureUpdatePG",
    null,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null,
    params,
    true, //Retain AM
    OAWebBeanConstants.ADD_BREAD_CRUMB_NO, // Do not display breadcrumbs
    OAWebBeanConstants.IGNORE_MESSAGES);
    else {           
    String strEvent = pageContext.getParameter(OAWebBeanConstants.EVENT_PARAM);
    System.out.println(strEvent);
    System.out.println("Into the last ELSE part in LacEmpExposureCO.java");

    Duplicate post -- Issue with File Download(messageDownload) on Search Page.

  • Issues with Lightroom downloading

    Is anyone else having issues with the download button for Lightroom 4.0 on the Adobe download page?  Nothing happens.

    Troubleshoot Adobe Download Assistant
    Mylenium

  • TS4062 restored iphone from icloud so I could have all my old photos but now I cannot get it to restore or sync with itunes either by cable or by wifi. I have tried with automatic download off/on, I have had red circles, hours of syncing, nothing, help!!

    restored iphone from icloud so I could have all my old photos but now I cannot get it to restore or sync with itunes either by cable or by wifi. I have tried with automatic download off/on, I have had red circles, hours of syncing, nothing, help!!

    Seems to be a common issue in discussions. Try this:
    http://support.apple.com/kb/ts1538
    And let me know if it helps,

  • I'm having a huge issue with itunes locating my missing files..and it's too many for me to locate 1 by 1..It says I'm missing over 3,00 songs and They are all in my music folder..What can I do to fix this issue?

    I'm having a huge issue with itunes locating my missing files..and it's too many for me to locate 1 by 1..It says I'm missing over 3,000 songs and They are all in my music folder..What can I do to fix this issue? I've looked at all the tutorials on youtube and none of it works. I recently got a new computer and I Back-Up all my music and itunes playlist and I import it on my new computer with the new itunes and I go to play a few songs, it says I'm missing them I locate a few but it's still like 3,000 missing and again they are all on the computer and in one folder..Please Help !

    I did that and nothing changed half my songs still have examination marks beside them
    I also just tried dragging my folder of music int he playlist and it duplicated all of my songs? My playlist was at 5k now it's at 10k becuz of 3 duplicates of songs. Is there a way to delete multiple duplicate files?

  • I am having some serious issues with firefox, i can't print anything because it is stuck on fax and I can't use any of the drop down menus on any site

    I am having some serious issues with firefox to the point of choosing another search engine. I can't print anything because it is stuck on fax and won't let me change it to my printer when i do try to select my printer it jumps right back to fax. The drop down menus do not work on any of the sites I go to. For example when purchasing clothes and you have to choose a size from a drop down menu I can't do it when I click on the drop down menu it doesn't work at all. I don't have a virus I ran my virus protector and no viruses are present. I don't have any suspicious issues going on with my computer so there has to be something in Firefox that is causing my issues. I tried internet explorer and I don't have any issues there. I hope you can help me because I love Firefox and would really like to continue to use it.

    Lots of issues there, main one getting fcpx going again, try deleting the preferences using the utility deveoped by these guys.
    http://www.digitalrebellion.com
    Try deleting your render files and re-rendering the project.
    Start with these and let us know how you go.
    Tony

  • Since I've installed Mountain Lion, I am having lock up issues with multiple programs. MS Outlook has crashed and I've lost all my folders. HELP?

    Since I've installed Mountain Lion, I am having lock up issues with multiple programs. MS Outlook has crashed and I've lost all my folders. HELP?

    okay I've finally been able to get tor and all the other programs to work according to my plan the only thing that's still making problems is that iptables doesn't work as I want it to, when I start chromium without proxy settings privoxy doesn't seem to forward the information to polipo.. do I need to add another rule to iptables.rules in order for the program to know it has to reroute the information again or how can I get this to work? and is there any way to run rtorrent with proxy support?
    anyway, problem 2 and 3 are still to be solved.
    and does anybody know where i can get a good dansguardian blacklist that was not designed for 6 year old children and for which I don't need to subscribe? I'm still getting these partypoker popups -.-
    //e: with iptables it's the same thing as described in the first post. https works, http doesnt. I get the output "Invalid header received from client." on http sites. still no idea why though.. (and the https-version of torcheck.xenubite says i'm tor unprotected while starting the browser with iptables)
    Last edited by deF291 (2011-04-23 16:16:31)

  • Having a weird issue with my assign after java embedding

    hi,
    I'm having a weird issue with my assign activity, i am using a Java Embedding wherin i access a variable and assign it some data, later in next step when i try to assign some other data to this same variable in assign activity i get a Error message as below.
    com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.xmlsoap.org/ws/2003/03/business-process/}selectionFailure} parts: {{ summary=Invalid to part type. When performing the assign operation, the to node THIS,IS,,TEST is invalid. The node named in the error message was either null or an empty node set, and it was not an instance of org.w3c.Element. Verify the node value at line number 795 is not null and is an instance of org.w3c.Element. } .
    i'm using soa 11.1.1.5
    Can anyone please help ?
    - Thanks
    Shirish

    Shirish,
    It's a bug and you will need to apply a patch for that.
    You can find all explanation in Oracle Support Id ID 1194228.1.
    Arik

  • Has anyone else been having hard drive issues with 13" MacBook Pro barely a year old?

    Has anyone else been having hard drive issues with 13" MacBook Pro barely a year old?

    Yes, BUT...
    ... there are many problems that are really easy to eliminate by replacing the Hard drive, including ones that have nothing to do with actual Drive Hardware failure. These include corrupted install of Mac OS X, its EFI partition, clobbered partition tables, or the appearance of Bad Blocks in a critical area.
    Any of these problems can sometimes be eliminated by re-initializing the entire drive and writing Zeroes, and re-installing from scratch. The trouble is, this process takes hours to complete, and is not guaranteed to be successful -- you may still need a new drive after all that effort.
    I learned from my Plumber that consumers have no appetite for solutions that might work, and detest return visits for any related problems whatsoever. You or your friend may have had your drive replaced, not because it actually failed, but because the situation was troublesome, and the provider thought you would not tolerate anything less than a crisp, complete fix on the first attempt. And based on the cost of technician time, it may have even been cheaper that way.

  • Having start-up issues with my 1st gen Macbook Pro

    Hi everyone. I just started having start-up issues with my first generation Macbook Pro. It was working fine the other day when I last used it, but today I went to use it and it wont load up to my desktop...? It starts up (grey screen with the little swirly bar under the apple,) then it goes to a blue screen, then my background and dock appear, then (before any of my desktop files even show up,) it goes to a blue screen (that brightens up and then dims a little,) and it just keeps showing this with a little swirly progress symbol (shows when the screen is darker blue, then disappears when the screen is a brighter blue.) I've included a video that I took with my iPhone to show it situation. Any ideas as to what's wrong with it? Thanks in advance!
    http://youtu.be/oDCfHM-Zoes

    Safe Boot by restarting your computer while holding down the "shift" key.  Safe booting disables all nonessential processes, often times allowing you to start up when you would otherwise crash.
    As of OS X 10.5.6 Safe Boot deletes the dynamic loader shared cache location in the /var/db/dyld directory.  A corrupt cache here can cause the blue screen crash.  Once you restart normally, the cache will be recreated.  This should take care of the issue.
    http://support.apple.com/kb/HT1564
    http://support.apple.com/kb/HT1455
    Use Software Update to update your os to 10.6.8 and anything else that needs to be updated.

  • My iPod touch is having a little issue with the volume. When I plug in my headphones the volume works fine. When there aren't any headphones plugged in, no sound comes out from my iPod. When I go to turn up the volume, it still says headphones. Any tips?

    My iPod touch is having a little issue with the volume. When I plug in my headphones the volume works fine. When there aren't any headphones plugged in, no sound comes out from my iPod. When I go to turn up the volume, it still says headphones. I tried restarting it a few times, nothing worked. I looked up many tutorials, and still nothing did the trick. Any tips?

    - Try cleaning out/blowing out the headphone jack. Try inserting/removing the plug a dozen times or so.
    Try the following to rule out a software problem
    - Reset the iPod. Nothing will be lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup
    - Restore to factory settings/new iPod.
    - Make an appointment at the Genius Bar of an Apple store. Seems you have a bad headphone jack.
    Apple Retail Store - Genius Bar
    Apple will exchange your iPod for a refurbished one for this price. They do not fix yours.
    Apple - iPod Repair price                  
    A third-party place like the following will replace the jack for less. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens
    Replace the jack yourself
    iPod Touch Repair – iFixit

  • Odd issue with transitions...Help!

    OK, I have an odd issue with the transitions going on within Imovie.
    In this case I have the "Photo album" theme.
    About every three slides the "camera" pulls back from one picture (pic 1) and goes in to the other photo (pic 2).
    2/3 of the way into the video the (pic 2) photo is late, so you actually see the switch in the middle of the transition. Pic one is in its place until about half way through.
    Any ideas? Thanks!

    Just found this related thread http://discussions.apple.com/thread.jspa?threadID=1903498&start=0&tstart=0
    In there, they suggest a work around using Precision Editor on the transition. I will try this tonight.

Maybe you are looking for

  • How do I make my iMac g4 wireless?

    I have an iMac g4 with 10.4 running. How can I make it wireless? If I can where is a good place to buy the part. I know apple does not make it anymore. Thanks for any help in advance.

  • Fan problem...spinning out of control!

    Okay first off I love my new Macbook but it isnt perfect. The powerbox hisses and the fan moos a bit but last night something crazy happened! I was browsing on youtube and then hit the back button and the mac froze up and that little multicolored cir

  • Customer/ Vendor/ GL Historical Ledgers

    How to find the customer/ vendor/ GL historical ledgers ? Please tell me the T-codes used to find the customer/ vendor/ GL historical ledgers.

  • Layout is it User-specific or Standard ?

    I have an ALV report that contains user specific layout and standard layout. My question is if user enters the layout name in the selection screen . i wanted to know whether the layout is user-specific or standard layout. How we can differentiate thi

  • Saving PDF with different option

    Does anyone have a VBscript that opens a PDF and saving it with the option of  "Reduce file size"