Skip to main content

Titanium packaging

Your Titanium applications must meet specific compilation requirements before you can submit them for scanning.

See Supported languages and platforms for instructions for other platforms.

Required files

Veracode requires your Titanium application to be a compiled Android package (APK).

Supported Titanium versions

TechnologyPlatformVersion
JavaScript/TitaniumCross-Platform, compiled as Android1.0 and later

Packaging guidance

If you build your application using an older version of Titanium that supports Rhino compilation, disable JS compilation before building the APK. To disable JS compilation, set the ti.android.compilejs property to false in the tiapp.xml file.