Command-line tool for uploading or deleting an application
To deploy applications to the Application Center through a build process, use the command-line tool.
We can upload an application to the Application Center using the web interface of the Application Center console. We can also upload a new application using a command-line tool.
This is particularly useful when to incorporate the deployment of an application to the Application Center into a build process. This tool is located at:
installDir/ApplicationCenter/tools/applicationcenterdeploytool.jar
The tool can be used for application files with extension APK or IPA. It can be used stand alone or as an ant task.
The tools directory contains all the files required to support the use of the tool.
- applicationcenterdeploytool.jar: the upload tool.
- json4j.jar: the library for the JSON format required by the upload tool.
- build.xml: a sample ant script we can use to upload a single file or a sequence of files to the Application Center.
- acdeploytool.sh and acdeploytool.bat: Simple scripts to call java with applicationcenterdeploytool.jar.
- Use the stand-alone tool to upload an application
To upload an application, call the stand-alone tool from the command line.
- Use the stand-alone tool to delete an application
To delete an application from the Application Center, call the stand-alone tool from the command line.
- Use the stand-alone tool to clear the LDAP cache
Use the stand-alone tool to clear the LDAP cache and make changes to LDAP users and groups visible immediately in the Application Center.
- Ant task for uploading or deleting an application
Use the upload and delete tools as an Ant task and use the Ant task in our own Ant script.
Parent topic: Application Center