Questions tagged [ios-3.x]

For issues relating to using iOS, version 3.x.

iOS is an operating system for mobile devices developed by Apple Inc that they currently use in their iPhone, iPod touch and iPad devices. It is optimized for portable (including handheld) hardware with touch interfaces.

See for further information.

41 questions
2
votes
1 answer

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 customize the page that I serve back. (My page might…
le noob
  • 93
  • 1
  • 4
1
vote
3 answers

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 is either drop the comparability requirement…
Lukasz
  • 19,816
  • 17
  • 83
  • 139
1
vote
2 answers

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 iOS3.1.3. To solve this I updated the "Deployment…
akshata
  • 41
  • 3
1
vote
1 answer

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 AppDelegate: ToDoList is load as RootView. But I want…
smartsanja
  • 4,413
  • 9
  • 58
  • 106
1
vote
5 answers

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 #import "MainMenu.h" @interface SplashViewController : UIViewController { …
1
vote
1 answer

i'm using firebase 4 , swift 3 and ios 10 and i can't find FIRAuth

i'm using firebase 4 , swift 3 and ios 10 and i can't find FIRAuth as i'm trying to work on a project to build a messenger app . can anyone help me with it?
1
vote
3 answers

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 selector!!!! if ( [self.view…
Lee Armstrong
  • 11,420
  • 15
  • 74
  • 122
1
vote
2 answers

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 catch all the notifications. Can anyone tell me…
mxg
  • 20,946
  • 12
  • 59
  • 80
1
vote
1 answer

Xcode 4.6 develop iOS 3.1

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 allows me to only deploy down to as low as iOS 4.3. I…
1
vote
3 answers

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 the original iPhone, and these are so old that…
Torben Gundtofte-Bruun
  • 2,104
  • 1
  • 24
  • 34
1
vote
2 answers

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 5.0 have a different type with 3.1.3. Thanks…
Rizki
  • 281
  • 1
  • 6
  • 19
0
votes
2 answers

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 devices running, iOS 4.0 and 5.0.1; it worked fine. But…
Emanuel
  • 1,981
  • 1
  • 20
  • 28
0
votes
1 answer

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 the device know we want to receive push…
Tuyen Nguyen
  • 4,389
  • 7
  • 51
  • 77
0
votes
1 answer

iphone audio speed control programmatically

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 audio from slider controller?
Jane
  • 288
  • 1
  • 3
  • 18
0
votes
2 answers

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 thing: I am setting it up only through the Interface…
Fran Sevillano
  • 8,103
  • 4
  • 31
  • 45