Hi,
We published our app developed using DroidScript at the Google Play few days ago. For the first time we published app at the local store and AppGallery. AppGallery in this case gives some interesting and useful advises needed to correct before app publishing.
In the case of Google Play it is needed to create "build.json" file in your directory with following text:
{
"manifest" :
{
"minSdkVersion" : 21,
"targetSdkVersion" : 35,
"debuggable" : false,
"removePermissions" : "WRITE_EXTERNAL_STORAGE, ACCESS_WIFI_STATE",
"homeScreen":false,
"pathPattern":".*\\.jpg,.*\\.txt"
}
}
It is needed for marking targetSdkVersion -> 35. Google Play will definitely demand this and will not publish your app without this file!
Other requirements are standard: screenshots, a description, an icon, and a general image of your app. If you will do these points your app will publish without any problems))
We hope you get published your app, and that your app becomes useful and popular.
Dmitry