Application properties
Applications have their own sets of properties that depend on the operating system on the mobile device and that cannot be edited. Applications also have a common property and editable properties.
The values of the following fields are taken from the application and we cannot edit them.
- Package.
- Internal Version.
- Commercial Version.
- Label.
- External URL; this property is supported for applications that run on Android, iOS, and Windows Phone 8.
Properties of Android applications
- Package is the package name of the application; package attribute of the manifest element in the manifest file of the application. See the Android SDK documentation.
- Internal Version is the internal version identification of the application; android:versionCode attribute of the manifest element in the manifest file of the application. See the Android SDK documentation.
- Commercial Version is the published version of the application.
- Label is the label of the application; android:label attribute of the application element in the manifest file of the application. See the Android SDK documentation.
- External URL is a URL that enables you to have the mobile client of the Application Center launched automatically in the Details view of the latest version of the current application.
Properties of iOS applications
- Package is the company identifier and the product name; CFBundleIdentifier key. See the iOS SDK documentation.
- Internal Version is the build number of the application; CFBundleVersion key of the application. See the iOS SDK documentation.
- Commercial Version is the published version of the application.
- Label is the label of the application; CFBundleDisplayName key of the application. See the iOS SDK documentation.
- Instrumented indicates whether the uploaded application is an instrumented application for use in IBM Mobile Test Workbench for MPF or a normal iOS application.
- External URL is a URL that enables you to have the mobile client of the Application Center launched automatically in the Details view of the latest version of the current application.
Properties of BlackBerry applications
- Package is the name of the application project; MIDlet-Name entry of the jad file. See JSR-118 specification.
- Internal Version is the version of the application; MIDlet-Version entry of the jad file. See JSR-118 specification.
- Commercial Version, like Internal Version, is the version of the application.
- Label is the label of the application; MIDlet-l entry of the jad file. See JSR-118 specification. This property is optional. The label can be set or updated during the import of the application to the Application Center.
- Vendor is the vendor who created this application; MIDlet-Vendor entry of the jad file. See JSR-118 specification.
Properties of Windows Phone 8 applications
- Package is the product identifier of the application; ProductID attribute of the App element in the manifest file of the application. See Windows Phone documentation.
- Internal Version is the version identification of the application; Version attribute of the App element in the manifest file of the application. See Windows Phone documentation.
- Commercial Version, like Internal Version, is the version of the application.
- Label is the title of the application; Title attribute of the App element in the manifest file of the application. See Windows Phone documentation.
- Vendor is the vendor who created the application; Publisher attribute of the App element in the manifest file of the application. See Windows Phone documentation.
- External URL is a URL that enables you to have the mobile client of the Application Center launched automatically in the Details view of the latest version of the current application.
- Commercial Version, like Internal Version, is the version of the application.
Properties of Windows Store applications
- Package is the product identifier of the application; Package name attribute in the manifest file of the application. See Windows Store documentation about application development.
- Internal Version is the version identification of the application; Version attribute in the manifest file of the application. See Windows Store documentation about application development.
- Commercial Version, like Internal Version, is the version of the application.
- Label is the title of the application; Package display name attribute in the manifest file of the application. See Windows Store documentation about application development.
- Vendor is the vendor who created the application; Publisher attribute in the manifest file of the application. See Windows Store documentation about application development.
Common property
Author
The Author field is read only. It displays the user name of the user who uploads the application.
Editable properties
We can edit the following fields:
Description
Use this field to describe the application to the mobile user.
Recommended
Select Recommended to indicate that you recommend users to install this application. Recommended applications appear in a special list of recommended applications in the mobile client.
Installer
For the Administrator only: This property indicates that the application is used to install other applications on the mobile device and send feedback on an application from the mobile device to the Application Center. Usually only one application is qualified as Installer and is called the mobile client. This application is documented in The mobile client.
Active
Select Active to indicate that an application can be installed on a mobile device. If we do not select Active, the mobile user will not see the application in the list of available applications displayed on the device.
If we do not select Active, the application is inactive. In the list of available applications in Application Management, if Show inactive is selected, the application is disabled.
If Show inactive is not selected, the application does not appear in the list of available applications.
Ready for production
Select Ready for production to indicate that an application can be managed by the application store of Tivoli Endpoint Manager. Applications with this property selected are the only ones that are flagged to Tivoli Endpoint Manager. The property Ready for production indicates that an application is ready to be deployed in a production environment and is therefore suitable to be managed by Tivoli Endpoint Manager through its application store.
Parent topic: The Application Center console