在三星智能电视应用程序中创建widgetlist.xml以进行多次下载

Swa*_*lvi 1 xml samsung-smart-tv

我创建了我的智能电视应用程序,但我无法上传电视我检查与电视模型和Sdk兼容性这一切都没问题

我想要示例说明widgetlist.xml文件

其中包含多个下载标记和

如果我们放置多个下载标签那么压缩标签是什么呢,它还需要多次写入?

and*_*a-f 8

widgetlist.xml 包含多个要同步的应用的示例widgetlist.xml文件:

<?xml version="1.0" encoding="UTF-8"?>
<rsp stat="ok">
<list>
    <widget id="appName1">
        <title>app name 1</title>
        <compression size="100000" type="zip"/>
        <description></description>
        <download>http://xxx.xxx.xxx.xxx/Widget/appName1_20130523.zip</download>
    </widget>
    <widget id="appName2">
        <title>app name 2</title>
        <compression size="500000" type="zip"/>
        <description></description>
        <download>http://xxx.xxx.xxx.xxx/Widget/appName2_20130910.zip</download>
    </widget>
</list>
</rsp>
Run Code Online (Sandbox Code Playgroud)