Languages

Menu
Sites
Language
web app uninstall

Hello,

My "Gear s2" app is not visable in the "Samsung gear->Apps layout -> Uninstall" tab.

What do i need to do to enable it?

My app rejected because i don't have the ability to uninstall.

Thanks

Responses

3 Replies
Nafisul Islam Kiron

What kind of web app did you make? Regular or watchface?

Did you deploy your app in emulator or in Gear S2?

 

If it's a watchface it will not appear on regular app list.

If it's a regular app, it's packaging is probably corrupted. That's why it is probably not showing up in app list.

If possible do a clean installation of your Tizen IDE.

tal buaron

Hi Nafisul,

The app is standalone keyboard based on "IME Application".

The app is deployed in emulator and on the gear s2 with tizen IDE 2.4, the app rejected on the submition to samsungapps becuse it is dosent appear in the samsungapps myappslist after the installation.

Do i need to add deeplink to the config.xml?

<tizen:metadata key="master_app_name" value="****"/>
<tizen:metadata key="master_app_packagename" value="com.*.*"/>
<tizen:metadata key="master_app_samsungapps_deeplink" value="*******"/>
<tizen:metadata key="master_app_auto_uninstallation" value="yes"/>

Thanks

Nafisul Islam Kiron

You are developing a keyboard with host side config properties. So you have to make your host to recognize your app.

meta-data Description
master_app_name Describes the host-side app name
master_app_packagename Describes the host-side app package name
master_app_min_version Describes the minimum version of the host-side app
master_app_samsungapps_deeplink
master_app_playstore_deeplink
master_app_3rd_url_deeplink
Describes the market deep link of the host-side app
master_app_auto_uninstallation Describes whether the host-side app is automatically uninstalled upon Gear app uninstallation