I developed an android project for a customer which I signed with my own generated keystore.
Now I’d like to hand over the project to a different developer; (how) is it possible for him to sign the app and submit it to the market – without my keystore? Can I generate a file for him or how does that work?
Thanks a lot!
Signing Your Applications is detailed in the Android documentation:
This basically means that any developer will need to sign updates with your keystore, or users won’t be able to install the new version.
You can modify the passwords for your keystore but you generating a new keystore will cause problems for your users. If you generate a new keystore, you’ll have to remove the app from the Market and submit a new version. Existing users will not be able to upgrade – they’ll need to uninstall and install the new version.