Search This Blog

09 December 2019

Publishing Android App in Google PlayStore Ionic

Publishing Android Application In Google Playstore


first step release the build App  Open the  Command Prompt the change directory for your project directory and Switch your Ionic project App Directory 

second step you need to add android platform to add and run the command in command prompt it will take some times reason for download the repository the if you want to check if platform automatically added under project Directory 

$ionic cordova platform add android

third step you create  unsigned APK  or release apk  open command prompt run this command it will take some time

$Ionic Cordova build android –prod –release

fourth step You will  Create Keystore file --> open the command prompt 

Run this Command

$keytool -genkey -v –keystore your_keystore_name.keystore -alias alias_name -keyalg  RSA -keysize 2048 -validity 10000

Sign the unsigned apk with jarsigner tool  run this command prompt

$jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore your_keystore_name.keystore  platforms\android\app\build\outputs\apk\release\  app-release-unsigned.apk alias_name

Zip Align tool is used to optimize the APK

this zipalign tool is located your appdata/local/android  sdk build tools so exaple my 
directory path :

C:\Users\test\AppData\Local\Android\sdk\build-tools\27.0.1\Zipalign.exe  copy this zipalign.exe its a execute java file Then paste into your Ionic project  Directory
(or) another method is available for zipalign command copy this "C:\Users\test\AppData\Local\Android\sdk\build-tools\27.0.1\Zipalign.exe" path 
right click the computer select the properties open the window select advanced system setting open the popup select the tab for advanced then click the environment variables button select path --> edit paste it the path then okie save it then check run the command for zipalign its working fine this method is permanently 


$zipalign -v 4 platforms\android\app\build\outputs\apk\release\app-release-unsigned.apk your_app.apk


Google play console case $25 USD

Click Create Application   and Fill the Description of App and Providing Screen Shots and Additional Info then Upload the signed APK that was generated  and Publish the App

 


10 comments:

  1. Superbly written article, if only all bloggers offered the same content as you, the internet would be a far better place.. android app maker

    ReplyDelete
  2. You have performed a great job on this article. It’s very precise and highly qualitative. You have even managed to make it readable and easy to read. You have some real writing talent. Thank you so much. saiba como baixar Lulubox apk 2020

    ReplyDelete
  3. Hello I am so delighted I located your blog, I really located you by mistake, while I was watching on google for something else, Anyways I am here now and could just like to say thank for a tremendous post and a all round entertaining website. Please do keep up the great work. blackmart apk file download

    ReplyDelete
  4. This content is written very well. Your use of formatting when making your points makes your observations very clear and easy to understand. Thank you. smart glass

    ReplyDelete
  5. There are many iPhones and Android Smartphones in the market, giving rise to confusion over which one can be chosen. There have been lots of debates, discussions about whether Android or an iPhone is the best buy. check my blog

    ReplyDelete
  6. According to the 2012 report, Global Trends 2030: Alternative Worlds, published the US National Intelligence Council, four technology arenas will shape global economic, social and military developments by 2030. They are information technologies, automation and manufacturing technologies, resource technologies, and health technologies. Information technologies Three technological developments with an IT focus have the power to change the way we will live, do business and protect ourselves before 2030. mobile tracker

    ReplyDelete
  7. According to the 2012 report, Global Trends 2030: Alternative Worlds, published the US National Intelligence Council, four technology arenas will shape global economic, social and military developments by 2030. They are information technologies, automation and manufacturing technologies, resource technologies, and health technologies. Information technologies Three technological developments with an IT focus have the power to change the way we will live, do business and protect ourselves before 2030. spycamera app

    ReplyDelete
  8. This article is going to highlight a few Android apps that are extremely helpful to look after the babies! Read on and know about these effective baby monitoring Android applications. Today, technology is progressing in such a way that smartphones are becoming substitutes for almost anything you can think of! Veracious Tips for fitness apps

    ReplyDelete
  9. Technology is the leader of the enterprising world. And it leads using a constitution. Unlike the traditional political structure, this constitution is Algorithms written by engineers, scientists, etc and not congressmen and politicians. Mobile device monitoring Service

    ReplyDelete

Jquery or Javascript Start Exam Time

 <script> function startTimer() {      var date = "<?php echo $date ?>"; // dynamic date      var time = "<?...