Apple introduced a new "decimal pad" keyboard type in iOS 4.1 (I think). I'd like to use this in my app, but I'd also like the app to be 3.x compatible.
I thought it would be impossible, but, when setting my app to support "Minimum OS version: 3.0", it compiles with this constant in use.
I don't have a 3.x device to hand, and can't seem to force the simulator to run my app under 3.x, so I'm confused as to what is happening. Will it crash on a 3.x device and, if so, why is it compiling when I've set the compiler for 3.0 support?
I know there are ways of simulating in the DecimalPad keyboard in iOS 3.x, but I'm specifically interesting in this version issue.
Update
My tests suggest that iOS 3.x maps "invalid" keyboard types to the default keyboard.