I have some iOS devices.
But all iOS versions of them are 5.1.1.
So I can't test my app in iOS 5.0.x.
Should I set the iOS deployment target to 5.0?
Is it safe to assume that apps will run properly in iOS 5.0 if it runs properly in iOS 5.1?
Or should I set it to 5.1.1 which I can test in?
And if I set it to 5.1.1, how will my app be displayed in iTunes Store to people whose devices are iOS 5.0?
The app will not be displayed to them?