GpHow

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

app-ps

Step:1 Create Your Android App

Step:2 Make its Signed Apk(Using Release Keystore)

To generate the keystores for signing into the Android apps at the command line, use:

$ keytool -genkey -v -keystore my-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000

As the debug keystore which is mainly used to sign an Android app during the development needs of a specific alias and password combination as dictated by our 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”

Step: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/

Step:4 Create a Merchant Account

Just Follow the steps kindly…

Note : It will charge you once in a lifetime amount might be an apporx i.e 25$. Just make  it ready to start uploading your first app.

Step:5 Mandatory Fields needed in App Listing:

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

Exit mobile version