Iphone 5 shared libraries not loading

I have an iPhon2 5 and running IOS 7.1.1. My problem is that I cannot see the contents of my shared itunes libraries (from an Imac & macbook pro both running Mavericks lastest 10.9.2) on my iphone 5. I can however see my libraries listed on my iphone but when I click on them a red loading icon seems to indicate it's loading but it never does. And sometimes it says "unable to turn on home sharing. I've checked that my icloud accout is Ok and that I've enabled sharing of all fils with all devices is checked. Have restarted all devices and logged out and back in to icloud account. All other charing works fine, mail, calendar, safari, everything but my itunes music.

1. You realize that Home Sharing works only when connected to your home WiFi network, to which your Macs are also connectd, right?.  It won't work when connected to another WiFi network or over cellular data.
II. You can play (stream) music stored on iCloud by:
Settings > Music > Show All Music > ON
C. You can use iTunes Match (has to be enabled on the phone and your computer)
Settings > Music > iTunes Match > ON

Similar Messages

  • Why plugin/addon concept for Runtime Shared Libraries not implemented in Flex?

    Hi All,
    I am posting my refined query here in continuation to my post Fundamental and crucial drawback with Flex in Flex India Community as my last refined query was left unanswered though I feel there is a definite sense of purpose to it.
    Why plugin/addon concept for Runtime Shared Libraries not implemented in Flex?
    Here is why I feel it should be implemented in Flex.
    Though Runtime Shared Libraries SWF file can be cached in the client browser and just need to be loaded only once when the user access a Flex application for the first time,
    "40-60% of daily visitors to your site come in with an empty cache. Making your page fast for these first time visitors is key to a better user experience."
    Qouting from 'Best Practices for Speeding Up Your Web Site' as described in Tenni Theurer's blog post Browser Cache Usage - Exposed!
    While still retaining the cacheability of RSL's for compatibility reasons, flex should give the flexibility and thereby enhance performance by offering RSL's as a plugin/addon.
    Looking for your comments and insigts on the same.
    Thanks,
    Ram Manoj Kongara.

    I finally skimmed through the links you posted.  The terms plugin and addon
    are not in either of the articles so I'm unclear what you are suggesting.
    The topic seems to be about application performance.  The Flash Player
    supports a cross-domain cache of actionscript libraries separate from the
    browser cache.  Each official release of Flex contains a set of these
    libraries.  As new Flash Player versions or new Flex versions are released,
    and users visit sites utilizing those new versions, the browser picks up the
    latest Flash Player and the Flash Player picks up the latest Flex libraries.
    These days, it only takes a few months for a new Flash Player to achieve
    major saturation in browsers although it still takes a bit longer for Flex
    libraries to achieve saturation.
    Adobe will soon be hosting these libraries so if you build your application
    to leverage these libraries, you will find that the total download from your
    server will be minimized, limited to only your application code and assets,
    although you might want to serve the libraries in case they are not already
    in the cache if you see high latency to the Adobe servers on a cache miss.
    The SWF or SWFs you do serve off your servers should be optimized through
    normal good application development practices.  Flex provides features such
    as deferred instantiation in its ViewStack and Accordion containers to defer
    the creation of objects until viewed.  Flex has a ModuleManager to allow you
    to not download parts of your application until they are needed.  A
    model-view or MVC architecture will make it easier to create modular
    boundaries within your application and leverage these features.
    If I have not addressed your concerns please describe your issue in more
    detail.
    Alex Harui
    Flex SDK Team
    Adobe System, Inc.
    http://blogs.adobe.com/aharui

  • ITunes shared libraries not showing in Mac OS Lion (but OK in Win7!)

    I have recently bought my first Mac and so far everything is great.  Except iTunes.
    I'm still using iTunes on a Windows PC and I now have my iTunes Media all on a D-Link DNS-323 NAS.
    I want to be able to listen to the same music (stored on the NAS) either on my PC, or my MacBook, or anywhere else in the home.  So I'm using the NAS iTunes Server.
    iTunes on Windows can see and access the NAS iTunes server no problem, but the MacBook (Lion) cannot even see it.
    I also tried sharing my both my libraries on Windows (where my main iTunes Music Library was made over the years - now referencing media stored on the NAS) and on my Mac (the library is empty even though I've told it all my media is on the mounted NAS!).  However, whilst Windows iTunes can see the (empty!!) Macbook iTunes library, the Mac again cannot see the Windows Shared Library.
    So it seems my Macbook has a problem seeing shared libraries, regardless of whether they are on my Windows PC or the NAS drive.
    Both the PC and the Macbook are running latest iTunes (10.6 on the Mac) and for the sake of testing, I have disabled ALL firewalls on the router (Huawei), Mac and Windows.  So there should be nothing blocking the IP traffic across my home network (which is very simple!).
    Any ideas on:
    1) How I can get iTunes 10.6 on Lion to see my DNS-323 iTunes server
    2) Or how I can get all my media in my Macbook's library without it fighting for control over my library with my PC
    many thanks

    I have the same problem. REading some other threads, there is no obvious solution, other than perhaps that apple silently is suppressing Windows to enable more mac sales? I know, a bit rude to say, but that is the impression one gets if there is no simple/obvious solution despite the  "Mac just works" reputation. If am wrong, I apologize, please direct me to the thread or faq that gives the solution, thanks.

  • Shared Libraries Not Working

    This problem has just come up recently and for no apparent reason as far as I can tell.
    I'm at college and a lot of people in the dorm, including myself, have our iTunes libraries set to share. This has worked fine for months now until a few days ago. For whatever reason I can no longer see shared libraries and mine isn't being shared.
    Topics I've seen before talk about the iTunes store, and that works fine with me. I do have the proper boxes checked. It isn't being blocked by the firewall, and the problem occurs even with the firewall off.
    I haven't done anything to my iTunes recently other than adding a few cd's and syncing my iPod. I haven't done anything major to my comp. at all either. Can't figure out why it isn't working recently.

    Quite possible it could be a firewall issue maybe? I've had firewall software update itself and then start blocking things that had previously been allowed. Just a thought...
    HTH

  • Import / Export Fail .. shared library not loaded

    I have installed Oracle 8i (8.1.0.2) on Redhat Linux 6.1 The installation and DB creation went off fine. I am able to run and connect from SQLPLUS Svrmgr etc
    But the problem i am facing is on running IMP or EXP it give the error
    "Error in loadinf shared libraries. libclntsh.8.0 cannot open shared object file. no such file or directory"
    I checked for the file and it is present in the $ORACLE_HOME/lib directory.
    Any ideas what have i missed ?
    TIA
    Charanjiv
    null

    Hi,
    U should set env. variable LD_LIBRARY_PATH. It is like PATH variable, can be pointed, where the shared libraries are existing.
    I think, this file may be calling some other sahred libraries, existing in some other directories.
    Do these things.
    1. At ur HOME directory, by using find command findout, where are shared libraries are existing.
    find . -name "*.so" -print
    Then u will get the path name
    2. If there is any other paths, add these paths with this env. variable. Using this command u can find out.
    echo $LD_LIBRARY_PATH.
    Pls keep this env. variable in profile file.
    With regards,
    Boby Jose thekkanath,
    Dharma Computers(P) Ltd.
    Bangalore-India

  • IPhone Home Sharing Music not showing in iTunes

    Hi All,
    I have successfully set up Home Sharing on two separate iPhones using the same Apple ID and on my MacBook Air iTunes.  I can view and play the Air's music library on both of the iPhones.  However, in iTunes on the MacBook Air, the iPhones are not showing up under Shared.  Actually, the "Shared" category is not showing up at all.  Is there some reason the iPhone music libraries are not on the iTunes on the MacBook Air.  How can I fix this?
    Recap:
    Home sharing set up on 2 iPhone and on laptop
    iPhone can play laptop music as shared
    iTunes on laptop does not show iPhone music libraries
    iTunes on laptop does not show "Shared" at all.
    Thanks!

    Installing iTunes and logging in with an Apple ID has never caused content to magically appear.
    The content is only where you put it.
    Copy it from the old computer or the backup of the old computer to the new computer.

  • Images in the shared library not loaded in the application EAR

    The images in the shared library are not getting loaded in the application EAR deployed in the weblogic server.
    I have a portal web project, which is deployed in the server, as a shared library. I'm using this shared library in my application EAR. All the details like the portlets, look and feel elements are loaded. But the images are not displayed when I run my application. Please help!!
    Can it be a problem with the context path specified or something else?

    Hello,
    It is most likely an issue with how your portlets are creating the URLs to the images. What kind of portlets are you using (JPF, JSF, JSR168, Struts, JSP)? And how are you generating the URLs to the images?
    Kevin

  • Iphone 4 youtube app not loading

    When I try to use the built in youtube app nothing happens. It goes to a blank screen. I can load you tube from safari, but not the app. It was fine and then a couple weeks ago it stopped. I've been searching for an answer. I've tried browsing the app store and then syncing, ive tried syncing while the app is open. Nothing is working. Anyone have any ideas or having this same problem? Thanks. my os is 4.3.5

    No change after powering your iPhone off and on, and/or after an iPhone reset which is done by pressing and holding the home button and the sleep/wake or on/off button simultaneously until you see the Apple logo and then release?

  • IPhone 4 Problems (Slow, Not Loading, Double Install)

    Hello, my Verizon iPhone 4 has been acting progressivly worse lately. The phone is sluggish and especially laggy in games and other apps (even a clock app where the second hand 'lurches'). Today I installed a new app and it had the icon on two separate screens (I had to power off/on the phone to get it fixed). Also, the app store takes forever to load or just stops loading (even on fast wifi). Anyone else have these problems or have a suggestion? I did a full restore not long ago with no real improvement. The phone is ~1.5 years old.

    what i would do is a 'hard reset', meaning hold the on/off button and the home button until the slider appears and ignore it until the apple logo appears. you could also try restoring as new, but you will have to reload all your stuff. make sure you back up first.

  • HT4623 I downloaded ios7 to my ipad and iphone.  When I take pictures with iPhone - the photos do not load on the ipad or my imac computer.

    I downloaded ios7 to my ipad and iphone.  When I take pictures with my iphone - it does not appear on my ipad and imac computer on the photo stream.  All of my settings are corret and the icloud is set ok.  Does anyone else have this problem?

    Read this
    http://support.apple.com/kb/TS3989

  • TS2972 Sharing libraries not showing up

    My home sharing is turned on, but the sharing folders are not showing up on either computer. I've shared between these computers before with no problems and I've went through all the troubleshooting but no success. Any ideas?

    My home sharing is turned on, but the sharing folders are not showing up on either computer. I've shared between these computers before with no problems and I've went through all the troubleshooting but no success. Any ideas?

  • Iphone iOS 8.1 not loading or updating applications from the app store

    HI all,
    seems that since I updated my iPhone 6plus to iOS 8.1 app store updates are not working.  I just get the "circle" with the square in the middle and it just sits there.  doesn't matter if it is through wifi or cellular.  

    I found some other comments which alluded to removing all items in my "newsstand".   I did that, rebooted and now application updates are working again.  Of course, this isn't a long term solution as I do want my newsstand magazines back.    When are we getting a fix?

  • I am trying to download an app for my iphone but it does not load the store

    Hi
    I am trying to download an app from the store, but when i go to do a search for it, the phone just stops searching. Please help

    Hi Robertfrom Denver.
    Did you try the solution given, and if yes, did it work?
    I have done several "attempted downloads, and see the full file download, typically taking 30 minutes to complete, and then something goes wrong.
    I am happy to suspend AV and FW software, but would like to know if it is a good fix or not first?
    HelenfromBroughton Astley

  • My email has frozen on iPhone 4s and will not load just kicks me back to the home screen, any ideas?

    my email froze yesterday now every time i open the app it gives me a blank screen and then after a fe secs kick me out back to the home screen. i have tried restarting, turning on and off, restoring, deleting account and adding it back on and changing my password but nothing has work, any ideas?

    While shut down and restart probably doesn't work, see if you can remember the last email that you were reading.  If it had a moticon or large attachment, try going your desktop and moving that email to a deleted folder.  Then go back to your email on your iphone it should be working.   That worked for me.  I then went back to my desktop and moved the email in question back into my inbox.

  • Iphone 5 safari could not load page

    All of a sudden my iphone 5 cannot connect to the server while I am at work. There is wifi where I work. They also have a guest and wireless network. Once I took the phone up to Sprint, it started working of course. They said that if it happens again, it's an Apple issue.

    This happens to me and to my wife from time to time. It happens on my iPads and on our iPhones as well. The way that I fix it is to force close Safari, then reset the device. I usually close all tabs in Safari but I don't always do it. The important thing is to quit and reset.
    Double tap the home button and find Safari in the Multitasking display. Swipe the Safari preview thumbnail up off of the top of the scen to close it. Tap the home button to go back to the home screen.
    Reset set the phone by holding down on the sleep and home buttons at the same time for about 10 seconds until the Apple logo appears on the screen. Let go of the buttons and let th phone start up.
    Try Safari again.

