语言

Menu
Sites
Language
Tizen App Link

Is there any way to generate a link for an app in the Tizen store?

The idea is to have a link in a web page that let you go to the Tizen Store, like in Android or iOs.

响应

9 回复
Onur YILDIRIM

To my understanding, it's currently not possible to have a store link as webpage link. Though, you can have a deep link inside your app to a different app.

Marco Buettner

Yes you can!

https://developer.tizen.org/sites/default/files/documentation/tizen2.3_deep_linking_guide_v1.0.pdf

Onur YILDIRIM

Yes, you can deep link. I was trying to say that there's no webpage for Tizen Store. You can use deep links to link to the app.

Andrew

Hi,

Did anyone manage to use the instructions found in that pdf file?

By using the JS application control API and invoking links like the one below, it won't work. Can you give me an example of link that you invoke? (this type of links don't work in the browser either).

 tizenstore://SellerApps/[store_id]
 
Thanks!
Marco Buettner

Yeah it works for me... And yes it doesnt work on browser... only with appControl + uri and given applicationId of TizenStore ;)

Andrew

What kind URI are you invoking? Like the one below? if it's JS, can you give me an example please? Thanks!

tizenstore://ProductDetail/{a package Id} 

Onur YILDIRIM

tizenstore://ProductDetail/{a package Id} 

Put the above link to a browser on Tizen device and the Tizen Store will open. Therefore, you can convert this to an URL using tinyurl or something like that and put that link to anywhere in you page.

I did that and put a link to my Facebook page. Then tried to open the link through Remote Testing Lab devices and it works.

Andrew

Will try, thanks!

John Ixion