I am not able to upload my binary file .wgt file , it uploads and after it gives a warning like this
Application version information for the manifest file can have up to 10 digits including both numbers and dots. (e.g. 1.0.0.1)
and nothing happens after that it still stays in the same upload dialog and asking you to upload again. This is how my config file is , and my seller account is sangeetha2001@gmail.com ,let me know if you needed any additional information, please advise.
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://www.PictureHangman.com/PictureHangman" version="2.1.0.0" viewmodes="fullscreen">
<tizen:application id="PicHangMa1.PictureHangman" package="PicHangMa1" required_version="2.2"/>
<author href="" email="support@picturehangman.com">Tringio, LLC</author>
<content src="index.html"/>
<description>Put together pictures one piece at a time in this vibrant visual twist on the classic game of hangman!</description>
<feature name="http://tizen.org/feature/screen.size.normal.720.1280"/>
<feature name="http://tizen.org/feature/screen.size.normal.480,800"/>
<icon src="icon-128.png"/>
<name>Picture Hangman</name>
<tizen:privilege name="http://tizen.org/privilege/tizen"/>
<tizen:setting context-menu="disable"/>
<tizen:setting hwkey-event="enable"/>
</widget>