How to use Google play app signing key to secure your app keys || change App signing key

  Рет қаралды 25,375

All Source Code

All Source Code

Күн бұрын

Пікірлер: 39
@brutalbro3868
@brutalbro3868 Ай бұрын
bhai very gooooooooood
@allsourcecode6471
@allsourcecode6471 Ай бұрын
@@brutalbro3868 welcome.
@ArgaRevata-rq9zj
@ArgaRevata-rq9zj 8 ай бұрын
Thankyou soo much man, a very good tutorial!!
@allsourcecode6471
@allsourcecode6471 8 ай бұрын
You're welcome!
@gonchoc10
@gonchoc10 10 ай бұрын
You saved me! Thanks!
@allsourcecode6471
@allsourcecode6471 10 ай бұрын
You are welcome!
@sheikhvlogs5
@sheikhvlogs5 6 ай бұрын
Finally got the solution
@allsourcecode6471
@allsourcecode6471 6 ай бұрын
Thanks
@azanabbas4956
@azanabbas4956 6 ай бұрын
You saved me..
@allsourcecode6471
@allsourcecode6471 6 ай бұрын
Thanks for your response
@naturalthings1755
@naturalthings1755 Жыл бұрын
Finally got the solution
@JacobeVasquez
@JacobeVasquez Жыл бұрын
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
@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
@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
@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.
@legeminus
@legeminus 5 ай бұрын
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-wg5km7lj6e
@user-wg5km7lj6e 5 ай бұрын
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
@allsourcecode6471
@allsourcecode6471 5 ай бұрын
kindly confirmed that u type same password both times
@WatchedHighlights
@WatchedHighlights 2 ай бұрын
you have not downloaded the .PEM file
@WatchedHighlights
@WatchedHighlights 2 ай бұрын
encryption_public_key.pem
@bilkisshaikh3063
@bilkisshaikh3063 9 ай бұрын
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
@allsourcecode6471
@allsourcecode6471 9 ай бұрын
send me video of ur issue on telegram. @sourcecode24
@chinnu1295
@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
@allsourcecode6471 Жыл бұрын
when u created the release of application on that time key store file generated with extension.jks.
@allsourcecode6471
@allsourcecode6471 Жыл бұрын
still facing issue kindly do contact on telegram @sourcecode24
@allsourcecode6471
@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.
@bilkisshaikh3063
@bilkisshaikh3063 9 ай бұрын
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
@chinnu1295
@chinnu1295 9 ай бұрын
@@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
@gganand
@gganand 11 ай бұрын
I wasted 8 minutes , thank you. unless you put how to generate keystore its waste of time
@allsourcecode6471
@allsourcecode6471 11 ай бұрын
thanks for ur feedback. whats ur issue tell us.
@whoankitsharma
@whoankitsharma Жыл бұрын
how u got keystore file
@allsourcecode6471
@allsourcecode6471 Жыл бұрын
already explained in it by using pepkey tool.
@legeminus
@legeminus 5 ай бұрын
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
@dqdevelop Жыл бұрын
what is the password of bubby
@allsourcecode6471
@allsourcecode6471 Жыл бұрын
which one
@Chipplux
@Chipplux Жыл бұрын
how do you create number.keystore (.keystore file ) just the way am seeing number. keystore
@allsourcecode6471
@allsourcecode6471 Жыл бұрын
by using pepkey tool.all process described in this video.watch all steps
App Bundles: Everything to know about Play App Signing - MAD Skills
9:29
Android Developers
Рет қаралды 114 М.
How to Publish an Android App to Google Play | Updated 2024
17:10
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
Publish your UNITY game on Google Play Store - 2023 guide
14:01
Coco Code
Рет қаралды 226 М.
AI Is Making You An Illiterate Programmer
27:22
ThePrimeTime
Рет қаралды 243 М.
How to publish Expo React Native App to Google Play Store
34:35
notJust․dev
Рет қаралды 114 М.
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19