I have an iOS 4 app in the app store. I understand on the iPhone 5, the UI will be taller and my app will appear inside a letter box.
I cannot find any documentation about what’s necessary to upgrade the app. Does anyone know wher I can find an “upgrading to iOS6” document / guide?!
thanks
It all depends on whether you want to use the new features from iOS 5 & 6 or just make your app use the whole screen.
If you just want to whole screen, add a splash screen named “Default-568h@2x.png” to your project.
On iPhone 5, your app will use the whole screen, but make sure you test it with the simulator or an iPhone 5 if you already got one.
If you want to add new features, check out the “What’s new” for both iOS 5 & 6 and get started on implementing new features.