Changes

Jump to navigation Jump to search

platform.apilevel

366 bytes added, 06:25, 8 April 2015
difference in loading apilevel, with 3.6+
Line 8: Line 8:  
* "2.5" for OS 3.11 (iPad App)
 
* "2.5" for OS 3.11 (iPad App)
 
* "2.6" for OS 4.0 and 4.1 (iPad App)
 
* "2.6" for OS 4.0 and 4.1 (iPad App)
  −
      
Manually setting this property has to be done at the top of the lua script and can only be done once.
 
Manually setting this property has to be done at the top of the lua script and can only be done once.
    +
Setting a unsupported apilevel has different behaviours when in < 3.6 and >= 3.6:<br />
 +
'''Before 3.6''': The highest supported will be loaded.<br />
 +
'''With and after 3.6''': The highest supported below the requested API level supported will be loaded. But requesting an API level below platform.apilevel = '1.0' will result in the latest/current apilevel available.
    
[[Category:platform]]
 
[[Category:platform]]

Navigation menu