Like all the necessary device features in the info.plist file, is it possible to configure the application so that it is available only on some device models?
I know how to target a family of devices (iPhone and iPod vs iPad), but in this case I'm looking for a target model. I also know how to programmatically determine the model, but I want iTunes to prevent some device models from downloading the application, so doing this with info.plist seems like it would be a better way.
For example, if I wanted the application to be available on iPhone 3GS (or iPhone / iPod 4) and top, but NOT on iPhone 3G, is there any way to do this?
ios iphone device target
Andrรฉ morujรฃo
source share