I'm developing an App for a third party. The client should receive an APK for him to manually upload to the Google Play Store.
For this, I created a new Keystore, and saved the signed APK to disk. Do I need to do anything else before sending the client the APK?
I'm asking this because for iOS I had to walkthrough the client to create and send me the appropriate certificates and private key for me to sign the .ipa file.
Is it this simple for Android? Or do I need to take additional steps into consideration?
Thank you