Android Signing Key

Hi team,
I need your help regarding re-signing the apk generated via expo
The apk generated via expo was asking 28 permissions on the play store…
Hence it was suggested to me to decompile my apk & edit the AndroidManifest.xml
I successfully did that
But, now I have to re-sign my app
apksigner sign --ks my-release-key.jks --out my-app-release.apk my-app-unsigned-aligned.apk
i was following through the above command
what should i put for my-release-key.jks
Since i let expo take care of the key for me
Thanks in Advance :slightly_smiling_face:

You can run exp fetch:android:keystore to get the keystore that Expo generated.

3 Likes