Custom App via Url for Signage

Hi,

I have built a tizen app that i can deploy via the tizen CLI to my digital signage screen.

I want to now reference the app via a URL but when i use the Custom App option and provide the URL i get an error message ‘Unable to download the app. Please try again later.’.
I can download the app via my laptop using the same URL.

Any ideas would be greatly appreciated!
Thanks
Lee

Exact same issue.
Were you able to resolve this?

I am also having same issue.
Were you able to resolve?

Hello,

If you have any queries regarding digital signage development please contact the following support channel.
https://partnerhub.samsung.com

I resolved it by getting the signed wgt by using tizen studio. In tizen studio, there is option build singned wgt. Then upload the wgt ans sscp_config. It will work

Good day

Im having the same issue, the above didnt resolve as I dont have an sscp_config

Can some one please assist on how they got it to work?

First you need to create a Samsung distributor certificate. You can find the procedure in the link
Creating Certificates | Samsung Developer
The DUID of the device in which you are going to install your app must be given while creating the distributor certificate.
After creating the certificate set it as active.
Go to tizen studio, and right click on the root of the project which contains config.xml and select “Build signed package” . Now signed .wgt is generated inside your project
And create sssp_config.xml file which contains your wgt name and size in bytes. You can find sample sssp_config.xml on online.

The size mentioned is the size of your wgt in bytes

Host these wgt and sssp_config in same folder
like https://s3or whateverurl/tizen
Inside the tizen both files must be there.
enter the url https://s3or whateverurl/tizen in url launcher
Your app will be installed