I want to determine whether my Flex mobile app is running on a IOS device with IOS 7.
I need to find out because I want to lower the actionbar of the application if it is run on IOS 7 to provide room for the indicators (battery, wifi, etc.).
According to documentation the Flex Capabilities class does not provide me with an IOS version number.
The only option I can think of is to build a Native extension and query the version using IOS functions. But I do not really look forward to building that extension. Even less so because apparently you need a Mac with XCode to build the IOS part, and I don't own a Mac. A VM with OSX installed could be my last resort.
Maybe you know another option?