ios3.0

File disappears when using NSKeyedArchiver between iOS 3 and iOS 4.0

I tried to save a file in iOS 3.1.3, and I upgraded the OS to iOS 4.0. The file disappeared. I used NSKeyedArchiver and NSKeyedUnarchiver to manipulate the file. ...

iphone OS lower than 4 ==> Testing iAd?

I implemented iad to my app (sdk 4), i set the target to be able to run OS 3 and higher now i need to test and make sure that devices with OS 4 lower won't crash because of iAd. Is there a way to go back to iphone OS 3.2 to test this. Where can i download it, apple has removed it from their website. ...

HTML5 video tag on iPhone OS 3 is appearing outside a layer that has overflow: hidden;

I have an HTML5 video tag in a layer that has 'overflow: hidden;' set on it, but the video shows up outside the overflow area. It's essentially an accordion control, so the layer the video is in will be closed by default, and then when activated it will open up with a little slide down animation. Unfortunately, because the video isn't re...

iOS 4.0 and 3.0 on one mac

Hi, I have just submit my app to the App store, and received many comments that the application crashes on startup on older iphones. The deployment target was set to 3.1.3 and base sdk to 4.0. I thought I didn't use any api from 4.0 so the only problem could be three20 library. Now I have two xcodes installed on my computer. After some...

iPad Rotation and Keyboard pop up

I'm building an app that uses a UIView that contains a UIScrollView within it so that when the keyboard shows up, users can still scroll downwards to see the content within the view. It seems like I have gotten everything perfectly set up but when I rotate, everything goes completely unusable. The views are all out of place and I am unsu...

MPMoviePlayerController - Controls are not aligned

Hi @all, My iPhone app (created under iOS2), has a strange behavior. The left arrow is not aligned with other controls (on both iOS3 and 4) My other apps work fine... Does someone have any idea ? Update : That bug appear with all iPhone in my company, and in all iPhone in my customer's company (both compiled on many computers or ...

IOS3 Compatible App in IOS4 Mutlitasking

Hi All, This is a follow on from http://stackoverflow.com/questions/3648530/iphone-app-submission-issues If I have a IOS3 compatible app, how does it handle in IOS4 in regards to Multitasking? i.e. When the IOS3 app is closed on an IOS4 phone and than they reopen it, will it restart or is it backgrounded/multitasked and when reloaded ta...

Update Xcode project to iOS 4.1

Hi there I started a project under iOS 3.1 and I stopped developing for a while. Now I installed the new SDK with iOS 4.1. If I wanna build now, there is a error message which says "There is no SDK with the name or path 'iphoneos3.1', which actually make sense. So how can I "upgrade" my project to iOS 4.1? thx ...