Release

Release is where your Uconnect® app will be formally tested in Sprint's NRT and FIT environments. Your app will then be certified which is the authorization to move to the production soaking period and then to the production environment.

Before your app moves into a formal testing environment you need to complete the Xlet Design Process Checklist which is available in Downloads. Detailed information about the configuration items in the Xlet Design Process Checklist can be found in the links below.

For more details about the release process see the Release section of Dev Process.

More details about App Certification.


Xlet Resource Budgets

The resource constraints of an Xlet can be defined in the xlet.properties file, or by including a file xlet.budgets into the Xlet’s jar file before the file is signed. Properties in xlet.properties take precedence over properties in xlet.budgets. The budgets file has the format of a Java properties file specified in the Java API.


Xlet Properties

The properties of an Xlet must be specified by a file with the name xlet.properties that is added to the topmost directory of the Xlet jar file. This file has the format of a Java properties file specified in the Java API.