Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Feedback links for each market app
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
  4 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
 
Chris Stewart  
View profile  
 More options Mar 29 2011, 4:06 pm
From: Chris Stewart <cstewart...@gmail.com>
Date: Tue, 29 Mar 2011 16:06:36 -0400
Local: Tues, Mar 29 2011 4:06 pm
Subject: Feedback links for each market app

I've had functionality in my app that gives the user an easy way to provide
feedback to the Android Market, and additionally get a button to click for
updates when they're available.  Now that we're support both the Android
Market and the Amazon Appstore, we need to be able to manage both of those
for these scenarios.  My app was rejected by Amazon because the link was
going to the Android Market and not their own.

Besides removing that functionality from my app, which I'd like to avoid, is
there a way to distinguish which app store my app was downloaded from at
runtime?  Or, is there an intent I can fire that both respond to, and if so,
are any of you using that and getting through the Amazon approval process?

--
Chris Stewart
http://chriswstewart.com


 
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.
String  
View profile  
 More options Mar 29 2011, 4:33 pm
From: String <sterling.ud...@googlemail.com>
Date: Tue, 29 Mar 2011 13:33:48 -0700 (PDT)
Local: Tues, Mar 29 2011 4:33 pm
Subject: Re: Feedback links for each market app

On Tuesday, March 29, 2011 9:06:36 PM UTC+1, Chris Stewart wrote:

Besides removing that functionality from my app, which I'd like to avoid, is

> there a way to distinguish which app store my app was downloaded from at
> runtime?  Or, is there an intent I can fire that both respond to, and if so,
> are any of you using that and getting through the Amazon approval process?

I'm pretty sure the answer to both of these is "no." If you're using LVL,
you *could* take the approach that licensed => Google and unlicensed =>
Amazon, but I'm guessing you're not using LVL, or you would have come across
this by now.

In my apps, I've taken the approach of creating two library projects - one
for Google, one for Amazon - that contain all the channel-specific stuff
like this. Then I swap them out at build time and create 2 APKs. Others
accomplish the same thing with a compile-time flag they flip between
generating the two APKs, which works fine too.

String


 
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.
TreKing  
View profile  
 More options Mar 29 2011, 4:45 pm
From: TreKing <treking...@gmail.com>
Date: Tue, 29 Mar 2011 15:45:52 -0500
Local: Tues, Mar 29 2011 4:45 pm
Subject: Re: [android-developers] Re: Feedback links for each market app

On Tue, Mar 29, 2011 at 3:33 PM, String <sterling.ud...@googlemail.com>wrote:

> Others accomplish the same thing with a compile-time flag they flip between
> generating the two APKs, which works fine too.

That's what I do. Takes an extra 30 seconds.

--------------------------------------------------------------------------- ----------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices


 
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.
Chris Stewart  
View profile  
 More options Mar 29 2011, 4:51 pm
From: Chris Stewart <cstewart...@gmail.com>
Date: Tue, 29 Mar 2011 16:51:01 -0400
Local: Tues, Mar 29 2011 4:51 pm
Subject: Re: [android-developers] Re: Feedback links for each market app

> Others accomplish the same thing with a compile-time flag they flip

between generating the two APKs, which works fine too.

Good idea.  I'll go that route.

--
Chris Stewart
http://chriswstewart.com


 
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 »