Maybe you are looking for

  • IMovie 09 Cutaway Sound Is Terminally Flawed?

    ... which kind of kills half the reason I upgraded really. Fantastic feature .. pity it dont work then. Yes, yes. The whole point of the cutaway or video insert edit .. is to quite literally there, insert video clips without sound over the underlaid

  • Error in F-20 posting bill of exchange riversal

    Item category 04000 not allowed in accounting transaction 0200/0001 Message no. GLT2001 Diagnosis The online document splitting is active in your system. Here, each document is assigned to a accounting transaction variant and each document row to an

  • How to write if condition in Interactive reporting

    Hi,<BR>Following function is existing in cognos<BR>if ( Calculation in the Report starts with M ) then ( 1 ) else ( months-between ( FolderItemRef[Prompts.Common.Dates.EffStartDt],FolderItemRef[Prompts.Common.Dates.EffEndDt] ) + 1 ) <BR><BR>I need to

  • Drawing this shape 'x' wide and with 'y' character, according to input

    I need to draw a diamond shape with the character in which the user enters. It also has to be as thick as the user enters. So it would with $ and 5 spaces long it would be something like:   $ $$$ $$$$$ $$$   $Ican get the input and all that stuff cor

  • IBooks Author - 'Your book couldn't be exported.'

    After working on a project on iBooks Author for my medical school I finally try and export it to an iBooks file and I get the warning message: 'Your book couldn't be exported. Verify that your destination disk isn't full and that you have permission