Linking to your application

Tizen Store provides several link formats that let users deep link to your application in the Tizen Store from your Tizen application. These deep-links launch the Tizen Store application and arrive at the target page.

The deep link formats allow you to link to a details page of a specific application, link to the main page of the Tizen Store application or link to a list of applications published by you.

If you want to link to your application at Tizen Store, you can use Tizen API. In general, you should add the privilege below to use the AppControl function in the application.

http://tizen.org/privilege/appmanager.launch

To learn how to get started, we recommend you to read thoroughly the Deep Linking Guide.