How deeplink to tizen tv Apps?

How does my app launch the Samsung TV store?
How can I jump to my app page in the store by clicking Update Now in my app?
I try to use ApplicationControl:
var service = new tizen.ApplicationControl(“http://tizen.org/appcontrol/operation/view”, “tizenstore://ProductDetail/com.test.app”, null, null, null);
var id = “org.tizen.tizenstore”;
[edit: reformatted so URL does not autolink]

Tip: no matched application found
Is org.tizen.tizenstore unavailable?
What is the current Samsung TV store appid?

Hello, i am having same issue as you have.

I think that the current Samsung TV store appid is com.samsung.tv.store, but it is only available on newer TVs. On 2016, 2017 models i dont know what is the id of store. I have tried deeplinking on newer TVs and i couldnt make it work…