It looks like you're new here. If you want to get involved, click one of these buttons!
Likes: Rickyngk
Likes: Rickyngk, gorkem
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