how to change the signature for apk on google play?I want to know how to change the signature for apk on google play.
If you'd like to update the signature for your app on Google Play, you'll need to generate a new signed APK with a different keystore. Once you have your new signed APK, you can upload it to the Play Console and publish it as an update to your existing app.
Here's a detailed guide on how to do this: https://support.google.com/googleplay/android-developer/answer/7384423?hl=en
There's no direct way to change the signature for an APK on Google Play. However, you can upload a new APK with a different signature and Google Play will treat it as a new app. Make sure to update the version code so that users can tell that it's a new app.