You keep telling everyone you explained how to get keystore file from pepkey tool. You only explained how to install java, set it to path, and generate output.zip from a keystore file you already had at the beginning of this video. My bro, what is wrong with you?
@allsourcecode6471 Жыл бұрын
actually you watched the video by skipping thats why you couldn't get point. I briefly explained how to generate app signing key and how to use it. still you are facing any issue kindly dear let me know. I will sort out.
@JacobeVasquez Жыл бұрын
@@allsourcecode6471I've watched the entire video twice. Kindly show us the time frame where you show us how to generate app signing key.
@allsourcecode6471 Жыл бұрын
@@JacobeVasquez dear at the start of video . time stamp 0:25 u will have option download pepk tool where u can see ur keystore key.
@legeminus5 ай бұрын
Ok, information that was missed in this video: To create your own keystore file you have to: 1. Open CMD then run "set path= bin directory of just unpacked jdk (now is your-path-to/jdk-24/bin)" (without quots) 2. To generate keystore file cd to your-path-to/jdk-24/bin then run: keytool -genkey -v -keystore your-app-name.keystore -alias your-alias -keyalg RSA -keysize 2048 -validity 10000 you can use any "your-app-name" and "your-alias" but don't forget them. Then it will ask you for first and last name. organization etc... So it will generate your-app-name.keystore file in your-path-to/jdk-24/bin directory. Then you can copy it and follow next steps of tutorial also when you will Generate signed APK/App Bundle you can chose existing keystore and choose this file your-app-name.keystore then change alias value from default key0 to your alias that I used to create keystore file then put your passwords and it will generate signed APK or App Bandle for you which you can upload to Google Play Console.
@user-wg5km7lj6e5 ай бұрын
Almost done but when it requires to enter the password for the key and i enter the password that i used for keystore it gives error unable to export or encrypt the private. key what to do? also i dont get the output.zip
@allsourcecode64715 ай бұрын
kindly confirmed that u type same password both times
@WatchedHighlights2 ай бұрын
you have not downloaded the .PEM file
@WatchedHighlights2 ай бұрын
encryption_public_key.pem
@bilkisshaikh30639 ай бұрын
Hi can u help me I lost my jks file and password key align I have my pem keystore file only now I want to publish my apk but it showing certificate figureprint sha 1 is not match and in my google console app signing not enable I see most of video where after click on app signing it showing sha1 key but in my cast it show app signing is not integrated Google play what to do now
@allsourcecode64719 ай бұрын
send me video of ur issue on telegram. @sourcecode24
@chinnu1295 Жыл бұрын
i still dont understand how you got number.keystore file? explain this and i downloaded a source code from median website in that application source code i cant find the number.keystore and i dont know the password
@allsourcecode6471 Жыл бұрын
when u created the release of application on that time key store file generated with extension.jks.
@allsourcecode6471 Жыл бұрын
still facing issue kindly do contact on telegram @sourcecode24
@allsourcecode6471 Жыл бұрын
as u said u download sourcecode from xyz site. now first u have to change its package name and app id then create a release file.
@bilkisshaikh30639 ай бұрын
Hi can u help me I lost my jks file and password key align I have my pem keystore file only now I want to publish my apk but it showing certificate figureprint sha 1 is not match and in my google console app signing not enable I see most of video where after click on app signing it showing sha1 key but in my cast it show app signing is not integrated Google play what to do now
@chinnu12959 ай бұрын
@@bilkisshaikh3063 you can ask for updation of ley then you got a new i think It takes few days then you are good to go
@gganand11 ай бұрын
I wasted 8 minutes , thank you. unless you put how to generate keystore its waste of time
@allsourcecode647111 ай бұрын
thanks for ur feedback. whats ur issue tell us.
@whoankitsharma Жыл бұрын
how u got keystore file
@allsourcecode6471 Жыл бұрын
already explained in it by using pepkey tool.
@legeminus5 ай бұрын
Ok, information that was missed in this video: To create your own keystore file you have to: 1. Open CMD then run "set path= bin directory of just unpacked jdk (now is your-path-to/jdk-24/bin)" (without quots) 2. To generate keystore file cd to your-path-to/jdk-24/bin then run: keytool -genkey -v -keystore your-app-name.keystore -alias your-alias -keyalg RSA -keysize 2048 -validity 10000 you can use any "your-app-name" and "your-alias" but don't forget them. Then it will ask you for first and last name. organization etc... So it will generate your-app-name.keystore file in your-path-to/jdk-24/bin directory. Then you can copy it and follow next steps of tutorial also when you will Generate signed APK/App Bundle you can chose existing keystore and choose this file your-app-name.keystore then change alias value from default key0 to your alias that I used to create keystore file then put your passwords and it will generate signed APK or App Bandle for you which you can upload to Google Play Console.
@dqdevelop Жыл бұрын
what is the password of bubby
@allsourcecode6471 Жыл бұрын
which one
@Chipplux Жыл бұрын
how do you create number.keystore (.keystore file ) just the way am seeing number. keystore
@allsourcecode6471 Жыл бұрын
by using pepkey tool.all process described in this video.watch all steps