언어 설정

Menu
Sites
Language
Gear App Version For Tizen Web app

Hi, I have updated my Tizen Gear App and would like to increase the version of my updated app before uploading to Gear App store. Following is a widget tag in config.xml file of Tizen Gear

 

<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets"
  id="http://yourdomain/mywebapp"  version="1.0.0" viewmodes="maximized" >

 

I would like to confirm, is the "version="1.0.0" attribute decides the Gear App version ? If yes, Can I modify it to "version="1.0.1" before uploading it to 

Gear App Store ?

Responses

2 댓글
AVSukhov

Hello,

Yes, you can modify widget version directly in source, or Version vield on Overview tab in Tizen IDE.

Palitsyna

Hello,

yes, "version="1.0.0" attribute describes the Gear App version. 

As AVSukhov said, you can modify it in Source tab or in Overview tab by changing the number in Version field.