将照片添加到Google Play报亭的图库中

Jor*_*sys 15 java android google-play google-play-newsstand

我正试图在Google Play报亭的文章库中添加几张图片但没有成功.我尝试添加3张尺寸合适的图片,但无法在文章库中显示.

<media:content url="[URL IMAGE]"
        type="image/png" expression="full" width="538" height="190">
  <media:description type="plain">[DESCRIPTION]</media:description>
  <media:credit role="author" scheme="urn:ebu">[AUTHOR]</media:credit>
</media:content>
Run Code Online (Sandbox Code Playgroud)

这是我<item>元素的一个例子:

<item>
    <title><![CDATA[Arquean a cafetería]]></title>
    <link><![CDATA[http://google/wE-bacdkE]]></link>
    <content:encoded><![CDATA[Today we’re introducing a new age-based rating system for apps and games on Google Play. We know that people in different countries have different ideas about what content is appropriate for kids, teens and adults, so today’s announcement will help developers better label their apps for the right audience. Consistent with industry best practices, this change will give developers an easy way to communicate familiar and locally relevant content ratings to their users and help improve app discovery and engagement by letting people choose content that is right for them.

    Starting now, developers can complete a content rating questionnaire for each of their apps and games to receive objective content ratings. Google Play’s new rating system includes official ratings from the International Age Rating Coalition (IARC) and its participating bodies, including the Entertainment Software Rating Board (ESRB), Pan-European Game Information (PEGI), Australian Classification Board, Unterhaltungssoftware Selbstkontrolle (USK) and Classificação Indicativa (ClassInd). Territories not covered by a specific ratings authority will display an age-based, generic rating. The process is quick, automated and free to developers. In the coming weeks, consumers worldwide will begin to see these new ratings in their local markets.]]></content:encoded>
    <author>Grupo Jorgesys</author>
    <media:content url="http://www.jorgesys.com/images/1973850.png"
    type="image/png" expression="full" width="538" height="190"><media:description type="plain"><![CDATA[Android]]></media:description><media:credit role="author" scheme="urn:ebu"><![CDATA[Grupo Jorgesys  / Staff]]></media:credit></media:content>
    <media:content url="http://flv.grupoJorgesys.com/flash/elnorte/articulo/mp3/online/1/489/488838.mp3" medium="audio"><media:title><![CDATA[Arquean a cafetería]]></media:title><media:description><![CDATA[Arquean a cafetería]]></media:credit></media:content>

    <media:content url="http://www.jorgesys.com/images/1973852.png"
    type="image/png" expression="full" width="538" height="190"><media:description type="plain"><![CDATA[Android0]]></media:description><media:credit role="author" scheme="urn:ebu"><![CDATA[Grupo Jorgesys  / Staff]]></media:credit></media:content>

    <media:content url="http://www.jorgesys.com/images/1973856.png"
    type="image/png" expression="full" width="538" height="190"><media:description type="plain"><![CDATA[Android1]]></media:description><media:credit role="author" scheme="urn:ebu"><![CDATA[Grupo Jorgesys  / Staff]]></media:credit></media:content>

    <media:content url="http://www.jorgesys.com/images/1973858.png"
    type="image/png" expression="full" width="538" height="190"><media:description type="plain"><![CDATA[Android2]]></media:description><media:credit role="author" scheme="urn:ebu"><![CDATA[Grupo Jorgesys  / Staff]]></media:credit></media:content>

    <media:content url="http://www.jorgesys.com/images/1973860.png"
    type="image/png" expression="full" width="538" height="190"><media:description type="plain"><![CDATA[Arquean a cafetería]]></media:description><media:credit role="author" scheme="urn:ebu"><![CDATA[Grupo Jorgesys  / Staff]]></media:credit></media:content>

</item>
Run Code Online (Sandbox Code Playgroud)

Jor*_*sys 4

.rss好吧,我在文件中定义的图像大小width="538"height="190"无法在文章图库中显示的大小。我已将图像的大小更改为width="800"height="400"现在图像正在显示。

Google 报亭版中的图像具有以下特征:

在文章正文和图库中显示的图像:用户希望看到漂亮的大图像。图像的最短边应为800px,但理想情况下应更大,以便更好地在平板电脑上显示。

封面图片要求:

  • 300 DPI 图像分辨率
  • JPEG 压缩设置为高
  • 宽度为 2400 像素(高度可能会根据杂志的宽高比而有所不同)

预览图片要求:

  • 300 DPI 图像分辨率
  • JPEG 压缩设置为高
  • 2400 像素宽(高度可能根据杂志的宽高比而变化)

更多信息:

现在图像显示没有问题:

在此输入图像描述