To publish your apps on Android
Market/Google Play, you need to sign your app with your digital certificate.
(During development, you app is signed using a debug certificate by the Eclipse
ADT.)
Signing
Android Apps
- From Eclipse, right-click on the project ⇒ Export... ⇒ Android ⇒ Export Android Application.
- In "Project Checks" dialog ⇒ Next.
- In "Keystore selection" ⇒ Create new keystore ⇒ In "Location", enter the filename for the keystore (e.g., keystore.db) ⇒ set your password for the keystore.
- In "Key creation", enter the data ⇒ Finish.
References:
- Signing Your Applications @ http://developer.android.com/tools/publishing/app-signing.html.
- For keystore management, read JDK documentation on "keytool - Key and Certificate Management Tool".
Publish the android app in play store have some
limitation:
- Need to change the package name for every Corporate because in Google play store have assign the unique key for application package.
- Play store don't allow content that harms, interferes with the operation of, or accesses in an unauthorized manner, networks, servers, or other infrastructure