Skip to main content

Upload Your First Android App on Play Store(Step-by-Step):



Upload Your First Android App on Play Store(Step-by-Step):




This post is for all those budding Android Developers whether or not he/she is fresher or experienced has to perform this one really obvious thing to reach out their App Users and that is uploading the Android App on Google Play Store.
So just go through this post carefully and get your first app listed on play store lightning fast:

1. Create Your Android App




  • First thing for uploading your App on Play Store is to Develop your App and make it Store-Ready.
  • Use Proper theme, colors, graphics, strings and icons.

2. Make its Signed Apk(Using Release Keystore)



This is a graphical way to generate a release keystore

To generate keystores for signing Android apps at the command line, use:
$ keytool -genkey -v -keystore my-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000
A debug keystore which is used to sign an Android app during development needs a specific alias and password combination as dictated by Google. To create a debug keystore, use:
$ keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000
Keystore name: “debug.keystore”
Keystore password: “android”
Key alias: “androiddebugkey”
Key password: “android”

3. Login to your Gmail Account and visit this link : https://play.google.com/apps/publish/



And Go to this Link — https://play.google.com/apps/publish/

4. Create a Merchant Account



Just Follow the steps kindly…

Note : It will charge you once in a lifetime fee i.e 25$. Just do it to start uploading your first app.

5. Mandatory Fields needed in App Listing:




— Title
 — Short Desc
 — Full Desc
 — App Screenshots(JPEG or 24-bit PNG (no alpha))(Min-2,Max-8)(Min-320px,Max-3840px)
 — Hi-res icon(512 x 512)(32-bit PNG (with alpha))
 — Feature Graphic(1024 w x 500 h)(JPG or 24-bit PNG (no alpha))
 — App Type
 — Category
 — Content Rating
 — Developer/Company Email
 — Privacy Policy Url
 — And some other details

Please Hit that Green Heart Button to Recommend this post and share it to your fellow developers.

Because Sharing is Caring for every community.

Kudosss To Android Community


Comments

Popular posts from this blog

My First Android App Story

Back in  November 2013 , pursuing Bachelor in Computer Applications from  GLSICA , me and some others students from the class are forced/asked to develop our projects compulsorily in  Android or iOS  just because we were in that  top-30  list of toppers. At that time, I don’t know even the  single piece of code  in Android. I have chosen to do project in Android because I don’t have an iOS device to test our app and the configurations in my laptop. After 2–3 days of  parliamentary discussion  we’ve reached to a conclusion that we will develop the App for  TGB Cafe n Bakery . Now when you don’t know any programming language, you go to Tutorial Sites but luckily from somewhere I got one of the best collection of  Android Tutorials  by  The New Boston  of about 200 videos. And slowly and gradually I get into this  incredible environment  of Android Programming with layouts and Java fi...

That Winning Moment!!!

That Winning Moment!!! You are just a thought away from the fact that the penultimate thing we all want in our career is that winning moment and the motivation to carry that winning momentum all through outside and inside our career span. Let’s take a sneak peek of what can be some of the greatest winning moments. * That Bird who assembles the Nest: Have you ever thought about that little bird who is continuously collecting those tiny little wooden sticks to assemble or make home for her young ones to keep there and feed there. How great that  moment  will be for that bird, when she place that final wood stick on her assembled nest to finish that small yet hardworking activity. The bird can die for that type of winning moment!!! * That college boy who got placed in an interview: Everyone of you have definitely been through that phase of your graduation or school-life where you got selected for sitting in ...

The Positives of Terrorism

The Positives of Terrorism From this ultimate post I wanna provide you with some positives of all the terrorists who are spreading violence all across the country, the continents and the world. The reason behind is even not exactly known to those terrorists, that are wandering around with weapons. Let’s start firing the positives: Positive#1 — Making Families Come Together Those hardworking terrorists kill anyone from any country, cast or religion and think that they are getting successful in destroying families altogether but those silly humans don’t know that they are actually making those families come more closer than ever by killing their loved ones. Yes I know this is sad-very-sad and heart-breaking especially for those affected families and their members, but if you take any positive from this situation than you can realise that those families are becoming emotionally more healthier than anybody else. Positive#2 - Making Citiz...