iOSTargetOSVersion Manual     Reference     Scripting  
Scripting > Editor Enumerations > iOSTargetOSVersion
iOSTargetOSVersion Enumeration

Supported iOS deployment versions

Note: This is an editor class. To use it you have to place your script in Assets/Editor inside your project folder. Editor classes are in the UnityEditor namespace so for C# scripts you need to add "using UnityEditor;" at the beginning of the script.

Values
iOS_3_0

iOS 3.0

iOS_3_1

iOS 3.1

iOS_3_1_2

iOS 3.1.2

iOS_3_1_3

iOS 3.1.3

iOS_3_2

iOS 3.2

iOS_4_0

iOS 4.0

iOS_4_1

iOS 4.1

iOS_4_2

iOS 4.2

iOS_4_3

iOS 4.3

Unknown

Unknown iOS version, managed by user