I have a question in regards to generating APK files and uploading them to google play store.
I have uploaded my apk currently in the play store. Now I sent my project to a developer to make some changes. When they send me the project back, I am guessing I will need to generate the apk signature again from android studio with the same keystore credentials as before.
If I do this and upload that apk to the playstore to replace the previous one, will the upload work or will there be a signature mismatch? I just want to know what's the correct procedure.
Thanks
Update:
So do I perform the following?
And then here do I keep the settings as is or do I untick the two tick boxes related to full apk signature and jar signature?