语言

Menu
Sites
Language
developing app only for Gear S

Hello,

 

I am developing Companion Type app for Gear S. I would like my app to be downloaded only on Gear S (360X480) and not on Gear 2 (320X320) or any other device.

Is it possible to do the same ? If yes, where do I need to set this setting ?

 

Also, I searched about this a little and found that we can set screen size feature in config.xml file. 

for e.g <feature name="http://tizen.org/feature/screen.size.normal.360.480"/>

Is this statement sufficient ? I tried to install the app in Gear 2 with this setting but it got installed successfully.

 

查看选择的答案

响应

2 回复
daniel kim

Hi,

In my understanding, you can choose the resolution of gear device when you upload your wgt to Gear AppStore.

If you select 360x480 only, then your application will be downloaded on Gear S only, I think.

Regards

Mark as answer
AVSukhov

Hello,

Yes, you can use feature on your config.xml and your app will not be available (on Store) for devices that do not comply the specified requirements.