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

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ม.ค. 2025

ความคิดเห็น • 39

  • @brutalbro3868
    @brutalbro3868 หลายเดือนก่อน +1

    bhai very gooooooooood

  • @ArgaRevata-rq9zj
    @ArgaRevata-rq9zj 8 หลายเดือนก่อน +1

    Thankyou soo much man, a very good tutorial!!

  • @gonchoc10
    @gonchoc10 9 หลายเดือนก่อน +1

    You saved me! Thanks!

  • @azanabbas4956
    @azanabbas4956 6 หลายเดือนก่อน

    You saved me..

  • @sheikhvlogs5
    @sheikhvlogs5 6 หลายเดือนก่อน

    Finally got the solution

  • @naturalthings1755
    @naturalthings1755 ปีที่แล้ว

    Finally got the solution

  • @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 8 หลายเดือนก่อน

      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 8 หลายเดือนก่อน

      @@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

  • @bilkisshaikh3063
    @bilkisshaikh3063 8 หลายเดือนก่อน

    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  8 หลายเดือนก่อน

      send me video of ur issue on telegram.
      @sourcecode24

  • @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 หลายเดือนก่อน

      you have not downloaded the .PEM file

    • @WatchedHighlights
      @WatchedHighlights หลายเดือนก่อน

      encryption_public_key.pem

  • @JacobeVasquez
    @JacobeVasquez ปีที่แล้ว +1

    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.

  • @gganand
    @gganand 11 หลายเดือนก่อน +1

    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 11 หลายเดือนก่อน

    what is the password of bubby

  • @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