Happy New Year to all.
I have a fully developed iOS 6.x app (not in AppStore yet) with XCode 4.6. I'm running on Mavericks with XCode 5.0.2 and iOS 7. Now, I wanted my app to support both iOS 6.x and 7.0 devices. I'm totally confused on what should I do. Also, I have my 4S running on iOS 6.1.2 with modem firmware 3.4.02.
What should be the best way to acheive this?
I can upgrade to iOS 7.0.4 on the 4S. By doing this, what I'm losing here?. Is it safe to be at 6.1.2 on the device to not to lose testing on 6.x devices. But, then how do I test it on iOS 7 device as I can't afford a new one now.
I read that I can copy iOS 6.1 SDK to the XCode 5 folder to make XCode 5.0.2 support both iOS 6.x and 7.x simulators.
I ran the app thru the iOS 7 simulator from within XCode 5 and some of the UI screens are not looking good with controls misaligned.
At the end of the day, I want my app to run fine on iOS 6.x and iOS 7 devices. Also, my app only supports portrait mode.
Please help.