Worklight 6.1 “access to protected services is denied” after app is deployed to App Store

风流意气都作罢 提交于 2019-12-06 05:24:00

It turns out the 6.1.0.1 fixpack installation was not completing properly. While it looked ok at installation, if you watched the logs carefully, there were errors about halfway through. This may have been due to trying to upgrade a deployed app that was already on 6.1.0.1. Since the server only had the one app deployed, we undeployed and removed the app and associated war file. This allowed the fixpack to complete installation correctly.

Next, after re-deploying the app (same war file), to the server, we still got a protected services is denied error, but it no longer said “Rate Controlled”. The device error log then started reporting a version issue. The App Store app and the server version were both supposed to be “2.1”, but after we re-deployed the server version with “2.0”, the app started communicating with the server and adapters.

Finally, we still have an issue that the iOS version is not triggering direct updates for the app (same code, Android version does work properly). We have not yet needed an update, so will test this on our next App Store push.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!