The ios4 tag has no wiki summary.
52
votes
7answers
80k views
How to parse the Manifest.mbdb file in an iOS 4.0 iTunes Backup
In iOS 4.0 Apple has redesigned the backup process.
iTunes used to store a list of filenames associated with backup files in the Manifest.plist file, but in iOS 4.0 it has moved this information to ...
40
votes
1answer
8k views
How To Make iPhone App compatible with multiple SDK (firmware) versions
With iOS4 coming out soon, I have already planned to include an iAd in a future update of an app of mine. I assume that this will make my app unusable for anyone on a firmware lower than 4.0. Is there ...
39
votes
3answers
5k views
Why rename synthesized properties in iOS with leading underscores?
When creating a new project in Xcode 4, the boilerplate code adds an underscore character when it synthesizes the ivars in the implementation file as:
@synthesize window = _window;
or:
@synthesize ...
37
votes
13answers
13k views
Offline iOS web app: loads my manifest, but doesn't work offline
I'm writing a web app to be used offline on iOS. I've created a manifest, am serving it up as text/cache-manifest, and it usually works fine, when running inside Safari.
If I add it as an app to my ...
35
votes
12answers
25k views
Best book / resources for learning iOS programming? [closed]
Which resources did you find useful for learning iOS programming?
Books? Website? Videos?
35
votes
5answers
6k views
Developing cross platform mobile application
More and more mobile platforms are being launched and sdk's are available to developers. There are various mobile platform are available,
Android,iOS,Moblin,Windows mobile 7,RIM,symbian,bada,maemo ...
34
votes
4answers
19k views
What are block-based animation methods in iPhone OS 4.0?
I am trying to implement a game using the iPhone OS 4.0 (iOS4?) SDK. In the previous versions of the SDK, I've been using the [UIView beginAnimations:context:] and [UIView commitAnimations] to create ...
31
votes
7answers
17k views
libXcodeDebuggerSupport.dylib is missing in iOS 4.2.1 development SDK
Note: getting this on Xcode 4.3.2? Check out the answer to this question.
Note: creating a symbolic link to use the 4.2 lib seems to work fine
cd ...
25
votes
2answers
962 views
How to open camera with animation effect?
I want to open camera with animation effect, so that it should appear that camera is opening in the parent screen only.
I am using camera overlay screen and on click event of button in parent ...
22
votes
1answer
2k views
What is the difference between libsqlite3.dylib and libsqlite3.0.dylib?
I'm getting started with SQLite databases in an app I'm working on. I've not run into issues yet but one of the early steps from this tutorial is linking the SQLite3 framework. The tutorial calls ...
22
votes
9answers
25k views
iOS 4: wireless app distribution for in-house applications
According to the apple website iOS 4 should support wireless app distribution. I have been unable to find any documentation at all on how to host your applications for users to download them over ...
21
votes
3answers
2k views
Can somebody explain iPhone's data protection and encryption to me?
I completely revise my question because I found two excellent sources about iOS's data protection. First one is: Episode 209 of Apple's WWDC 2010 Videos "Securing Application Data" and second is ...
21
votes
2answers
15k views
Detect Retina Display
Does iOS SDK provides an easy way to check if the currentDevice has an high-resolution display (retina) ?
The best way I've found to do it now is :
if ([[UIScreen mainScreen] ...
21
votes
4answers
13k views
ApplicationWillTerminate in iOS 4.0
The applicationWillTerminate delegate method is not getting called in iOS 4.0
When I hit the Home button I am seeing the applicationWillResignActive and applicationDidEnterBackground delegate methods ...
20
votes
4answers
9k views
How many units of each iOS version are currently in usage? [closed]
Anyone know where I can find stats on how many units are currently running each major version of iOS (1-4). I'm trying to decide if it's prudent to use functionality only available in iOS 4. Thanks!
20
votes
8answers
20k views
iOS Private API Documentation
Is there a web site or project documenting private APIs for the iPhone SDK?
19
votes
1answer
8k views
Handling applicationDidBecomeActive
I have the UIApplicationDelegate protocol in my main AppDelegate.m class, with the applicationDidBecomeActive method defined.
I want to call a method when the application returns from the ...
18
votes
3answers
491 views
While sending SMS, application is crashing
I want to send sms using below code in iPhone 4, but the application is crashing due to this code only.
if ([MFMessageComposeViewController canSendText]) {
...
17
votes
4answers
2k views
Architectural and design question about uploading photos from iPhone app and S3
I want to allow users of an iPhone app to upload photos and use Amazon S3. There are 2 ways I see going about this:
Upload from iPhone to my server, which proxies it then to Amazon S3.
Upload from ...
16
votes
2answers
3k views
Design for Facebook authentication in an iOS app that also accesses a secured web service
Goal:
Allow a user to authentication with Facebook into an iOS application which requires access to a protected web service that I'm running.
Assumptions:
There is a native authentication (and ...
16
votes
1answer
2k views
How to share keychain data between iOS applications
I am describing a problem for which it took me quite some time to learn the answer.
The "GenericKeychain" example is a good start at providing a wrapper for sharing keychain data between applications ...
16
votes
0answers
727 views
Remote Control Event Causing iOS to Terminate Background App [closed]
My app plays background audio using AVAudioPlayer and receives remote control events from iOS. Everything works fine while audio is playing, but if audio is paused and my app is moved into the ...
16
votes
4answers
7k views
iPhone SDK 4 “Half curl page transition”
In Steve Jobs' keynote announcement of the iPhone SDK 4 earlier this year, one of the slides showed that a "Half curl page transition" was part of the new SDK:
I've looked through the iOS API docs ...
16
votes
2answers
9k views
Gyroscope vs Accelerometer?
Now that iOS 4 is no longer NDA, I would like to know what Gyroscope has to offer over the Accelerometer for developers. Is there a difference in APIs? Other things?
15
votes
3answers
6k views
Xcode 4.2 Warnings when dropping Nav Controller on Tab Bar in IB
I'm developing an app which is iOS 4 compatible, so my deployment target is set to iOS 4.0.
Whenever I drop a UINavigationController onto a UITabBar, I get these two warnings:
warning: Attribute ...
15
votes
1answer
4k views
iPhone iOS 4.0 Camera FigCreateCGImageFromJPEG returned -1
Since I updated to 4.0, when I take a photo with my App using UIImagePickerController I get the following error output:
* ERROR: FigCreateCGImageFromJPEG returned -1. Input (null) was 711733 ...
14
votes
4answers
5k views
How to get audio volume level, and volume changed notifications on iOS 4?
I'm writing a very simple application that plays a sound when pressing a button. Since that button does not make a lot of sense when the device is set to silence I want to disable it when the device's ...
14
votes
1answer
4k views
Play local notification default sound when displaying UIAlertView?
I'm writing a reminders app for iPhone that displays reminders using local notifications.
If a reminder goes off while the application is running, the local notification isn't displayed. Instead, the ...
14
votes
2answers
2k views
iPhone - App Rejected again, HTTP Live Streaming 64kbps baseline feed
Thank you for submitting APPNAME_HERE.
We have reviewed your application and
have determined that it cannot be
posted to the App Store at this time
because it is not using a baseline
...
13
votes
2answers
537 views
Pass a block to a C++ method from objective C
I have a C++ helper class that I use with objective-C. I would like to pass the c++ class a block from a view controller (a callback) so that when it is executed I am on the main thread and can update ...
13
votes
6answers
3k views
How do you get implicit dependencies to work with workspaces in Xcode 4?
I want to manage projects in workspaces using Xcode 4 with Cocoa Touch Static Library projects which contain shared code that I could reference from other projects. According to WWDC 2010 videos and ...
13
votes
4answers
5k views
360° panorama librarys for ios
are there any libraries or classes out there to show a 360 degree panorama on the iphone?
i found this here: http://code.google.com/p/panoramagl/
but its not up to date and only for old versions of ...
13
votes
7answers
1k views
NSDateFormatter's init method is deprecated?
Per
http://developer.apple.com/iphone/library/documentation/Cocoa/Reference/Foundation/Classes/NSDateFormatter_Class/Reference/Reference.html
The init method of NSDateFormatter is "Available in ...
13
votes
6answers
16k views
Exit application in iOS 4.0
Before iOS4.0 clicking the home button on iPhone exits the application, and Apple had in their guide that programmatically exiting the application was not accepted.
now everything changed in iOS4.0, ...
12
votes
5answers
7k views
iPhone/iPod Touch: application executable is missing a required architecture
I have an issue with xCode 4.2. I am getting this error when building:
2011-06-18 13:35:49.839 Validation[4110:607] *** Warning: Defaulting to the standard codesign tool
warning: iPhone/iPod Touch: ...
12
votes
4answers
3k views
When to use enumerateObjectsUsingBlock vs. for
Besides the obvious differences:
Use enumerateObjectsUsingBlock when you need both the index and the object
Don't use enumerateObjectsUsingBlock when you need to modify local variables (I was wrong ...
12
votes
3answers
1k views
Compile PHP with GD for iPhone OS 4.1 [closed]
The Goal:
have a working version of PHP with the GD library working on an iPod Touch 4th Gen.
The Status:
PHP is working on the iPod (lighttpd + PHP 5.2.8 + sqlite3) without GD.
When trying to ...
12
votes
2answers
1k views
How can I find out if the iPhone user currently has a passcode set and encryption enabled?
I'm writing an iPhone application that requires its data to be encrypted. I've learned how to turn on encryption for files by setting the NSFileProtectionComplete attribute. I also know how to check ...
12
votes
2answers
2k views
Anyone have an example of how to write audio and video simultaneously using AVAssetWriter?
Been trying to figure this out with zero success.
I can write video output no problem ... but once I try to introduce a second AVAssetWriterInput to include audio the final quicktime movie is jumpy ...
12
votes
2answers
5k views
Entering background on iOS4 to play audio
The documentation is rather poorly written when talking about playing audio in the background. It gives the impression that all you have to do to continue playing the audio that you are currently ...
11
votes
1answer
2k views
Is ARC really supported in iOS 4? The iOS 4.2 SDK is missing ARC-related symbols at linking time
I've read and heard since ARC was first announced that it was a compile-time thing and would be backwards-compatible with iOS 4. I have successfully refactored my project to ARC using Xcode 4.2's ...
11
votes
3answers
3k views
iPhone app does not run on old device (3G, 3GS, …)
I have developed an app which works on iPhone 4 (iOS 4.3 & 5) (which used during developing). Now I have tried to test on 3GS (iOS 4.3.3) and 3G(iOS 4.2). But app does not load into these devices. ...
11
votes
2answers
2k views
iOS 4 blocks and retain counts
I'm just getting started with blocks and Grand Central Dispatch. I've been told (and read in the Apple Documentation) that any object referenced from within a block gets retained.
For instance:
^{
...
11
votes
2answers
686 views
Can iphone app woken in background for significant location change do network activity?
I'm working on an app that monitors significant location changes in the background. I've been reading all the answers (well, I think all!) about ios4 and the application lifecycle, but what I can't ...
11
votes
3answers
2k views
the paper folding/unfolding effect in twitter for iPad
Twitter for iPad implements a fancy "pinch to expand paper fold" effect. A short video clip here.
http://www.youtube.com/watch?v=B0TuPsNJ-XY
Can this be done with CATransform3D without OpenGL? A ...
11
votes
2answers
2k views
Create text Stroke for UILabel iphone
I was wondering how can I create text stroke for UILabel in iOS4 ? I need some suggestion . I want something like this :
EDITED :
UIFont *font = [UIFont fontWithName:@"Arial" size:222];
CGPoint ...
11
votes
3answers
1k views
Simulate Tab Key Press in iOS SDK
When a hardware keyboard is used with iOS, pressing tab or shift-tab automatically navigates to the next or previous logical responder, respectively. Is there a way to do the same programmatically ...
11
votes
4answers
6k views
UIPopOverController for iPhone (currently only available for iPad)
Before I implement something similar for the iPhone, I'm wondering if anyone has implemented something similar of the UIPopOverController for the iPhone. This is so far only available for iPad.
11
votes
4answers
8k views
How should I approach building a Universal iOS app that will include iOS 4 features, even though the iPad doesn't yet run iOS 4?
I'd like build a game for both the iPhone and iPad. As such, it would make sense to start this project from scratch as a universal app. However, iPhone and iPad currently run two different versions ...
11
votes
2answers
5k views
AVPlayer vs. AVAudioPlayer
The documentation for AVPlayer states the following:
[The] player works equally well with local and remote media files
However, the documentation for AVAudioPlayer states the following:
...