Android Google Play changing name of app [closed] - android

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Is it possible to change name of application after publishing it in Google Play?
I haven't published it yet but I'm going to do it.

Yes, you can change the name. You cannot change the package name.

Yes you can. Login into the Android Developers Console: http://developer.android.com/distribute/index.html
From the app you want to change from the list of the apps you have submitted.
On the bottom half of the package details tab you will see at Title field which you can update and it will change the name of your app.

If you have not published the app yet..then you can go to your project and change the name , sign the apk and upload it again.
You can change the app information at any point of time, without changing the version number of the app.

Related

How to restrict who can download my app in google play store? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I've developed an enterprise android app which targets specific set of users. Is there a way to restrict the app not to be downloadable by other persons.
Something like asking for a password before downloading the app, so that I can distribute the password to my specific app users.
You can use play store private channel feature which allows you to control which users or user groups can download the apps. Please have a read.
There is no way to restrict exactly download and install the app but nobody prevents you from asking for the password after the application starts.
To stay civilized, I would recommend to provide at least some useful functionality for all users as well, and do not forget to document in the description about the password.

Update android app [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I wrote (in Eclipse) and published android application last year. Since this time I started to use Android Studio. Moreover, I am not sure where is my last version of code.
Can I create new version of application and update old apk on google play?
Yes, as long you have the same package name and same signature.
Yes, you should use same package name and same signing certificate which was created by your first application export wizard.

How to register unique app name in playstore account? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am trying to register android application name unique in playstore.i will put apk after 2 month so is it possible to take unique name in playstore?so another can not take that particular name.please help me advance in thanks.
It is not possible. In Android market uniqueness is based on the package name of your Application while publishing in Google Play, not based on App Name. Your Application's Package Name must be unique.

android update luanching from app store [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I Have Some Android Application On Google Play Store Of Version GingerBread.Many Users Install the app from Store .Problem Is that Now i have Some Updates in My apps and I can't afford to upload new one and again ask users to uninstall the old one and install the new one.I want to show some notification on running app that user should asked to update the new version or not.Please Help Me to find out this solution and How can be this possible
You don't need to do anything for this. Just upload you new app with greater versionCode in the manifest with same key and package names. Google Play automatically does your job.
For update package name, release certificate should be the same, version shoul

Getting ready for Android Playstore [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have a question, If I want to upload my Android App to Market and have it not display in the Play Store until ready to go live can I do that, Something like reserve the name and game style until ready to release.
Yes, when you open the Developer Console and start entering your app details, you can click Save and not Publish. When you're ready to go live, click Publish. This is how you reserve your package namespace. There is no unique constraint on app name, but there is one on package namespace.
As the application name doesn't need to be unique, there is no way of reserving it.
The apps will be identified by the package name your application use. So just develop your app and upload it when it is ready.

Categories

Resources