I have a version of my app that only supports devices that support 3.0 in their latest fw, but noticed the minimum version I build for is 2.4 (oops). I want to add menu2's so it really will only work with devices with 3.0. Sure, I could check for menu2's being available, but I'm wanting to completely replace the regular menu's and don't want to support anything lower than 3.0.
The question is, what are the side effects of changing the minimum version for users that may not have the latest fw on their devices? Again, all devices my app supports support 3.0 in the latest fw. What happens if someone with an older firmware wants to install it? Will the CIQ store prevent them from installing it until they upgrade their device? Will they not even see the update? Do I need to have code in my app that basically states they should upgrade their fw if they want to use the app?