This question already has answers here:
Is it possible to change the package name of an Android app on Google Play?
(7 answers)
Closed 2 years ago.
I uploaded my first app and realized I used the wrong package name. Now I'm wondering is there a way to change this?
If you have already published the app then No you cannot change the package name, but if it's not yet published you can just create a secondary application on the console with the right values
Related
This question already has answers here:
Publishing same app with different names in the Play store
(3 answers)
Closed 4 years ago.
I already published one app in play store.After that i made some changes in the code, now i want to publish that app with different name in play store.How can i release it with out affecting the previous app,so that previous app and present app are showing in play store.
Before doing any of this please go over to: https://play.google.com/about/developer-content-policy/#!?modal_active=none
This to ensure you are following the policies made by the google play store.
To achieve what you want you have to change the name and app identifier inside the android manifest.
Afterwards you can just upload it to play store.
This question already has answers here:
App not visible on Play Store [closed]
(2 answers)
Closed 6 years ago.
I am trying to search my app on play store using app name but could not find my app. But when we try to search using package name its show.
Any idea regarding app showing on top position by searching title of the app.Thanks in advance.
this is SEO factor. You need to include some keywords in description of your app, so it will become searchable. and if you added your app recently then your app will be available after few days.
and if your app performing well then it will come on top if you search by name.
This question already has answers here:
You need to add an icon to your APK while uploading App to google play
(5 answers)
Closed 7 years ago.
i have created an Android App using Eclipse. When i upload this app on Play Store, the same error has been shown again and again. Although I have also tried many solutions, this is still not uploaded. Kindly give me suggestions how to solve this error. Thanks.
in your manifest there is a part containing the icon name
android:icon="#drawable/icon_name"
make sure you have the specific icon icon_name.png in you resource.
This question already has answers here:
Android developer "Upload new APK to Production 99% complete" and stuck
(4 answers)
Closed 8 years ago.
When I update the App with the new apk. it gives the error as attached image.
says
Upload Failed, We could not save your changes, please try again
my package name is the same, same key store is used...
What will be the reasons ? Thanks
It is a known problem with Google Play today.
This question already has answers here:
Lost my keystore for uploaded app on android market [duplicate]
(2 answers)
Closed 9 years ago.
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.
You need to change packagename. Same package name not accepted again. So rename your packagename with new keystore, publish your app again.
More information here.