我们需要证明Worklight的一个功能,关于iOS和安卓应用程序的源代码保护,防止重新打包。这是在Android的app上工作的,但在iOS的app上遇到了,得到的错误信息如下:
2013-05-16 10:55:56.296 jq[12860:3d1b] Successfully decrypted resources.zip, length:436624 Bytes
2013-05-16 10:55:56.332 jq[12860:3d1b] 54 entries in the zip file
2013-05-16 10:55:56.340 jq[12860:3d1b] Web resources integrity test is disabled.
2013-05-16 10:55:56.343 jq[12860:907] Application Error: An error occurred extracting zip file. See earlier messages for the cause of failure.发布于 2013-11-05 19:21:32
您的Worklight版本是什么?
请确保您使用的是最新的Worklight版本。使用最新的Worklight版本v6.0.0.1.20130926,我可以:
使用在Xcode中部署和启动的<encryptWebResources enabled="true"/>
中运行
结果:
http://i.stack.imgur.com/ebytB.png

https://stackoverflow.com/questions/16960116
复制相似问题