0

How can i remove support for ios 6? My app is not capable of supporting iOS 6 resolution and i dont want to stretch it. I am using ios 6 sdk. Need some assistance for this.

Thanks in advance.

chetan rane
  • 533
  • 2
  • 10
  • 25
  • 1
    iOS 6 doesn't introduce a new resolution. Maybe you meant iPhone 5. Also, if your app doesn't support it, it **will no be stretched.** It will have a black bar at the top and the bottom. –  Oct 31 '12 at 10:46
  • yes the black strip is coming from both sides .. – chetan rane Oct 31 '12 at 11:39

1 Answers1

3

Just don't add a Default-h586.png image to your app, and it will run with black bands at the top and bottom.

Stig Brautaset
  • 2,602
  • 1
  • 22
  • 39
  • will it be ok with apple? i am worried about rejecting due to this. – chetan rane Oct 31 '12 at 11:39
  • 1
    You'll have to read the appstore guidelines for that. It's something I imagine the AppStore Uploader should tell you about straight away when you try to upload, but my app supports iOS6 so I don't know... – Stig Brautaset Oct 31 '12 at 12:45