【问题标题】:Worklight 6.1 - App Center Installer app not displaying iOS app on deviceWorklight 6.1 - App Center Installer 应用程序未在设备上显示 iOS 应用程序
【发布时间】:2014-01-16 11:22:06
【问题描述】:

我正在使用 Worklight 6.1 并构建了 App Center 客户端(安装程序)应用程序,并将其部署到我的设备上。我想通过它下载的应用程序没有出现在列表中 - 只有目录应用程序可用。但是,如果我转到 Application Center 管理控制台,我确实可以在那里看到该应用程序。如果应用程序被标记为安装程序,则它也可以直接下载到设备,但不能通过 App Center 客户端应用程序。

我注意到该应用程序在应用程序属性页面上不包含设备系列标签或最低 iOS 版本,但是在 xcode 中的 iOS 项目的应用程序描述中这些已正确设置为 iphone、ipad 和 iOS 7

有人有什么想法吗?

【问题讨论】:

    标签: ios ibm-mobilefirst worklight-appcenter


    【解决方案1】:

    如果你的iOS设备是ipad(不是iphone),你看到的效果可能是以下问题:

    https://www-304.ibm.com/support/entdocview.wss?uid=swg1PI09315

    该问题在 Worklight 6.1 的最新 ifix 中得到解决。

    没有ifix,也可以在本地解决问题,但是注意:这个本地修复会降低目录视图滚动的性能,而使用官方的ifix不会降低任何性能。本地修复是:

    • 从以下位置打开 IBMAppCenter worklight 项目 <INSTALL_DIR>/ApplicationCenter/installer/IBMAppCenter on Worklight 工作室。
    • 编辑以下文件: IBMAppCenter/apps/AppCenter/common/js/appcenter/widgets/EdgeToE dgeStoreList.js
    • 替换:

      return declare("appcenter.widgets.EdgeToEdgeStoreList", [EdgeToEdgeStoreList, LongListMixin], {

      作者:

      return declare("appcenter.widgets.EdgeToEdgeStoreList", EdgeToEdgeStoreList,{

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2021-12-24
      • 1970-01-01
      • 2019-12-09
      • 1970-01-01
      • 1970-01-01
      • 2015-12-01
      • 1970-01-01
      相关资源
      最近更新 更多