Questions tagged [ios32]

For issues relating to using iOS, version 3.2.

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.

7 questions
11
votes
5 answers

Possible to mirror iPhone/iPad screen on a monitor without jailbreaking?

I have been looking for a way to show the iPhone screen (not the simulator) on a monitor or projector for demo purposes. Previous SO post suggested jailbreak (Veency, iDemo/DemoGod, screensplitr) or simulator. Release notes iOS 3.2 (External Display…
Kb.
  • 7,240
  • 13
  • 56
  • 75
9
votes
1 answer

armv7 iphone warnings

I get the following warnings when trying to build my project. There are about 160 warnings similar to them which is annoying ld: warning: CPU_SUBTYPE_ARM_ALL subtype is deprecated:…
Sami
  • 1,369
  • 14
  • 35
1
vote
3 answers

How do I turn off the back and next buttons on MPMoviePlayerController in full-screen mode?

I have an MPMoviePlayerController in my iPad app. When there's a video to view, the user taps on it, then can go full screen. However, if the user presses the NEXT button in full screen mode, the movie goes blank and the video can't be played…
jowie
  • 8,028
  • 8
  • 55
  • 94
1
vote
2 answers

NSNumberFormatter iOS 3.2 Bug?

I have code that I am porting from iOS 4 to iOS 3.2 for a demo project on an iPad. I have this code: +(int) parseInt:(NSString *)str { NSNumberFormatter *nf = [[NSNumberFormatter alloc] init]; [nf setAllowsFloats:NO]; [nf…
Richard J. Ross III
  • 55,009
  • 24
  • 135
  • 201
1
vote
3 answers

"_UIApplicationDidEnterBackgroundNotification", referenced from: Error while linking

I'm using the Three20 library in my app, I am seeing this error during linking of the app: "_UIApplicationDidEnterBackgroundNotification", referenced from: _UIApplicationDidEnterBackgroundNotification$non_lazy_ptr in…
amehta
  • 439
  • 6
  • 14
0
votes
2 answers

iPad iOS3.2 and advertising

Are there (good) ways to deliver paid-for ads to iPads running iOS3.2? iAd works on iOS4.0 and higher, and AdMob seems to support only the iPhone/iPod Touch devices, not the iPad.
Ken
  • 30,811
  • 34
  • 116
  • 155
0
votes
2 answers

Orientation is being incorrectly changed in an iPad Application

I have an application that starts with a Login screen (UIViewController) and then once the user completes the login, the rest of the application is managed by a SplitViewController. The problem I'm having is that when the SplitViewController is…
Mortoc
  • 610
  • 1
  • 7
  • 13