简体   繁体   English

iOS上的IBM Application Center安装按钮

[英]IBM Application Center Install button on iOS

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). 为了在企业内部发布我们的应用程序,我们使用了WL随附的IBM Application Center(我们正在运行WL Enterprise Edition 6.2.0.1)。

On iOS devices, When we click on "install" button, our application gets installed on the devices. 在iOS设备上,当我们单击“安装”按钮时,我们的应用程序即已安装在设备上。 However, the "install" button should change its value to " uninstall" which it doesn't, not like Android devices where it does change. 但是,“安装”按钮应将其值更改为“卸载”,而不是更改,而不是像Android设备那样更改。

How can we fix this issue on iOS? 我们如何在iOS上解决此问题?

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). iOS不允许以编程方式卸载应用程序或测试已安装的应用程序(因为IBM Application Center不是MDM技术)。 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. iOS:您只能从iOS主屏幕中删除应用程序,而不能通过Application Center客户端删除。 Use the normal iOS procedure for removing an application. 使用正常的iOS过程删除应用程序。

Hence, an "Uninstall" button would make no sense. 因此,“卸载”按钮没有任何意义。

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. 在iOS中,无法确定是否已安装应用程序,因此无法像Android中那样将“安装”标签更改为“卸载”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM