You are on page 1of 2

Product Documentation
Getting Started
First Steps
Creating Keystore
Debugging Apps
JavaScripts APIs
AdMob Integration
Creating Banner Ad Unit
Creating Interstitial Ad Unit
Integrating with App
Push Noti cations
Setting up Firebase
Integrating with App
Firebase Noti cations
Using PushAdmin
PushAdmin API Access

Creating Java Keystore for


APK Signing
Initial Requirements:

JDK 8 (Java Development Kit).

Press (Windows + R) or go to Run, then type 'cmd' and press Enter to open
Command Prompt.
Command:
keytool -genkey -keyalg RSA -alias myalias -keystore newkeystore.keystore -storepass
yourpassword -validity 36000 -keysize 2048

Important Note: Always keep a backup copy of your keystore le at a safe


location. You will always need the same keystore while updating your existing
app on Google Play!
-alias - You can specify alias name with this parameter
-keystore - Name of Keystore File
-storepass - Keystore Password
-validity - Validity of Keystore in Days.

Your Keystore has been created, you can now use it with Website 2 APK to
sign your Apps.
Applying any of suitable methods for App Signing.

This documentation is still under development, we are working to add more


things to it to make it complete. Keep yourself up to date by visiting this page
whenever you needs any help. If heaving some issues, you can contact
Support

© 2016-20 Goyal Softech Pvt. Ltd.

You might also like