Build apps for Samsung televisors.
- Todo
- We are in the process of publishing a game on the Samsung Store. As the validation steps progress, they are being thoroughly documented.
page Create Tizen App
- generate a project This step is important for you to get valid
id
and package
generated randomly, to use in your meta
tizen create web-project -n YourAwesomeApplication -t WebBasicApplication -p tizen-8.0
- add metadata to your lua application
local P = {
meta={
id='com.example.yourawesomeapplication-reverse-dns'
title=
'Your Awesome Application',
tizen_package='xxxxxxxxxxx'
}
}
local function title(window_name)