Introduction
Generating an app is the process that actually creates the real application which will run on your device.
Generate compiles the source code to create a binary file .ipa for iOS and .apk for Android.
Generate
To generate an application, you have to be in the Studio - under the Develop tab -.
The Select the 'Generate' button.


You can generate multiple Target at the same time.
Some version of Android cannot be covered with one single Generation.
This is why you have more than one Android Target.
Select the Android version you would like your app to run then Generate
You are ready to go to Next Step
You cannot Generate an iOS App without a Certificate and a Provisioning File.
It is a bit more demanding yet is needed to generate and install an app on an iOS device.
Before you can Generate your app (create the binary file) you will need to make sure you have:
- Apple Certificate (***.p12)
- Apple Provision profile (***.provision)
- Bundle ID (com.your_company_name.*** ) you will find this in your Apple Certificate.
To install your app on an iOS device follow the Install on iOS tutorial.
HTML Generation
Select the 'HTML5' check box on the Generation page.
Like for iOS or Android, the HTML generation will create a QR code and a bit.ly link to install your app.
If your goal is to create an HTML app for production, EachScape offers solution to Publish WebApps.
Once you have launched the Generation you won't be able to work on your app for few minutes and will see a message like this:

The next step will be to install your app on your device.