I just submitted my app for distribution, when it showed the following message: "The binary uploaded for the latest version of this app indicates that iOS 4.3 or later is required. Apps that require iOS 4.3 or later will not be available to Verizon iPhone users. If this app could be compatible with earlier iOS versions, you may want to reject the binary and upload a new one that indicates the earliest compatible iOS."

I would like to make the app verizon compatible, if the process is quick.

If I just change the IOS deployment target on my project to 4.0, should it be ok?

Thanks.

link|improve this question

68% accept rate
feedback

2 Answers

up vote 2 down vote accepted

It should, if you haven't used some too recent features obviously.

Update: here's a checklist from the official docs of what's new in iOS 4.x

  • Game Center
  • Printing
  • AirPlay
  • Various enhancements (iAd, Media player, etc...)
link|improve this answer
feedback

It depends what frameworks and other features you are using with your app and whether they are compatible with iOS 4.0. If there are features not compatible, you might be able to disable them for earlier versions, using "weak linking". If possible, test your application on a device using an iOS version earlier than 4.3.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.