11-29-2012 08:29 AM
I have one app failed in certification, the problem is it can not be installed in OS version 10.0.9.1103
But it run well on 10.0.9.388, it should be ok on the greater version of OS, right?
Any idea from you?
11-29-2012 10:02 AM
You probably targeted a specific version of webworks in your app. Use this instead:
<script src="local:///chrome/webworks.js"type="text/javascript"></script>
11-29-2012 01:39 PM