Languages

Menu
Sites
Language
Publish/Distribute as wearable

Hi,

I just completed my first app for wearables and wanted to upload them to the store. The problem is, that the store indicates my package as an mobile app, but it is in fact an wearable app. What do I need to change s.t it appears correctly as an wearable app? I looked around in the config.xml, but I could not find anything in particular.

 

Thx

View Selected Answer

Responses

6 Replies
daniel kim

Hi,

I would suggest you to check below tag in config.xml

in wearable,

       <tizen:profile name="wearable"/>

in  mobile,

      <tizen:profile name="mobile"/>

 

Regards

Vikram

Hi,

Can you share to us where you see the store indicates your package as an mobile app.

Mark as answer
Marco Buettner

Wearable apps will be upload at SamsungApps -> http://seller.samsungapps.com not on tizenstore.com

Seoghyun Kang

Hello,

 

If you did not see the warning error when you install your app on the wearable device,

I think there is no problem in the profile.

 

As Marco Buettner's comment, you should use the Samsung Galaxy Store instead of the Tizen store now.

 

Thanks.

 

ps. If you want to change the project profile, please change the .project file.

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<tproject xmlns="http://www.tizen.org/tproject">
    <platforms>
        <platform>
            <name>mobile-2.4</name>
        </platform>
    </platforms>
    <package>
        <blacklist/>
    </package>
</tproject>

 

AVSukhov

hello,

More info about distribute wearwbale apps:

http://developer.samsung.com/gear/samsung_gear_distribute.html

Palitsyna

Hello,

just FYI, here is a short guide about Seller Office - website for people who want to sell their apps on Samsung Gear Apps:  http://developer.samsung.com/gear/gear_distribute_seller.html