I suddenly came up with a scenario and would be keen to know if we can do it. Suppose I am using gyroscope APIs and we all know gyroscopes are available in iPhone 4 and above but not below that I am aware of two things
- Conditional compilation of code using macros
- Conditional linking of frameworks
But my question is : is it possible to do some changes in app configurations or while uploading app to app store so it does not install in lower configuration devices at all.
Please enlighten me on this.
Regards Ankit