Reputation: 3111
My app requires VoiceOver (it's specially designed for visually impaired people) which is only available for iPhone 3GS and later.
Is there a possibility to declare that my app requires an iPhone 3GS or later?
My temporary "solution" is to require iOS 4.3 or later (iOS 4.3 is not available for iPhone 3G devices). But to require that doesn't feel right.
Upvotes: 2
Views: 327
Reputation: 7936
That seems like as good a method as any. Another way would be to require armv7 architecture, but I was advised against that by Apple when I asked unless my app actually did use armv7.
Upvotes: 1