[android-developers] Re: Changing app name in market

2010-08-11 Thread Peter Webb


On Aug 11, 6:55 pm, { Devdroid } webnet.andr...@gmail.com wrote:
 On 11 August 2010 10:21, Peter Webb r.peter.w...@gmail.com wrote:

  This has come up before, but I'm still not clear.

  I published my first app last night. It sunk like a stone. I want to
  change its name. I don't want to force the few people who have
  downloaded it to get an update.

 Simply keep package name unchanged (manifest's package=.. - that's
 most important.
 Application name (application android:label=...) is just string shown to 
 end
 user.

  1. Change the android:label in the manifest to be the new name, and
  2. Resubmit it with the same version number

  Then the name in the market should change but not force an update.
  Is this correct?

 Correct. You may also need to manually change app Title in your
 developer console

Tried it.

The app name is set in the developer console; doesn't matter what you
use in the app.

Unfortunately, to change anything in the market youhave to re-load
your app, and it checks that the version number is higher before it
will accept the new apk. So you can't rename without also incrementing
the release number.



-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: Changing app name in market

2010-08-11 Thread { Devdroid }
 The app name is set in the developer console; doesn't matter what you
 use in the app.

What you can change in console  app title seen in Market. It got nothing
to do with app name itself.

 Unfortunately, to change anything in the market youhave to re-load
 your app,

Which is quite obvious if you ask me. APK changes does not populate
other way.

 and it checks that the version number is higher before it
 will accept the new apk.

How otherwise you would like to user know about the update?

 So you can't rename without also incrementing
 the release number.

Which is not big deal. You just made a change so update have to have
higher versionCode

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en