The game, we are about to submit to apple, requires much memory and GPU power. It's almost unplayable on iPad 1, so we decided to release it for all iPads excluding first generation. How do I set up the project to be shown in AppStore as not supporting iPad 1?
The solution, I came up with, is to set UIRequiredDeviceCapabilities: gyroscope in info.plist file. But I still have some questions about it:
- Would Apple reject the app cause it doesn't really use gyroscope?
- Why do the game still installs and can be run on iPad 1 from xCode?
- Does anybody know the correct solution for this task?
Thanks in advance.