Search code examples
javaioslibgdxrobovm

Detect version of ios using libgdx with robovm backend


According to this answer we need to know the version of ios. How can I achieve it using libgdx's robovm backend?


Solution

  • When running under RoboVM java.lang.System.getProperty("os.version") will return the iOS version.