Server Path |
String |
The URL to the Worklight Server. For example: http://localhost:9080 |
Yes |
Context |
String |
The context root for the Application Center
Services enterprise application. For example, /applicationcenter |
Yes |
User |
String |
The user name that is required to access the
Application Center. |
Yes |
Password |
Password |
The user password that is used to connect to
the Application Center. The default value is ${p:environment/applicationCenterPassword} |
Yes |
Description |
String |
The description of the application to upload
to the Application Center. |
No |
Label |
String |
Normally, the label is taken from the application
descriptor that is stored in the file to be uploaded. If the application
descriptor does not contain a label, the fallback label is used. |
No |
Active |
True or False |
Store the application in the Application Center
as an active application. |
No |
Installer |
True or False |
Store the application in the Application Center
with the installer flag. |
No |
Ready for production |
True or False |
Store the application in the Application Center
with the ready-for-production flag. |
No |
Recommended |
True or False |
Store the application in the Application Center
with the recommended flag. |
No |
Disable SSL Security Checking |
True or False |
This option allows publishing on secured hosts
without verification of the SSL certificate. Use of this flag is a
security risk, but might be suitable for testing localhost with temporary
self-signed SSL certificates. |
No |
File |
String |
The Android application package (.apk) or iOS
application (.ipa) file to upload to the Application Center. |
Yes |