Well, I'm new in the Xamarin
iOS
developing and I think I started with the wrong foot.
I have Xcode 5.0
and Xamarin 4.0.14
. I'm looking to make my application work on iOS 6
and iOS 7
as my only testing device is an iPhone 3GS.
My problem is right now everything seems to point as I'm developing for iOS 7
, all the buttons are borderless and as far as my knowledge goes, that it iOS 7
.
So, how can I make my application work on iOS 6
but still be approved by the Apple Store? (I've read that they'll soon stop accepting iOS 6
app).
P.s I've already read Xamarin.iOS Target iOS 6 SDK but I'm still not quite there. I've started downloading Xcode 4.6.3 just in case.