Publishing and delivery of mobile application

25
Publishing and Delivery of Mobile Application K Senthil Kumar, Assistant Professor, Sri Eshwar College of Engineering, Coimbatore – 641 202

Transcript of Publishing and delivery of mobile application

Page 1: Publishing and delivery of mobile application

Publishing and Delivery of Mobile ApplicationK Senthil Kumar,Assistant Professor,Sri Eshwar College of Engineering,Coimbatore – 641 202

Page 2: Publishing and delivery of mobile application

Publishing Android Apps Android apps can be published in two

ways Using play store, Using own website.

Page 3: Publishing and delivery of mobile application

Using Play store Checklist for publishing app

Testing Application Rating Targeted Regions Application Size SDK and Screen Compatibility Application pricing Promotional content Final APK Application Detail

Page 4: Publishing and delivery of mobile application

Opening Eclipse

Page 5: Publishing and delivery of mobile application

Select Export

Right Click Project Folder Export

Page 6: Publishing and delivery of mobile application

Select Export Type

Once the “Export” dialog box appears, open the folder tree titled “Android,” and select “Export Android Application.

Page 7: Publishing and delivery of mobile application

Checking for Errors

The “Export Android Application” dialog will check your selected project for errors. If none are present, the dialog will say “No Errors Present, Click Next.

Page 8: Publishing and delivery of mobile application

Entering a KeyStore

The next screen in the dialog will prompt you to enter a “keystore.” A keystore is a type of account that encrypts a stamp onto the final application file.

If you have previously created a keystore, then you may enter the name and password .

If you have not created a keystore in the past, you will do so now by selecting the radio button labeled “create new keystore.”

Page 9: Publishing and delivery of mobile application

Creating a new KeyStore

Click the “browse” button and select a location to store your new keystore file.

A good place to store the keystore, for future use, would be the same directory that your project files are in. Type in a name that you will remember and select “save.”

Page 10: Publishing and delivery of mobile application

Choosing a password

Next, you will need to choose a password you will remember, or keep the password in a safe place.

Page 11: Publishing and delivery of mobile application

Choosing a alias

Now you will need to fill out the alias, password, and validity fields on the “Key Encryption” screen, as well as one field from the “certificate issuer” section located below.

Page 12: Publishing and delivery of mobile application

Choosing File Export Destination

Page 13: Publishing and delivery of mobile application

Navigating to developer site

Page 14: Publishing and delivery of mobile application

Log into Developer Console

Page 15: Publishing and delivery of mobile application

Add a new Application

Page 16: Publishing and delivery of mobile application

Initiating APK Upload

Page 17: Publishing and delivery of mobile application

Initiating APK Upload(2)

Page 18: Publishing and delivery of mobile application

Selecting and Uploading APK

Page 19: Publishing and delivery of mobile application

Adding Description

Page 20: Publishing and delivery of mobile application

Adding Screenshots

Page 21: Publishing and delivery of mobile application

Adding Store listing icon

Page 22: Publishing and delivery of mobile application

Fill in Details

Page 23: Publishing and delivery of mobile application

Pricing and Distribution Detail

Page 24: Publishing and delivery of mobile application

Publishing Application

Page 25: Publishing and delivery of mobile application

The End