Skip to main content

How To Publish Android App On PlayStore [Step By Step]


https://abhiandroid.com/androidstudio/publish-android-app-playstore.html

Haven’t you publish any Android App on Play store? Don’t worry if you haven’t because it’s very easy and this tutorial is going to teach step by step how to publish your first Android App on Play store.

How To Publish Android App On PlayStore:

Follow the below steps:
Step 1: First generate signed apk of your Android App to publish it on Play Store.
Step 2: Now you will need to sign up for Google Play Console to publish and manage your Android App.
Step 1
Important Note: You can signup with this link https://play.google.com/apps/publish/
Step 3: Login with your Gmail account that you want to use for publishing App on Play Store.
Step 2
Step 4: Now there are 4 steps to complete the registration for Google play store console. You have already completed two.
Step 5: After reading the Google play store developer distribution agreement agree to their terms by clicking on check box
Step 4
Step 6: Now you will need to pay one time ‘Developer Registration Fee’ of $25 to Google. Please fill your credit card details to make the payment.
Important Note: You can upload unlimited number of Android App on Play store from single account with a limit of uploading 15 apk/day.
Step 5
Step 7: Complete your account details for Google developer account. For example see the below image:
Step 6
Step 8: Now click on Create Application
Create Application
Step 9: Enter the name of your App.
App Name
Step 10: Now fill store listing details of your App which include Title, Short description, and Full description.
App Details
Step 11: After this you need to put some App screenshots here. The minimum required are 2 screenshots and maximum limit is 8.
Screen Shots
Step 12: After screenshot now you need to put a high Resolution icon or logo with a size of 512 * 512 pixel. This will be displayed on Play Store.
After that another mandatory thing is you need to put a feature graphic of 1024 * 500 pixel dimension. See below image for more detail.
Icon and Feature Graphic
Step 13: Now scroll down and fill other details which include application type, category, website, email and phone no.
After this check privacy policy because now we are not submitting and then click on save draft. If your App require user permission then it is mandatory to put privacy url.
Click on Save Draft to save your work so far.
App Further detail
Step 14:  After saving data on draft now go to app release and click on manage production.
Manage production
Step 15: Now you will see  create release now click on it.
Create Release
Step 16: After click on create release you will see browse files click on it and upload your signed APK.
Upload APK
Step 17: Once the upload is successful then scroll down and click on review to check.
Review
Step 18: Now go to Content Rating and click on continue.
For Countinue
Step 19: Fill details which include email address and select your categories.
Details
Step 20: Now select Violence, Sexuality, Language, Controlled Substance and Miscellaneous based on your App. First click on save questionnaire for save and then click on calculate rating.
Further Detail
Step 21: Now click on apply rating.
Apply rating
Step 22: Click on pricing and distribution and select free/paid based on how you want user to access your App.
Pricing
Step 23: Now scroll down and see mandatory things with * you need to select After this click on save draft .
Save Draft
Step 24: Now Click on ready on publish along with save draft and click on Manage release.
Step 25: Click on Manage Production.
Manage production
Step 26: After Manage production click on edit release.
Edit Release
Step 27: Now click on review.
Review
Step 28: After review click on Start Rollout to production. Now you need to confirm. After confirm you will need to wait for one or six hour for approval.
Start Rollout to production

Comments

Popular posts from this blog

web2apk

http://web2apk.com/create.aspx Create App   Intro   About   Changes   MalWare ?   Contact   Privacy Useful Links Bluetooth Mini Keyboards Android Mini PC Reset Android URL App Title Icon or

how to retrieve image from sqlite database in android and display in listview

 Android platform provides several ways to store data in our application. 1. SQLite database 2. SharedPreferences etc For our post, we will only work with SQLite database. First and foremost, we need to understand what an SQLite database is? SQLite database  is an open source SQL database that stores data to a text file on a device. It executes SQL Commands to perform a set of functions, that is, create, read, update and delete operations. On my previous post, I showed how to  store data in SQLite database from edit text, retrieve and populate it in a listview . For this post, I will show the SQLite CRUD operations with images from gallery and text from EditText. We need to understand this; images are stored in SQLite database as BLOB data type. A BLOB is a large binary object that can hold a variable amount of data.  Note, we can only store images in the database as BLOB data type. We need to convert our image path to a bitmap then to bytes. Also

Android Bar Chart Using MpAndroidChart Library Tutorial

https://www.numetriclabz.com/android-bar-chart-using-mpandroidchart-library-tutorial/ Android Bar Chart Using MpAndroidChart Library Tutorial Objective In this tutorial we learn how to implement Bar Chart using MpAndroidChart Library in your Android App. Download Source Code       Step 1 Contents ·        1  Introduction ·        2  Creating Bar chart o    2.1  Create a new Project o    2.2  Adding library in Project o    2.3  Create Layout o    2.4  To Plot Bar Chart §   2.4.1  Initialize the graph id §   2.4.2  Creating a Dataset §   2.4.3  Defining X-axis labels §   2.4.4  Set the data §   2.4.5  Add the description to the chart §   2.4.6  Run your App §   2.4.7  Set the color §   2.4.8  Adding Animations o    2.5  To plot grouped bar chart §   2.5.1  Creating Dataset o    2.6  Get the best of Android plus exclusive deals and freebies in your inbox!