Hi!
I need to define the app environment (device / emulator). When I'm trying to call application:getDeviceInfo() it causes an error - attempt to call method 'getDeviceInfo' (a nil value). I also tried an Application:getDeviceInfo() and even application.getDeviceInfo() but no effect. Help me, please.
Comments
I should notice that I'm moving project from Corona to Gideros Studio and only in this project I have a problem with getting device info.
Can you also write the output of:
table: 09153E30
nil
function: 0914CF98
nil
I placed outputs at the beginning of main.lua file and results you see above. Where "application" might be redefined?
Likes: gorkem