2014-11-06 29 views
1

我们正在尝试获得验证推送到Windows电话的工作。密钥存储和配置完成,试图发送我们收到以下错误日志中的推然而,当:Worklight 6.1验证推送到MPNS错误http而不是https

SEVERE: FWLSE0170E: Notification through Microsoft Push Notification Service (MPNS) was not sent to application myApp-windowsphone8-1.3, because the notification channel that MPNS returned is not a secure uniform resource identifier (URI) (http://s.notify.live.net/u/1/db3/HmQAAACXKSe....wYet/J...0/f...q-a...A/9L_...-fw5zixLg). 
000000c5 com.worklight.integration.notification.mpns.MPNSSender  E FWLSE0170E: Notification through Microsoft Push Notification Service (MPNS) was not sent to application myApp-windowsphone8-1.3, because the notification channel that MPNS returned is not a secure uniform resource identifier (URI) 

我如何获得这个软件使用HTTPS?

谢谢!

编辑:这里的应用descriptor.xml

<?xml version="1.0" encoding="UTF-8" standalone="no"?> 
<!-- Licensed Materials - Property of IBM 
     5725-I43 (C) Copyright IBM Corp. 2006, 2013. All Rights Reserved. 
     US Government Users Restricted Rights - Use, duplication or 
     disclosure restricted by GSA ADP Schedule Contract with IBM Corp. --><!-- Attribute "id" must be identical to application folder name --><application xmlns="http://www.worklight.com/application-descriptor" id="myAPP" platformVersion="6.1.0.01.20140518-1532"> 
<displayName>xxx yyy App</displayName> 
<description>xxx yyy App</description> 
<author> 
    <name>xxx yyyyyyyyyyyyyyy</name> 
    <email>[email protected]</email> 
    <homepage>http:/xxxxxxx.org/</homepage> 
    <copyright>Copyright xxx yyyyyyyyyyyyyyyyyyyyyy</copyright> 
</author> 
<mainFile>index.html</mainFile> 
<features/> 
<thumbnailImage>common/images/thumbnail.png</thumbnailImage> 
<iphone bundleId="cc.xxx.myAPP" version="1.3"> 
    <worklightSettings include="false"/> 
    <pushSender password="*********"/> 
    <security> 
     <encryptWebResources enabled="false"/> 
     <testWebResourcesChecksum enabled="false" ignoreFileExtensions="png, jpg, jpeg, gif, mp4, mp3"/> 
    </security> 
</iphone> 
<android version="1.3"> 
    <skins> 
     <skin name="default"> 
      <folder name="common"/> 
      <folder name="android"/> 
     </skin> 
     <skin name="android.tablet"> 
      <folder name="common"/> 
      <folder name="android"/> 
      <folder name="android.tablet"/> 
     </skin> 
    </skins> 
    <worklightSettings include="false"/> 
    <pushSender key="****************-**********************" senderId="nnnnnnnnnnnnnnnnnnn"/> 
    <security> 
     <encryptWebResources enabled="false"/> 
     <testWebResourcesChecksum enabled="false" ignoreFileExtensions="png, jpg, jpeg, gif, mp4, mp3"/> 
     <publicSigningKey>Replace this text with the actual public signing key of the certificate used to sign the APK, available by using the 'Extract public signing key' wizard.</publicSigningKey> 
    </security> 
</android> 
<windowsPhone8 version="1.3"> 
    <uuid*****************-****-****-****-******************</uuid> 
    <pushSender> 
     <authenticatedPush serviceName="mobile.xxx.zz.cc" keyAlias="mobile_key" keyAliasPassword="**********" ></authenticatedPush> 
    </pushSender> 
</windowsPhone8> 
<windows8 version="1.2"> 
    <uuid>**********-*****-******-***********</uuid> 
</windows8> 

+0

你可以粘贴到你的application-descriptor.xml的问题吗?看看你是否输入了所有必需的细节。 – 2014-11-06 10:48:31

+0

不幸的是,这不足以查看问题出在哪里;你可以创建一个示例应用程序,只显示你遇到的问题(没有任何机密的应用程序),所以它可以被调试? – 2014-11-06 13:28:33

+0

有没有办法在工作灯上启用一些跟踪或完全调试日志记录以获取详细信息? @IdanAdar – JerryVienna 2014-11-06 15:51:20

回答

0

推的Windows不支持代理或袜子。我们正在将网络直接连接到互联网。