Tizen and WebOS SDK
Supported Platforms
The CTV SDK only supports Chromium devices on Tizen and LG platforms.
Manufacturer | Model |
---|---|
Samsung | 2022 - Tizen 6.5 - Chromium 2021 - Tizen 6.0 - Chromium 2020 -Tizen 5.5 - Chromium 2019 - Tizen 5.0 - Chromium 2018 - Tizen 4.0 - Chromium |
LG | 2022 - webOS TV 22 - Chromium 87 2021 - webOS TV 6.0 - Chromium 79 2020 - webOS TV 5.0 - Chromium 68 |
Prerequisites
- Tizen Studio
- WebOS TV CLI
- WebOS TV Emulator
- VirtualBox
Tech Stack Overview
Specifications | Details |
---|---|
Language Version | Javascript (ES5) |
Desktop OS | Windows, Mac |
Build Dependencies | N/A |
Compression Tools | Webpack |
External Dependencies, 3rd Party Frameworks, and SDK Libraries/Components | Redux, RxJS |
Encryption | N/A |
SDK Size
Files | Uncompressed File Size |
---|---|
OneTrust.js | 1.9 MB |
Frequently Asked Questions (FAQ)
The following responses are supported solutions to frequently asked questions (FAQ) about the Tizen and WebOS SDK. The OneTrust team continuously monitors these inquiries and will make additional FAQ available as they are identified.
- Why is the build time taking two minutes in Tizen Studio?
The SDK is written in TypeScript and requires extra time for webpack to compress the files containing the UI and business logic. The output is an ES5 compatible SDK which causes Tizen Studio to take longer to render the SDK. Generally, this only happens on the very first build and on builds that are being updated to a new version.
Legacy Tizen SDK
If your app has implemented the legacy Tizen SDK before migrating to the new CTV SDK, the banner may not appear as the CTV SDK will look for any cached consent data from the legacy SDK. To resolve this, please fully remove the legacy SDK and delete any cached data.
Updated 8 months ago