Offline, but can I still test locally in Simulator?

Hello,

what does “offline build” really mean? I understand that if I want to target a device (like Android or iOS) I have to be online to get that “package” (apk or whatever).

But if I only want to write code and test it locally on my dev-machine, with the Simulator, do I still have to be online?

(I do a lot of coding while travelling = offline)

Thanks!

/R

Corona SDK for Starter, Basic and Pro accounts communicates with Corona Lab’s servers during the build process.  You have to have an active internet connection to build.

Enterprise subscribers actually build using Xcode for iOS or ant for Android and that process does not communicate with Corona Labs during the build process.  This is an “offline build”.

Rob

Corona SDK for Starter, Basic and Pro accounts communicates with Corona Lab’s servers during the build process.  You have to have an active internet connection to build.

Enterprise subscribers actually build using Xcode for iOS or ant for Android and that process does not communicate with Corona Labs during the build process.  This is an “offline build”.

Rob