I published application and by mistake I uploaded old apk and unfortunately I have also lost my old key store. So console is not accepting new apk with new key store. Now if unpublish app,then can I publish app again with same name and package or not. What better I could do with this problem..? Or I need to change everything from application name to package. Please help.
Asked
Active
Viewed 4,816 times
1
-
You have to change your application `android:versionCode` and `android:versionName` in your manifest file only after that you can upload it with the same package name. – GrIsHu Sep 12 '13 at 05:54
1 Answers
3
You need to change packagename
. Same package name not accepted again. So rename your packagename
with new keystore
, publish your app again.

Community
- 1
- 1

Hardik Joshi
- 9,477
- 12
- 61
- 113
-
Hey @Hardy thanks for the reply. But can I use the same application name or i need to change that also with the package name. – Dory Sep 12 '13 at 05:58
-
-
1Okay So I need to unpublish application first, and rename my packagename not the application name and create new apk and publish. That would solve my problem am I right. – Dory Sep 12 '13 at 06:04
-
-
Hey @hardy thnks for reply. But I have notice one problem that an unpublished application will be still accessible through url. Is there any way to make it unaccessible. – Dory Sep 12 '13 at 11:37
-