Windows phone 8 Worklight Direct update不适用于Windows应用程序

Windows phone 8 Worklight Direct update不适用于Windows应用程序,windows-phone-8,ibm-mobilefirst,worklight-server,Windows Phone 8,Ibm Mobilefirst,Worklight Server,直接更新不适用于我的Worklight应用程序,而适用于android和ios,该功能按预期工作 应用程序描述符 <windowsPhone8 version="1.0"> <uuid>xxxx-3235-xx-a24e-fdxxxxx6ac</uuid> <pushSender/> <security> <encryptWebResources enabled="tru

直接更新不适用于我的Worklight应用程序,而适用于android和ios,该功能按预期工作

应用程序描述符

 <windowsPhone8 version="1.0">
       <uuid>xxxx-3235-xx-a24e-fdxxxxx6ac</uuid>
       <pushSender/>
       <security>
        <encryptWebResources enabled="true"/>
        <testWebResourcesChecksum enabled="false"/>
        <productId>xxxxxxx-7b4a-xxxxx-b387-078e8fa0c3d5</productId>
        <applicationId>NextMobile</applicationId>
    </security>
  </windowsPhone8>

xxxx-3235-xx-a24e-fdxxxxx6ac
xxxxxxx-7b4a-xxxxx-b387-078e8fa0c3d5
下一代移动电话
authenticationConfig.xml

 <customSecurityTest name="Adapters-securityTest">
        <test realm="wl_antiXSRFRealm" step="1"/>
        <test realm="wl_remoteDisableRealm" step="1"/>
        <test realm="wl_authenticityRealm" step="1"/>
        <test realm="wl_directUpdateRealm" mode="perSession" step="1"/>
        <test isInternalUserID="true" realm="YesAuthRealm" step="1"/>
        <test realm="wl_deviceNoProvisioningRealm" isInternalDeviceID="true"         step="2"/>

    </customSecurityTest>    

您有一个使用直接更新(
)定义的自定义安全测试,但您没有将此安全测试应用于Windows Phone环境(
)。尝试应用它


除此之外,您没有解释该功能是如何失败的。即使没有收到更新通知,或无法将其取回,也会导致下载失败或提取失败等。

我们讨论的是Worklight/MobileFirst的哪个版本?带有fix pack 7.0.0.0.0-MFPF-StudioP2-IF201603212143直接更新功能的IBM mobile first version 7.0无法在Windows中运行,因此您需要对应用程序进行一些更改,将新的wlapp部署到服务器,应用程序连接到服务器,但您的设备没有看到直接更新?或者您是否看到直接更新弹出窗口,但随后它失败或更新?“问题”到底是什么?