Home > Net >  how to keystore to jks to sign apk
how to keystore to jks to sign apk

Time:02-19

I make an app on kodular. now I want to shift my app in the flutter. I have kodular app sha key & Keystore file. now, how can I use them in the flutter. In flutter, I need key hash for Facebook login & jks file. How can I get this? Please help. how can I migrate

CodePudding user response:

I've also moved my Kodular project to flutter. Check this official documentation, it will help you. And you can use this website to get Key Hash from SH1

  • Related