Reputation: 741
I want my app to be installed on only iPhone 3Gs and iPhone 4, running iOS 4.0 but not on iPhone 3. I did that by adding a new field in UIRequiredDeviceCapabilities in info.plist file called multitasking but when I submitted the file I got an email from apple saying that I used an invalid key in info.plist for the field UIRequiredDeviceCapabilities. Is there any other way for the app not to be installed on iphone 3 but only on iPhone 3Gs and iPhone 4.
Regards, Ankur
Upvotes: 1
Views: 1085
Reputation: 70693
Put armv7 in the UIRequiredDeviceCapabilities. The original iPhone and the iPhone 3G use armv6.
Upvotes: 3