Difference between revisions of "platform.apilevel"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
String value describing the current API version.<br /> | String value describing the current API version.<br /> | ||
− | Its | + | Its value can be : |
− | * "1.0" for OS | + | * "1.0" for OS versions 3.0 and 3.1 |
* "2.0" for OS 3.2 | * "2.0" for OS 3.2 | ||
* "2.2" for OS 3.4 (iPad App) | * "2.2" for OS 3.4 (iPad App) |
Revision as of 00:57, 27 August 2014
String value describing the current API version.
Its value can be :
- "1.0" for OS versions 3.0 and 3.1
- "2.0" for OS 3.2
- "2.2" for OS 3.4 (iPad App)
- "2.3" for OS 3.6
- "2.4" for OS 3.9
- "2.5" for OS 3.11 (iPad App)
Manually setting this property has to be done at the top of the lua script and can only be done once.