项目详情:
应用框架 - Ionic V3.0
IBM MobileFirst 服务器(devKit) - 产品版本:8.0.0.00-20170911-123510
应用程序 Mobilefirst 版本 - config.xml -
mfp:platformVersion -8.0.0.00-20170218-003050
插件名称="cordova-plugin-mfp" 规格="8.0.2017021815"
它在android中运行良好。但在 IOS 中,软更新完成后,应用程序屏幕变为空白(黑屏)。杀死并重新启动应用程序后,它开始正常工作。
我Direct update
在 mobilefirst 8 应用程序中实现了如下功能:
// Direct Update - Used to trigger a request to the MobileFirst Server, to check for updated web resources.
WLAuthorizationManager.obtainAccessToken()
.then(
function () {
console.log("*** Obtained token successfully.");
},
function () {
console.log("*** Failed obtaining token.");
}
);