Ios3

Latest

  • iOS 3.1.3 iPhone/iPod touch users running into App Store issues

    by 
    Kelly Hodgkins
    Kelly Hodgkins
    12.20.2011

    Not everyone has updated to iOS 5 or even iOS 4; there's more than a handful of users who still run iOS 3.1.3 on their older iPhones or iPod touch devices. As of December 16, a growing number of these users are reporting problems with the iOS app store. It doesn't appear to be a bunch of confused customers, either; Engadget confirmed this problem with its own iOS 3.1.3 device. A discussion thread at Apple's support forum details the problem encountered by users after Apple supposedly rolled out an update to the App Store last week. According to the report, the UI for the App Store appears to be in disarray: images are missing, buttons don't work and, worst of all, users claim they can't download new apps. There's been no official response from Apple, so there's no estimate for when/if the issue will be fixed. If you're experiencing this problem on your older device, visit that forum thread and chime in with your personal account, or send feedback/a support request to Apple directly. Apple may respond when the number of people reporting this issue reaches critical mass. [Via Engadget]

  • devsugar: Farewell, UIGetScreenImage()

    by 
    Erica Sadun
    Erica Sadun
    07.21.2010

    Last December, Apple relented on the use of the otherwise private UIGetScreenImage() API. This function allows iOS developers to capture a screenshot on a device, regardless of the contents of the screen. In contrast, the standard SDK-safe approach to screen captures ([theView.layer renderInContext:context]) did not allow applications to access video layers, camera previews, or some OpenGL content. iOS developer Manfred Nerurkar writes on his blog that he was just called by his Apple Developer Relations contact and told that Apple has made an about face on this issue. Apps using UIGetScreenImage will no longer be greenlit for the App Store. Instead, developers will need to use standard Quartz methods (as mentioned aboved) or migrate their camera capture code to AVFoundation. As Nerurkar points out, this decision will force developers to refactor their code and, in doing so, limit screen capture to iOS 4.0 or later deployment. iPhone 2G users will not be able to use camera-centered utilities as iOS 4 AVFoundation functionality cannot be included on the earlier platform. Any 3G and 3GS users who have not upgraded from iOS 3.x will also be affected. That means that Nerurkar's iCamcorder and iWebcamera will lose a large part of their audience. Nerurkar's Drahtwerk firm is not the only one affected. Popular scanner apps such as Occipital 's Red Laser (now bought out by eBay) have a large early model/slow adopter iPhone user base, and if they have to be updated to use the newer methods they will be leaving those users behind. More discussions are ongoing at the Apple developer forums (behind the paid dev firewall).