Hello Everyone,
Can anyone tell me where to check in my installed corona enterprise the build number?
Sincerely,
Keane Hubert A. Ang
Hello Everyone,
Can anyone tell me where to check in my installed corona enterprise the build number?
Sincerely,
Keane Hubert A. Ang
If you build your app with Corona Enterprise, then the following Lua function will tell you which build number you are using at runtime on your iOS/Android device…
print("Corona Build Number: " … system.getInfo(“build”))
Unfortunately, we don’t have the build number documented in our Corona Enterprise bundle yet.
If you build your app with Corona Enterprise, then the following Lua function will tell you which build number you are using at runtime on your iOS/Android device…
print("Corona Build Number: " … system.getInfo(“build”))
Unfortunately, we don’t have the build number documented in our Corona Enterprise bundle yet.