I have updated the AppDF specification. Here is the change list:
href
attribute is added to the <eula>
tag, now the <eula>
should include both a link to the EULA webpage as well as full EULA text.- Maximum length requirement is added for the
<eula>
tag (5000 symbols). href
attribute is added to the <privacy-policy>
tag, now the <privacy-policy>
should include both a link to the privacy policy webpage as well as full privacy policy text.- Maximum length requirement is added for the
<privacy-policy>
tag (5000 symbols). only-listed
attribute is added to the <supported-resolutions>
tag to make it clear that either <include>
or <exclude>
subtags could be included but not both.width
and height
attributes are added to the <small-promo>
tag.width
and height
attributes are added to the <large-promo>
tag.size
attribute is removed and width
and height
attributes are added to the <app-icon>
tag.width
, height
and index
attributes are added to the <app-icon>
tag.<app-icon>
anf <screenshot>
images must be in PNG format.<small-promo>
and <large-promo>
images must be in PNG or JPG formats.- Exact size for the
<small-promo>
and <large-promo>
images is specified (180x120 and 1024x500 correspondingly). - Each screenshot must be in 480x800 size, 1080x1920 and 1920x1200 sizes are recommended to have as well.
I have updated the corresponding XSD file. We also need to update the samples, parsers and generators accordingly.
Let's hope this version of the AppDF specification will be the final one and will become 1.0 without any changes.
Best regards,
Vassili