Uploading app to the playstore

89 views
Skip to first unread message

Soni Kumari

unread,
Jul 12, 2026, 10:50:53 PM (4 days ago) Jul 12
to DroidScript
First of all , I'd like to thank you so build this ide! 
My project is completed and I'm going to upload it on google Play Store 
Before uploading, are they anythings should i know to avoid errors?
please tell me, i use html css and js with native features 
Also i use js library. 
To avoid my app rejection or something please let me know and this is my first time.
And i use database to store as well as i use /sdcard/ to save data too where possible 
Thanks 🙏🏻 

FrickelPit

unread,
Jul 13, 2026, 3:38:00 AM (4 days ago) Jul 13
to DroidScript
Pay attention on your versioning concept. Look at my post https://groups.google.com/g/droidscriptpremium/c/Xc6p_R47q1w and avoid zeroes at the end of version's decimal places
Regards Peter

Soni Kumari

unread,
Jul 13, 2026, 12:10:36 PM (4 days ago) Jul 13
to DroidScript
What should i do for it?
My version is 1.0 as by default 

DogPlanner GSS

unread,
Jul 13, 2026, 1:32:14 PM (4 days ago) Jul 13
to DroidScript
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

понедельник, 13 июля 2026 г. в 19:10:36 UTC+3, s1o2n...@gmail.com:

Soni Kumari

unread,
Jul 13, 2026, 1:40:15 PM (4 days ago) Jul 13
to DroidScript
Thank you so much for this!
removePermissions" : "WRITE_EXTERNAL_STORAGE, ACCESS_WIFI_STATE",
Is compulsory to give?
I used storage /sdcard to save data

DogPlanner GSS

unread,
Jul 13, 2026, 5:11:40 PM (3 days ago) Jul 13
to DroidScript
You are welcome 🤗 

I think it will be enough if you write the following:

       {
"manifest" :
{
"minSdkVersion" : 21,
"targetSdkVersion" : 35
}
}

Have a nice day.

Dmitry

понедельник, 13 июля 2026 г. в 20:40:15 UTC+3, s1o2n...@gmail.com:

Soni Kumari

unread,
Jul 13, 2026, 5:46:55 PM (3 days ago) Jul 13
to DroidScript
Thankyou very much sir!
Have you tried app.CreateShortcut()?
It doesn't work after build apk in my app
Shortcut app created successfully but when open it show black

But it is work on ide 

DogPlanner GSS

unread,
Jul 14, 2026, 10:48:33 AM (3 days ago) Jul 14
to DroidScript
Hi,

We never used this method for shortcut creation. We usual copy .png icon file (with 512x512 resolution) to the App's Img assets folder with the name the same to the App name.

Dmitry
вторник, 14 июля 2026 г. в 00:46:55 UTC+3, s1o2n...@gmail.com:

Soni Kumari

unread,
Jul 14, 2026, 1:39:22 PM (3 days ago) Jul 14
to DroidScript
I don't understand sir

DogPlanner GSS

unread,
Jul 14, 2026, 2:46:21 PM (3 days ago) Jul 14
to DroidScript
Sorry, we never used this method.

We create App icon only. I don't understand what you need with app.CreateShortcut()?

Dmitry
вторник, 14 июля 2026 г. в 20:39:22 UTC+3, s1o2n...@gmail.com:

Soni Kumari

unread,
Jul 15, 2026, 3:18:55 AM (2 days ago) Jul 15
to DroidScript
I'm create quick settings open for Android, so for it i want yo give features about shortcuts 
Please use a demo of shortcut after apk build 

Reply all
Reply to author
Forward
0 new messages