Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
vassiliphilippov edited this page Dec 23, 2012 · 11 revisions

Uploading Android application to several appstores could be time consuming operation. AppDF is designed to simplify this process. You describe your Android application once, create a simple AppDF archive that includes the XML description, APK file(s), screenshots, etc and just upload this AppDF file to all the stores.

What Is AppDF File?

AppDF file is a ZIP archive with .appdf extension. This archive must contain description.xml file with application description (title, description text, screenshots, etc). This description.xml file contain links to the other files in the archive like APK file(s), screenshots, promo graphics, video, etc.

There could be other description XML files for other languages. Their names shoudl start with "description_" and they should have .xml extension. Their content will be merged with description.xml file content. These additional files could be used to simplify localization process, although they are optional and all localizations could be easily described in the main description.xml file.

One AppDF file describes one applications. It cannot be used for describing multiple applications.

Clone this wiki locally