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
Message from discussion dynamic app downloaded from google play
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
 
Rudolf Hornig  
View profile  
 More options Sep 5 2012, 6:27 am
From: Rudolf Hornig <rudolf.hor...@gmail.com>
Date: Wed, 5 Sep 2012 03:27:14 -0700 (PDT)
Local: Wed, Sep 5 2012 6:27 am
Subject: Re: [android-developers] dynamic app downloaded from google play

Take a loog at google mobile analytics. It does gather referrer information
(i.e. the URL that was used to reach the googlePlay store). I'm not sure
abut the referrer site, but you can supply URL parameters to the Play Store
url. After installation those parameters are sent to your program in a
broadcast:

analytics does this by implementing a listener:

        <receiver

android:name="com.google.analytics.tracking.android.AnalyticsReceiver"
            android:exported="true"
            tools:ignore="ExportedReceiver">
            <intent-filter>
                *<action
android:name="com.android.vending.INSTALL_REFERRER" />*
            </intent-filter>
        </receiver>

I have not used this myself tough..

On Tuesday, September 4, 2012 6:08:32 PM UTC+2, TreKing wrote:

> On Tue, Sep 4, 2012 at 8:48 AM, Marcelo Tomio Hama <hama.ma...@gmail.com<javascript:>
> > wrote:

>> So, how can I properly implement this?

> I don't think you can.

>>  Does GooglePlay store provide a way to pass dynamic arguments to
>> downloaded apps?

> No.

>> Is it possible to pass a dynamic configuration file coupled with the .apk
>> in app download-time?

> No.

> --------------------------------------------------------------------------- ----------------------
> 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.