Questions tagged [ios3.0]

For issues relating to using iOS, version 3.0.

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.

38 questions
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
1 answer

upgrade version of an application

i want to know what things need to be do in developing the upgrade version of an application (like bundle version) so that if a user download my upgrade version of my application then it update the old version. i have develop the upgrade version of…
Iqbal Khan
  • 4,587
  • 8
  • 44
  • 83
1
vote
1 answer

iphone ios 3.0.1, device is not being able to get a device token nor reporting an error?

ok i have an iphone with ios 3.0.1 i have wifi turned on, no cellular network. I have created my provisioning profile, my certificate correctly. why?... gonna tell you in a while anyway, when i run the application, i have put NSLog in -…
LolaRun
  • 5,526
  • 6
  • 33
  • 45
1
vote
5 answers

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 is, I can't seem to successfully run anything on…
Mac
  • 14,615
  • 9
  • 62
  • 80
1
vote
1 answer

Is there any way to simulate safari on the iphone 3 without access to the actual phone?

I'm having the rather frustrating problem of a website problem on iphone 3 that doesn't appear on iphone 4. I can't get my hands on an actual device. I'm running windows. Is there any way of simulating safari on iphone 3?
deltanovember
  • 42,611
  • 64
  • 162
  • 244
1
vote
2 answers

Garbled text in iOS 3.2 inside webapp

I'm having an issue with a webapp I'm writing for iOS devices. It only manifests itself in iOS 3.x. Below is the problem I'm having: The computed style is: -webkit-appearance: none; -webkit-background-clip:…
changelog
  • 4,646
  • 4
  • 35
  • 62
1
vote
2 answers

Testing on pre-IOS4

I have a problem with an app that works perfect on my iPhone 4, and on my 3Gs but both are on iOS 4. BUT, when a colleague installed it on his 3G with 3.1.2 on it... it crashes on startup. Is there someway I can test to install the app in a 3.1.2…
Paul Peelen
  • 10,073
  • 15
  • 85
  • 168
1
vote
2 answers

Is my update okay for iOS 3.0 users (I check if Core Telephony exists)?

Detail : I am ready to submit an update to my app to Apple. However, I have one area of doubt. I have added the following code in the header of one of my classes ... #import and this in the main class ... if…
Andy A
  • 4,191
  • 7
  • 38
  • 56
0
votes
0 answers

Use the dump framework ?

I just want to know how can I use the dumped framework's header in my application. I dump my public framework with Erica Sadun's class dump API and it successfully released the header files for me on my specified directory but when I tried to use…
B25Dec
  • 2,301
  • 5
  • 31
  • 54
0
votes
1 answer

how to run iOS 4 application on iOS 3.1.3

I have an iPhone with iOS 3.1.3. I have developed an application with ios 4.2. Application runs well expect autoscrolling. when i click textview it scolls automatically to see text contents. when i install in my iphone it terminates when i click on…
HRD0701
  • 39
  • 1
  • 4
0
votes
2 answers

iphone simulator 3.2 AvAudioPlayer fileURL Issue

I am getting a weird problem with avaudioPlayer. It work fine when I run iphone simulator 4.0, 4.1 and 4.2. It also works fine when I run ipad simulator 4.2 but when I run ipad simulator 3.2 then it crashes because AVAudioPlayer code has a fileURL…
chits1
  • 11
  • 3
0
votes
2 answers

Alternative for [NSOperationQueue mainQueue] on ios 3

What is the equivalent of these operations on ios3 [NSOperationQueue mainQueue]; [NSOperationQueue currentQueue];
user701726
0
votes
1 answer

MKMapViewDelegate viewForAnnotation method

I have a map loading up on my iPhone which shows pin annotations. I set these up by having objects which conform to the MKAnnotation protocol. Now, the annotations show up on the simulator but, rather bizarrely, not on the device. FYI, I've got…
Snowcrash
  • 80,579
  • 89
  • 266
  • 376
0
votes
1 answer

adding custom fonts to application

In my project, I'm using a custom font named "COMICS.TTF"... For that I added the font file named "COMICS.TTF" into resources and edited the plist to include a new field specifying "Fonts provided by the application COMICS.TTF " After that, I…
Suran
  • 1,209
  • 1
  • 17
  • 21
0
votes
1 answer

What's wrong with iOS 3.0 and numberOfLines=0 for UITableViewCell?

ok here's the thing, it's been two days now trying to build a decent tableview cell with subtitles style. so i overrided the 'tableview:heightforrowatindex:' method. fine i also put the numberoflines for the details to 0. this works fine in…
LolaRun
  • 5,526
  • 6
  • 33
  • 45