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
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
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
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
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?
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.
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.
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.
bhai very gooooooooood
@@brutalbro3868 welcome.
Thankyou soo much man, a very good tutorial!!
You're welcome!
You saved me! Thanks!
You are welcome!
You saved me..
Thanks for your response
Finally got the solution
Thanks
Finally got the solution
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
when u created the release of application on that time key store file generated with extension.jks.
still facing issue kindly do contact on telegram @sourcecode24
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.
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
@@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
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
send me video of ur issue on telegram.
@sourcecode24
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
kindly confirmed that u type same password both times
you have not downloaded the .PEM file
encryption_public_key.pem
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?
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.
@@allsourcecode6471I've watched the entire video twice. Kindly show us the time frame where you show us how to generate app signing key.
@@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.
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.
I wasted 8 minutes , thank you. unless you put how to generate keystore its waste of time
thanks for ur feedback. whats ur issue tell us.
how u got keystore file
already explained in it by using pepkey tool.
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.
what is the password of bubby
which one
how do you create number.keystore (.keystore file ) just the way am seeing number. keystore
by using pepkey tool.all process described in this video.watch all steps