Hello,
I am trying for the first time to upload a binary file to the tizen-store seller office: API 2.3.1, native, wearable, ARMv7.
Despite all my trials, I can't get the binary to be recognized as wearable: the detected 'Supported Device Type' is 'Mobile', and the list of devices only includes smartphones.
For this test I am using a 2.3.1 wearable sample: WidgetAnimation from the IDE sample menu. I have tried with other samples, but the result is the same.
Here is my tizen-manifest.xml:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<manifest xmlns="http://tizen.org/ns/packages"
api-version="2.3.1"
package="org.example.testnativebinary231"
version="1.0.0">
<profile name="wearable"/>
<ui-application appid="org.example.testnativebinary231"
exec="testnativebinary231" multiple="false"
nodisplay="false"
taskmanage="true"
type="capp">
<label>testnativebinary231</label>
<icon>testnativebinary231.png</icon>
</ui-application>
<feature name="http://tizen.org/feature/screen.size.all">true</feature>
</manifest>
Can you spot why I can't get it recognized as wearable? Can you upload a working manifest for a native wearable 2.3.1 application?