For issues relating to using iOS, version 3.x.
0
votes
1answer
213 views
Xcode 4.6 develop iOS 3.1 [closed]
I want to learn iOS development. I have a jailbroken first gen iPod touch with iOS 3.1.3, that I was hoping to use for testing and running my app. I am running Mountain Lion with XCode 4.6 which ...
1
vote
1answer
157 views
Will Apple reject our app if I support iOS 3.x?
I'm aware that if I build our app on Xcode 4.5, We won't be able to submit our app to the App Store not to mention we won't even be able to run the thing on the device with iOS3.x.
Not what I want to ...
0
votes
1answer
67 views
NSInvalidArgumentException reason:-[CLLocation distanceFromLocation:]
I have this code to get only cafes that are within a radius of 10 km :
for (NSString *ndlog in log) {
NSString *name = [names objectAtIndex:i];
NSString *city = [citys objectAtIndex:i];
...
2
votes
1answer
183 views
href tag doesn't open in a new webview or in mobile safari
I'm working with a company that makes iPhone apps, and they are trying to display a webpage in a webview that they control. So all I give them is a url, and they hit it with certain parameters to ...
1
vote
3answers
369 views
iOS 3.x support in 2012?
I'm developing an app that works on iOS 5 and it appears that Xcode automatically says "iOS 4.3 or newer". Can I still (in 2012!) create apps that work on iOS 3.x?
Many people have iPhone 3G or even ...
0
votes
2answers
121 views
Which button state is triggered when you long-click (highlight) the cell in which it exists?
I have a custom table view cell view that contains a button. I initialize the button to setBackgroundImage to an empty circle in its normal state. I also setImage to a checkmark image for its selected ...
3
votes
1answer
413 views
Libcurl error: curl/curl.h: No such file or directory
im tryin to upgrade icy to iOS3/4+ but when im building it, it gives me this error: curl/curl.h: No such file or directory how can i make this to work? i've read about adding cURL in the frameworks ...
1
vote
2answers
388 views
How to develop iOS 3.1.3 app in Lion?
I want to develop application for iOS 3.1.3 in Lion OS (10.7.3). Can I develop it? What Xcode I must use to develop iOS 3.1.3 app? Now I use Xcode 4.2.1 and I can create iOS 3.1.3 project cause iOS ...
0
votes
2answers
502 views
Loading main XIB makes app crash on iOS 3.0
thank you for taking some time to read my question.
I have this app (In Cydia), which has around 10% of users with iOS 3.0, so I want to support them in my next update .
I tested it with actual ...
11
votes
5answers
12k views
Most current iOS version distribution percentage?
I started working on a new app and I wanted to use all of the new iOS5 features (including storyboard) but I'm afraid to limit my app to iOS5 users only.
I couldn't find any information about iOS5 ...
3
votes
2answers
278 views
Confusion concerning NSClassFromString / Checking for Gesture Recognizer
I'm trying to use NSClassFromString to prevent a block of code from running on pre iOS 3.2 devices. The code block in question is as follows:
if (NSClassFromString(@"UITapGestureRecognizer"))
{
...
5
votes
1answer
1k views
iOS and unarchiving xib files
I'm finishing off an app for iOS 3.0 and up to run on the iPhone and iPod Touch. It's working fine on iOS4.0 and up, but when I backtest it on a second generation iPod Touch running iOS 3.0 the launch ...
0
votes
1answer
245 views
iPhone - Register for push notification lock iPhone running iOS3 on Release mode
I put the following code in "applicationdidFinishLaunchingWithOptions"
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
// Let ...
1
vote
4answers
3k views
A nice way to perform a selector on the main thread with two parameters?
I'm searching for a nice way to perform a selector on the main thread with two parameters
I really like using
- (void)performSelectorOnMainThread:(SEL)aSelector withObject:(id)arg ...
1
vote
2answers
1k views
Compiling for iOS 3.1.3 with Xcode 4.2
Does Xcode 4.2 support compiling projects for iOS 3.1.3? I tried compiling a project that I'm currently working on, and I keep getting crashes every time I try running the application on an iPhone 3G ...
2
votes
1answer
3k views
Support of iPhone 3G
I have submitted one iPhone app 6 times, and in the requirement of the last/ current version, iPhone 3G is not supported anymore.
My question: Why do I lose this model?
I have some remarks:
0) Now, ...
1
vote
3answers
118 views
Does it make any sense to develop iPhone application compatible with iOS 3?
I am developing iPhone application which involves the frameworks available from iOS 3.2 (Core Text, etc..) for rapid development, but the client requires deployment target to be iOS 3.0
The dilemma ...
2
votes
1answer
274 views
iphone audio speed control progrmatically [duplicate]
Possible Duplicate:
AVAudioPlayer: How to Change the Playback Speed of Audio?
I want to control the speed of the audio played by AVAudioPlayer, So is it possible to control the speed of the ...
0
votes
1answer
315 views
Launching image not displayed in iOS 3.1.3
I'm deploying a calculator and I want it to be compatible with iOS 3.x. I'm almost finishing and have a little problem. I setted a launching image in info.plist file. The launch image is shown in the ...
1
vote
2answers
305 views
Grouped UITableView shows weird square border
I am having a weird issue with a grouped UITableView. It shows a square border only on one of the views in the app, and only on the terminal that has iOS 3.1.3. Here you have an screenshot of the ...
0
votes
4answers
526 views
What happens when observing UIApplicationDidEnterBackgroundNotification on old iOS without multitasking?
I have this line of code:
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(stop) name:UIApplicationDidEnterBackgroundNotification object:nil];
Works fine in iPhone 4.3 ...
0
votes
1answer
327 views
UIImagePicker can't perform full-screen transition on iOS 3.1.3
I am modifying my iphone app to make it backward compatible with iOS 3.1.3. I allow the user to load images from the photo library. I present the image picker with the following code:
...
0
votes
1answer
572 views
External Accessory protocol for App Store
I'm working on firmware for an MFI device and when the user plug in his device I can test if he has a specific app. However, if he doesn't have it I would like to open App Store and show him the ...
0
votes
2answers
308 views
ASIHTTPRequest crashes on iOS 3.1.3
My application crashes as soon as I call [[ASIHTTPRequest alloc] initWithURL:url]; on my iPod Touch 1G. It has no issue on iOS 4.x.
The error I see is Error Domain=ASIHTTPRequestErrorDomain Code=10 ...
3
votes
3answers
188 views
Data provider calling a delegate: specifics or generic?
I have a XML parser which will parse 17 different XML documents (I'm simplifying this).
When the parser has finished its job, it calls the object that did the request.
First way
A single method that ...
4
votes
3answers
6k views
UIKeyboardWillShowNotification, UIKeyboardWillHideNotification and NSNotificationCenter problem between iOS versions
I have several UITextFields on my view (each inside a UITableViewCell). When the keyboard is fired from any of the textfields, I need to make some animations, mainly to change the frame of the ...
0
votes
0answers
362 views
iOS - Creating Universal Application in XCode4 - How to Use the Delegate Files
I wish to create a universal application in iOS4. I already created a universal application in iOS3 and used only one AppDelegate file to distinguish between the devices, using the simple ...
1
vote
2answers
353 views
How to get my iOS4.2 SDK developed code working with iOS3.1.3?
I am new to iPhone development. I started developing a project using iOS4.2 SDK. It works properly on both an iOS4.2 device and simulator. Later I realized that my app wasn't working on devices with ...
0
votes
2answers
162 views
Equivalent of MKPolyline in iOS 3
In iOS 4 when I need to build a polyline I use code like this:
MKPolyline *polyLine=[MKPolyline polylineWithCoordinates:coords count:[points count]];
But with iOS 3 (3.1.3) it doesn't work...
...
-1
votes
2answers
3k views
How to correctly set the minimum iOS version for my app? [closed]
I am developed one application in ios 4.2. I try to test that application in iphone 3g. In that process error will occur like
"The Info.plist for application at
...
1
vote
1answer
246 views
TabBar application, CoreData related application crash
In my project I'm using a tabBarController as the rootView Controller, then on one of my tabs, I add my exsisting ToDoList application. The problem I'm having is this: If I use this code in the ...
12
votes
4answers
6k views
iOS 3.x support in Xcode 4
Is it possible to write apps that support iOS 3.x versions using Xcode 4? If so, how? And does Apple have any official recommendations on app backwards-compatibility?
-1
votes
2answers
973 views
Installing Developed Application into iphone device
Can anybody help me to install my developed app into an device.
what are the steps to execute my application in device.
how can i connect the device to run my application in device????
Please help me ...
1
vote
5answers
656 views
Splash screen related in iphone
Hi I am trying to splash screen with the help of timer. but it can't. IS any suggestion regarding this code.........
SplashViewController.h:-
#import <UIKit/UIKit.h>
#import "MainMenu.h"
...
0
votes
2answers
1k views
UIView background image gets squashed
In my iPhone app I have a UIView with a tiled background image created via view.backgroundColor = [[UIColor alloc] initWithPatternImage:[UIImage imageNamed:@"IndexCard.png"]];
On my iOS3.1 device, ...
1
vote
5answers
939 views
Unable to run iOS 3.X app compiled with iOS SDK 4.3
I've recently upgraded to xCode 4.0.1 in order to use the latest iOS SDK (4.3). I'm currently doing development for iOS 3.X devices, but looking to expand into iOS 4.X in the near future.
The problem ...
1
vote
3answers
323 views
UIGestureRecognizer crashes on < OS3.2
This is to be expected but I can't seem to find a runtime that works properly as it seems it was a private API before!!!!
At the moment I have and OS3.1.3 responds to the addGestureRecognizer ...
1
vote
2answers
777 views
How to stop MPMoviePlayerController from showing “This movie could not be played.”?
I use MPMoviePlayerController to play some Video and Audio streams on iPhone.
Sometimes some steams aren't available, so on iPhone OS 3.1 I get 4 "This movie could not be played" alerts, even if I ...

