How to create an android app's Keystore file ?
Steps to create an android app's Keystore file
Step 1: In order to create an Android Keystore file, you must first make sure you have Java JDK installed. You will be using the keytool command that is available in the JDK.
(
Download Java JDK)
Step 2: Type in the following in the command line...
keytool -genkey -v -keystore file.keystore -alias YOUR_ALIAS_NAME -storepass YOUR_ALIAS_PWD -keypass YOUR_ALIAS_PWD -keyalg RSA -validity 36500
Step 3: Make sure to replace YOUR_ALIAS_NAME and YOUR_ALIAS_PWD with your unique alias name and password.
Step 4: Hit Enter. You will be shown a set of sequential questions to answer in the command line prompt.
Step 5: Place your answer and hit Enter for each question.
Related Articles
How to request for a new app development from integration portal?
Now along with the in MyGofrugal app, in the OrderEasy menu, you can also raise a new app development request from the integration portal. Steps to request for new app development from the integration portal. (for new OrderEasy users) Step 1: Login ...
How to create firebase analytics JSON file?
Firebase is Google's mobile application development platform that helps you build, improve, and grow your app. Google Analytics collects usage and behavior data for your app. There are two primary types of information: Events: What is happening in ...
How to do a OrderEasy app update in the PlayConsole account
Step 1: Go to Google Play console and login using your play console admin mail Id URL: Click Here and you will redirected to login Page. Step 2 : After logging in, your accounts will be listed, and you can click on your account to access it. Step 3: ...
Steps to create Appstore account for OrderEasy
Steps to create an app store account 1. We need Apple ID to start the account creation (or) if you already have an apple ID account, ignore step 2 and proceed 2. To create an Apple ID. Open the URL below and fill the details. ...
How to share details and raise a request to GOFRUGAL for the app development?
Once the Playstore/App store account creation is done and an invitation is sent to GOFRUGAL development team, user can share their app details required for the publication through their MyGofrugal app. Step 1: Update the MyGofrugal app from the ...