Title:
Unable to launch Samsung TV Plus on Tizen Smart TV via App Control API
Description:
Hi,
I’m developing a Tizen-based application for Samsung Smart TV and I need to launch the Samsung TV Plus app programmatically. I’ve tried using the following methods, but they don’t work:
- AppControl API (tizen.application.launchAppControl)
- Deep linking (com.samsung.tv.tvplus://)
- Other methods available in the documentation
However, the app is a system app, and I understand it may be restricted from being launched programmatically. Could someone confirm if it’s possible to launch Samsung TV Plus from a third-party app, and if so, what is the correct method or any necessary permissions? If not, are there any recommended workarounds?
Thank you!