IBooks won't work in iOS 7.0

I downloaded ios 7.0 and iBooks won't open anything in the library.  The app itself opens but the books only flash and then they don't open.  Any thoughts?

Umpf! I've tried WIFI, I've tried 3G & LTE, I've opened and closed and opened and closed, and checked the settings-  it won't connect me to the iBooks Store, though my library is still intact/opens without issues. Also does displays "Top Authors" in iBooks Store but nothing else.... 

Similar Messages

  • Importing cr2 raw files won't work on ios 6 when it worked fine on ios5. Anyone have a solution?

    I have  been importing cr2 raw files to my iPad using ios 5 but importing cr2 raw files won't work on ios 6. Sees files in camera but when import stops it fails with an exclamation mark in red circle. Anyone have a solution?

    Don't know if you care anymore or it applies, but I was able to get things working but it took drastic measures.
    I had to do a full system reset and update by doing the following:
    - Make note of all your settings in your system and apps especially accounts and forget about in app data that's only on your iPad and not in a cloud service because it will be gone after this
    - Connect iPad to Mac and startup iTunes
    - Hold down Home and Power buttons simultaneously for about 8 sec until the screen turns black
    - Release the Power button but continue holding the Home button until there's a popup on your screen which indicates it's in recovery mode
    - Follow the instructions to recover your iPad but recover it to factory state, not recover from a backup
    - Reinstall all your apps and content
    - Reconnect to all your services on your system and apps
    I could not restore from a backup since it brought back my bad data too.  It also didn't restore my music and no matter what I tried it wouldn't put my music onto my iPad.  Had to start clean.
    It appears over time that the system gets dirty and there's lots of bad data that can't get resolved.  This is especially true if some of your apps have crashed a bunch.

  • FormsCentral form won't work on iOS 8!

    I have a client who gains access to an online-hosted form that I created for them via FormsCentral. They have iPads in their airplanes and complete my "safety checklist" before they fly. They upgraded every pilot's iPad to iOS 8 yesterday, except for one. The iOS 7 iPad is the only one that will allow them access to complete and submit their form. Now they're looking to me for the answer, and I'm hoping Adobe jumps on this quick!! Any thoughts on how to correct this?

    2007SUFF wrote:
    > NEED URGENT HELP!!! (Re: website made with dreamweaver)
    I have made
    > the buttons of AGREE and DISAGREE for terms and
    conditions on my site
    > and this is to take you to a form page to fill out your
    details. The
    > buttons work on the mac but on a PC they won't work. The
    website is:
    > www.sydneyundergroundfilmfestival.com and its when you
    go to the
    > SUBMIT page and use the online forms. Please help!!!
    There isn't a form on the page entry.html.
    You do have two input tags, such as
    <input name="Agree" type="submit" id="Agree"
    value="Agree">
    but these need to be enclosed in <form></form>
    tag to work.
    The page doesn't have a doctype, and fails validation; the
    page will be in
    quirks more, and Macintosh browsers are probably making
    different guesses
    than the PC browser as to what should be done.
    Easiest solution? Create two images (one for agree, one for
    disagree) which
    looks like a button, and change the code
    <td><a href="
    http://www.sydneyundergroundfilmfestival.com/entry2.html">
    <input name="Agree" type="submit" id="Agree"
    value="Agree">
    </a></td>
    <td><a href="
    http://www.sydneyundergroundfilmfestival.com/index.html">
    <input name="Disagree" type="submit" id="Disagree"
    value="Disagree">
    </a></td>
    to
    <td><a href="
    http://www.sydneyundergroundfilmfestival.com/entry2.html">
    <img src="image-agree.gif" alt="I Agree">
    </a></td>
    <td><a href="
    http://www.sydneyundergroundfilmfestival.com/index.html">
    <img src="image-disagree.gif" alt="I disagree">
    </a></td>
    HTH,
    Pete.
    Peter Connolly
    http://www.acutecomputing.co.uk
    UK

  • Iphone 4 speaker won't work after ios 4.3.2 upgrade

    I upgraded to 4.3.2 yesterday and since then the speaker on my iphone 4 has stopped working completely. Phone will not ring, ipod won't play, no sound on the speaker at all. Can use the phone but no speakerphone or any other sound on the speaker. Please help!!!!!

    The error message I get is "cannot connect using SSL".  I've tried soft re-booting the iPhone.  No joy.

  • HT4623 Reminders won't work after iOS 6.1 update on iPhone 5?

    I updated to the new iOS 6.1 update last night. Went to make a reminder through siri and i get to the point were it asks to confim. When I press confirm Siri tells me that she can't do it. I try to set a reminder manually and the app does not give me the option to add a reminder manually. Everything worked fine before the update when my iPhone 5 had the 6.0 iOS?
    Any ideas on what the problem coulb be? Any help would be appreciated.
    Thanks in advance.
    GS47

    The problem is more than likely being cause by corruption that occured during the iOS install or in the backup that was used to restore the phone after the update.
    Standard troubleshooting is:
    Re-boot the phone
    Restore the phone from your backup
    Restore the phone as a new device.
    One of the 3 should fix the problem.

  • Some books in iBooks won't open after iOS 8.1.3

    I have an iPad Air and today I just updated to iOS 8.1.3. When I go to open ebooks or pdfs in iBooks, only certain books will open. When I press on the icon after about 10 seconds a little the sunburst icon in the middle appears, cycles through and then disappears.  I've tried restarting my iPad several times but I'm still encountering the same problem.

    I updated my iPad mini 2 this week to iOS 8.1.3.
    Unfortunately, all PDFs and many EPUBs disappeared from iBooks.
    Next i realized, that iBooks content is not saved in iCloud as part of the backup.
    For me, iBooks with EPUB and PDFs was a main reasons to buy more Apple products. Loosing them during an update is such a disaster.
    Hope, that Apple will solve this ASAP and spends a tiny fraction of the last quarter earnings into software quality ...

  • AIR 3.0 Socket, Standard packaging method = won't works on iOS device

    Hello,
    I'm using FB 4.5.1. with AIR 3.0.
    My project uses Socket connection class, which works as expected in the simulator run, even when packaged and run in the iOS device (iPad or iPhone) with Fast package method. But whenever we're doing the package as Standard mode (the certificates are okay to package for iOS) it stops working (the socket). The connection even not returning any event either - i.e. IOError, Security Error nothing. What's the difference the connection creates between Fast and Standard package mode (?)
    Any security reason or it's just a bug.
    Any help would be great!
    Thanks & Regards,
    Santanu Karar

    Its a very basic code . You need a server to which you will connect this socket .
    Enter ip address and port number before clicking the send button
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
    xmlns:s="library://ns.adobe.com/flex/spark">
    <fx:Declarations>
    <!-- Place non-visual elements (e.g., services, value objects) here -->
    </fx:Declarations>
    <fx:Script>
    <![CDATA[
    import flash.events.Event;
    import flash.events.IOErrorEvent;
    import flash.events.MouseEvent;
    import flash.events.ProgressEvent;
    import flash.events.SecurityErrorEvent;
    import flash.net.SecureSocket;
    import flash.net.Socket;
    private function init():void
    var socket:Socket = new Socket
    socket.addEventListener(Event.CONNECT,connecthandler)
    try
    socket.connect(remoteip.text,Number(remoteport.text))
    catch(e:Error)
    myarea.text = e.name + e.message
    private function connecthandler (e:Event)
    {   myarea.text += "hi i am connected"
    e.target.writeUTFBytes("hello");
    e.target.flush()
    ]]>
    </fx:Script>
    <s:Button x="83" y="96" label="Send" click="init();"/>
    <s:TextInput x="251" y="96" id="remoteip"/>
    <s:TextInput x="251" y="137"  id="remoteport"/>
    <s:Label x="198" y="98" text="ip"/>
    <s:Label x="171" y="137" text="pport"/>
    <s:TextArea x="70" y="197" width="392" id="myarea" height="210"/>
    </s:Application>

  • Camera Flash won't work after iOS 5 update

    Okay so I had the iOS 5 beta from my friend who is a developer. My camera flash was working perfectly fine then. When I updated to the final version of iOS 5 I tried to use the flashlight and it wasn't working. I then tried taking a picture with flash on and it didn't work. It seems that the flash is completely not working. Any Suggestions?

    Beta's are buggy, that's the point of the beta is to give it to people so they an file bugs.
    Have you restored to the shipping iOS5 yet? Backup your data then update to iOS5 and perhaps it will be fixed.

  • Keynote won't work on iOS devices using icloud - works on Desktop or online

    I use my iPad 3 and iphone 5 to deliver presentation for work. I can create them on my laptop or desktop using icloud beta.  I have the latest OS and updates of Keynote. Please help.

    This is the Mac discussion, as this is Keynote for iOS issue, post in that discussion and iPad
    users will give you help.
    Keynote for iOS discussion

  • ITunes Match Genius Mixes won't work on iOS devices anymore

    Hi,
    I had the iTunes Match Genius Mixes running on my Apple TV and iPhone without any problems until yesterday. Since then the iPhone still shows the list of mixes, but no cover art of the contained songs nor does anything happen when I press the play button. On the Apple TV it says that I should first enable Genius in my iTunes on my Mac, but that has already happened.
    I tried signing out and in again from iTunes Match several times. The iTunes library load everywhere without problem and all songs are availble but no Genius or Genius Mixes. I also tried disabling iTunes Match on my Mac and turned it on again. Same result. All iOS device does not offer Genius or Genius Mixes anymore.
    Any help would be appreciated.
    Thanks!

    I'm having the same issue as well. Tried same process of turning off and on match on all my devices, nothing works.
    I really miss my genius mixes, and considering I just purchased iTunes Match, this kind of stinks.
    kra_ste wrote:
    Hi,
    I had the iTunes Match Genius Mixes running on my Apple TV and iPhone without any problems until yesterday. Since then the iPhone still shows the list of mixes, but no cover art of the contained songs nor does anything happen when I press the play button. On the Apple TV it says that I should first enable Genius in my iTunes on my Mac, but that has already happened.
    I tried signing out and in again from iTunes Match several times. The iTunes library load everywhere without problem and all songs are availble but no Genius or Genius Mixes. I also tried disabling iTunes Match on my Mac and turned it on again. Same result. All iOS device does not offer Genius or Genius Mixes anymore.
    Any help would be appreciated.
    Thanks!

  • Camera won't work after IOS 7 update

    Ever since I updated to iOS 7 both cameras have stopped working,. I was reading up on it in a discussion and read a few promising steps to take to get my cams back working, from resets to backing up and restoring from backups after deleting all of my apps which can be deleted and suddenly my front camera works again
    But still freezes up when I switch to the back camera . This seems to be directly caused by my updating to iOS 7
    Can anyone tell me more about this problem, if it's common and what I can do
    Thanks!!

    Hello, lindseyyy_brookeee. 
    Thank you for visiting Apple Support Communities.
    This article will help your troubleshoot the camera issue with your iPhone.  See the section labeled Camera isn't functioning or has undesired image quality.
    iPhone: Hardware troubleshooting
    http://support.apple.com/kb/TS2802
    If the issue persists, see the last section labeled Issue not resolved.
    Cheers,
    Jason H.

  • HT4972 my imessage won't work with ios 7 update

    I upgraded my iphone 4s to IOS 7 and it won't let me enable text massaging

    Try this help article here:
    Troubleshooting FaceTime & iMessage Activation: http://support.apple.com/kb/TS4268??

  • Headphone controller won't work with iOS 7?

    I updated my phone to iOS 7 and I try to play music through my apple headphones and it will not work. I also cannot play or fast forward songs through the lock screen or the control center, I have to physically open the music app, which is an enormous disadvantage when you are working out... I was wondering if there was a fix for this or if it is just a bug... Or if it's just me getting this issue. I checked on my iPod and it's not the headphones. Please help if you are having this issue or if you know a fix for it!! Thanks

    Same issue
    The headphone remote/control works on a another iphone but not on mine.
    Music does work , its only the controls on the headphones that don't work
    Phone - Iphone 4
    Tried restarting the phone, syncing the phone, resetting it  from withing the phone, holding the buttons & then through itunes .. No use...
    Issue happens across any pair of headphones including Apple's
    Same happens in music app and 3rd party apps like spotify , tunein radio .
    Can't use the buttons on the headphones to pick or answer call's as well .
    I drive 4 - 6 hours a day and can't change songs on the go. Looks like this update screwed my phone .
    The iphone 4s in my family is still on ios 6 and I don't plan on updating it . Tha's been my general advise to everyone I see and talk with a iphone , as this looks like a update related issue.

  • Safari won't work after iOS update

    My Safari 6.0.3 won't respond after installing this weeks iOS update.

    Do you mean this OS X update to 10.8.3? iOS, for iPads/iPhones, etc hasn't been updated for two or three weeks.
    For the Safari problem, have you tried resetting it? Launch Safari and from the Safari Menu>Reset Safari. tick the options and then 'reset'. Any change?
    You could try re-applying the OS X update using the combo:
    http://support.apple.com/kb/DL1640
    or re-install Safari with the standalone installer:
    http://www.macupdate.com/app/mac/15675/apple-safari

  • IMessage won't work on iOS 5.0.1

    Is it just me my iMessage don't work anymore since I updated to 5.0.1 on my iPhone 4! My friend have iPhone 4 and iOS 5.0.1 installed as well and he tried to send iMessage to me but didn't work either! Btw my iMessage is on please help me! Tnx in advance

    maybe I've found a solution... I active HotSpot and leave the page open while I search for the network on PC... then I exit from HotSpot page or put iPhone in Standby...and work
    (please, forgive my bad english )

Maybe you are looking for