12-04-2012 11:17 PM
My App worked perfectly fine before but now I package the same code with 1.0.3.8 and it won't even open.
Config.xml is pretty simple
<?xml version="1.0" encoding="utf-8"?>
<widget xmlns=" http://www.w3.org/ns/widgets"
xmlns:rim="http://www.blackberry.com/ns/widgets"
id="ClasicRPS"
version="0.0.0.8">
<name>Classic RPS</name>
<icon src="iconL.png"/>
<description>Clasic Rock, Paper, Scissor Game</description>
<author href="http://philipk.ca">PhilipK</author>
<content src="index.html" />
<rim:splash src="splash.jpg" />
</widget>
12-04-2012 11:52 PM
12-05-2012 06:56 AM
The app developed in webworks 1.0.3.8 is not working for me too for the device OS 10.0.9.386 , i updated the device with new OS and it is working perfectly.
12-05-2012 01:58 PM
That was the problem works fine after updating.