Any1 plz help me … in android
How to update the complete apk which is already installed in end user device….
Say for ex: Android market app which is installed in device is completly changed to googleplay apk…
how to do that….
Thanks in Advance…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want to upload a compleatly new apk (like whole new project) just keep the same Key when signing and the same Package name (e.g. com.example.App) and it will update like magic.