Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Having multiple versions of the same app in the market
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
fry  
View profile  
 More options Feb 19 2009, 7:13 am
From: fry <bender...@gmail.com>
Date: Thu, 19 Feb 2009 04:13:25 -0800 (PST)
Local: Thurs, Feb 19 2009 7:13 am
Subject: Having multiple versions of the same app in the market
Hello,

I am planning to have two versions of the same app available in the
market - let's say "App-Lite" and "App-Advanced". They both almost the
same core functionality, but App-Advanced has a bit more specific
features, than the App-Lite has.

Now I am thinking what would be the strategy of deploying those two
apps in the market.

The simple way is to provide different namespace in
AndroidManifest.xml for both apps, so "App-Lite" and "App-Advanced"
would show up as two completely different applications and could be
installed parallel on the same device.

But I'm also thinking about another way of installing the App-Advanced
version - like an upgrade to the App-Lite which might be already
installed. To do this, I can just set the same namespace for both app
in AndroidManifest.xml, so after installing one app would replace the
other one - I can do this from adb command line, but I'm not sure how
android market would behave in this case. Will it show them as two
different apps, will it show them as two different versions of the
same app with the ability to upgrade from one version to another, or
it just will not allow to publish two apps with the same namespace? Is
this scenario doable with Android Market?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
jarkman  
View profile  
 More options Feb 19 2009, 8:42 am
From: jarkman <jark...@gmail.com>
Date: Thu, 19 Feb 2009 05:42:25 -0800 (PST)
Local: Thurs, Feb 19 2009 8:42 am
Subject: Re: Having multiple versions of the same app in the market
I'd love to get a definitive answer to the same question. I was askign
something similar yesterday:
http://groups.google.com/group/android-developers/browse_thread/threa...

Experiment suggests that the Market won't let you upload two different
APKs with the same package name as different apps, so I think the
scenario you describe won't work.

It would be very helpful to hear Google's take on this problem, since
they have presumably thought out how the Market should work for light
& full builds of the same app.

R.

On Feb 19, 12:13 pm, fry <bender...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ed Burnette  
View profile  
 More options Feb 19 2009, 3:20 pm
From: Ed Burnette <ed.burne...@gmail.com>
Date: Thu, 19 Feb 2009 12:20:21 -0800 (PST)
Local: Thurs, Feb 19 2009 3:20 pm
Subject: Re: Having multiple versions of the same app in the market
I suggest you treat them as two different applications. Set the name
of the free one to include the word "Lite" or "Free", and then upload
your fancier version with a slightly different package name and a non-
zero price, calling that one your "Pro" version (or just leave off the
suffix). That's what I did with Re-Translate, see http://blogs.zdnet.com/Burnette/?p=776
for more details.

Given the 24-hour return policy, though, another option for Android
programs that you don't have for iPhone apps is to *only* have a paid
version. To try it, users would have to first pay for it, and then
they'd have 24 hours to decide whether or not to keep it.

-- Ed Burnette
"Hello, Android: Introducing Google's Mobile Development Platform" -
now available
http://www.pragprog.com/titles/eband/hello-android

On Feb 19, 8:42 am, jarkman <jark...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »