It looks like you're new here. If you want to get involved, click one of these buttons!
 Rickyngk            
            
                Member
Rickyngk            
            
                Member             
             (  and please let me know what will be return after invoking Application:getDeviceInfo() in IPhone 5?
(  and please let me know what will be return after invoking Application:getDeviceInfo() in IPhone 5?
Comments
Likes: Rickyngk
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
It returns multiple values which are iOS 6.0 iPhone iPhone iPhone5,2
local a, b, c, d, e = application:getDeviceInfo()
a = iOS
b = 6.0
c = iPhone
d = iPhone
and e = iPhone5,2
Likes: Rickyngk, gorkem