According to this answer we need to know the version of ios. How can I achieve it using libgdx's robovm backend?
When running under RoboVM java.lang.System.getProperty("os.version") will return the iOS version.
java.lang.System.getProperty("os.version")