IBM Application Center Install button on iOS

138 views Asked by At

To publish our application inside the enterprise, we are using IBM Application Centre that comes with the WL (We are running WL Enterprise Edition 6.2.0.1).

On iOS devices, When we click on "install" button, our application gets installed on the devices. However, the "install" button should change its value to " uninstall" which it doesn't, not like Android devices where it does change.

How can we fix this issue on iOS?

2

There are 2 answers

3
Idan Adar On BEST ANSWER

This is the expected behavior.

In iOS it is not possible to determine whether an application is installed or not, and so the "Install" label cannot be altered to "Uninstall" like in Android.

1
Georg Sander On

This is normal. iOS does not allow to uninstall applications programatically or to test which applications are installed (since IBM Application Center is not an MDM technology). Therefore it makes no sense to change the button to "Uninstall" since it would not be functional.

The documentation about uninstalling applications states in the user manual

  • iOS: You can remove applications only from the iOS Home screen, and not through the Application Center client. Use the normal iOS procedure for removing an application.

Hence, an "Uninstall" button would make no sense.