Re: [android-developers] Market app version question

2010-08-25 Thread Alex Xin
Hi,

In fact I'm now implementing an app mgr, so I want to check all apps latest
version that user installed on his/her phone. That's why I must login to
Google server :)

Thanks & BRs,

Alex

On Wed, Aug 25, 2010 at 11:37 PM, { Devdroid } wrote:

> > Why you do not make your app quering *your* server then? And your server
> > querys google.
>
> To make things clear - I do not mean your server to offer same API google
> maket
> does. All you need is to expose recent version number of your app. It
> can be in any form you app would be able to query and parse (text
> file, static XML
> file, whatever). Your app gets that data from your server and compares with
> versionCode and you're done. It's not importat if you get that info on
> the server
> by hand or any other way
>
> --
> 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
>

-- 
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] Market app version question

2010-08-25 Thread { Devdroid }
> Why you do not make your app quering *your* server then? And your server
> querys google.

To make things clear - I do not mean your server to offer same API google maket
does. All you need is to expose recent version number of your app. It
can be in any form you app would be able to query and parse (text
file, static XML
file, whatever). Your app gets that data from your server and compares with
versionCode and you're done. It's not importat if you get that info on
the server
by hand or any other way

-- 
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] Market app version question

2010-08-25 Thread { Devdroid }
On 24 August 2010 16:12, Alex Xin  wrote:
> Hi,
> I've check out the android-market-api, it's great but I have a problem: It
> requires me to use my Google account to login, I can do that, but if I ask
> my user to to the same thing, are there any risks for my users that their
> google account may banned because too many connections to Google server?

Why you do not make your app quering *your* server then? And your server
querys google.

-- 
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] Market app version question

2010-08-24 Thread Alex Xin
Hi,

I've check out the android-market-api, it's great but I have a problem: It
requires me to use my Google account to login, I can do that, but if I ask
my user to to the same thing, are there any risks for my users that their
google account may banned because too many connections to Google server?

Thanks

On Mon, Aug 23, 2010 at 9:52 PM, { Devdroid } wrote:

> On 23 August 2010 15:41, Alex Xin  wrote:
> > oh, sorry for my poor English, I mean, if I know a app's package name and
> > that app is listed on Android Market, are there any ways I can get its
> > version from market using SDK? then I could know if I need a software
> update
>
> http://code.google.com/p/android-market-api/
>
> --
> 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
>

-- 
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] Market app version question

2010-08-23 Thread { Devdroid }
On 23 August 2010 15:41, Alex Xin  wrote:
> oh, sorry for my poor English, I mean, if I know a app's package name and
> that app is listed on Android Market, are there any ways I can get its
> version from market using SDK? then I could know if I need a software update

http://code.google.com/p/android-market-api/

-- 
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] Market app version question

2010-08-23 Thread Alex Xin
oh, sorry for my poor English, I mean, if I know a app's package name and
that app is listed on Android Market, are there any ways I can get its
version from market using SDK? then I could know if I need a software update

On Mon, Aug 23, 2010 at 8:44 PM, TreKing  wrote:

> On Sun, Aug 22, 2010 at 11:49 PM, Alex Xin  wrote:
>
>> Are there any ways I could use to get the installed app's latest version
>> from Market? Just like some version tracking app.
>
>
> Can you elaborate? I'm not quite sure what you're asking.
>
>
> -
> TreKing  - Chicago
> transit tracking app for Android-powered devices
>
>  --
> 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
>

-- 
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] Market app version question

2010-08-23 Thread TreKing
On Sun, Aug 22, 2010 at 11:49 PM, Alex Xin  wrote:

> Are there any ways I could use to get the installed app's latest version
> from Market? Just like some version tracking app.


Can you elaborate? I'm not quite sure what you're asking.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

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

[android-developers] Market app version question

2010-08-22 Thread Alex Xin
Hi,

Are there any ways I could use to get the installed app's latest version
from Market? Just like some version tracking app.

Thanks & BRs,

Alex

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