简体   繁体   English

Worklight 6.1 Application Center在Windows Phone 8上不起作用

[英]Worklight 6.1 Application Center not working on Windows Phone 8

App center for Worklight 6.1 works fine on emulator but on real device, after the splash screen, it gets stuck on a white screen. Worklight 6.1的App Center在模拟器上可以正常运行,但在真实设备上,启动画面后,它会卡在白屏上。

Windows Phone 8模拟器上的App Center

Maybe are you using a Windows Phone 8.0 emulator and a Windows Phone 8.1 real device? 也许您正在使用Windows Phone 8.0仿真器和Windows Phone 8.1真实设备?

There is a known issue with Cordova on WP 8.1 which leads to this white screen issue: https://issues.apache.org/jira/browse/CB-6763 WP 8.1上的Cordova有一个已知的问题,导致了此白屏问题: https : //issues.apache.org/jira/browse/CB-6763

This issue should be soon fixed as Cordova 3.6.0 will soon be released. 随着Cordova 3.6.0即将发布,此问题应尽快修复。

Concerning your question about wether it is necessary to code-sign the application to run it on a real device... If you debug it from you Visual Studio project and choose a real device instead of an emulator, it will get installed on your physical device without being code-signed. 关于您是否需要对应用程序进行代码签名以使其在真实设备上运行的问题...如果您从Visual Studio项目中对其进行调试,然后选择真实设备而不是模拟器,它将安装在您的物理设备上没有代码签名的设备。 However, this unsigned version of IBM Application Center will not be able to identify properly which apps from the Application Center catalog are installed or not. 但是,此未签名的IBM Application Center版本将无法正确识别Application Center目录中的哪些应用程序已安装或未安装。 Using this is often suitable for developing, but for the final test phase or the production use, you have to get a code-signing certificate, and code-sign your Application Center XAP file as well as all the apps you want to provide in the catalog with this XAP file. 使用此方法通常适合开发,但对于最终测试阶段或生产用途,您必须获得代码签名证书,并对Application Center XAP文件以及要在应用程序中提供的所有应用程序进行代码签名。 XAP文件的目录。 You of course will also have to enroll your device using the corresponding enrolment token before being able to install any code-signed XAP on the device. 当然,您还必须使用相应的注册令牌注册设备,然后才能在该设备上安装任何代码签名的XAP。

This is the only way to test that your Application Center mobile client is running as expected. 这是测试Application Center移动客户端是否按预期运行的唯一方法。

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

相关问题 IBM Worklight 6.1-Windows Phone 8应用程序中的Google Map集成 - IBM Worklight 6.1 - Google Map integration in a Windows Phone 8 app 使用Worklight 6.1在Windows Phone 8上推送通知的Toast - Toast for Push Notification on Windows Phone 8 using Worklight 6.1 Worklight 6.1部署到Windows Phone 8:AUTHENTICATION_ERROR,deviceId为null - Worklight 6.1 deploy to windows phone 8: AUTHENTICATION_ERROR, deviceId null 将Windows Phone 8.0 phonegap应用程序从Worklight 6.0移动到Worklight 6.1 - Moving windows phone 8.0 phonegap app from worklight 6.0 to worklight 6.1 关闭Windows Phone 8应用程序inibm worklight? - close windows phone 8 application inibm worklight? AngularJS路由在Windows Phone 8上不起作用(使用Worklight) - AngularJS Routes not working on Windows Phone 8 (using Worklight) IBM Worklight-$(“#pagePort”)。load()在Windows Phone 8中不起作用 - IBM Worklight - $(“#pagePort”).load() not working in Windows Phone 8 IBM Worklight 6.1-推送通知中的图块徽章从未在Windows Phone 8上清除 - IBM Worklight 6.1 - Tile badge from push notification never cleared on Windows Phone 8 没有出现Worklight Windows Phone 8应用程序栏API(OptionsMenu) - Worklight Windows Phone 8 Application Bar API (OptionsMenu) does not appear IBM Worklight 6.0-WL.Client.reloadApp()在Windows Phone 8中不起作用 - IBM Worklight 6.0 - WL.Client.reloadApp() not working in Windows Phone 8
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM