[android-developers] Apk published in alpha channel not found in playstore

2016-05-01 Thread senthil sen
Hi,

I have published the sample app for in app purchase in the alpha channel 
mode. 
I linked few test accounts in the developer account in closed alpha group. 
Logged in with those test accounts in playstore after 2 to 3 hrs, I tried 
to access the url link where we can get the published app but I get the app 
not found in playstore.

May I know why the app published in alpha channel is not reflecting in the 
playstore link.

Below is the link where the sample app is published.

https://play.google.com/apps/testing/com.hexaware.inapp.trivialdrivesample.

Thanks,
Senthil M

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/0d56bf9c-3c1b-4f42-974e-1dc841a9738d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Retrieving Shoutcast Meta-Data from MediaPlayer not possible. Any alternative ?

2009-12-10 Thread senthil sen

Can you please share me the source code of how u are getting the meta
data of shoutcast stream. I am also trying to play a radio station.
But i am getting a small gap in between while playing.

thanks,
Sondy

On Nov 26, 8:23 pm, Ole  wrote:
> I've solved the issue.
>
> The solution is to simply get the meta-data separately from the
> MediaPlayer-stuff by connecting to the stream from time to time with
> HttpURLConnection and extracting the meta-data.

-- 
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] Re: UnknownHostException on 1.5 emulator

2009-07-13 Thread senthil sen

Hi friends,

I am also facing the same issue.. When i run my application for
sometime, suddenly the network is getting disconnected and i am
getting the unknownhostexception in my application. In that case if i
check the browser, the same exception occurs.I don't know why internet
is getting disconnected suddenly. It works fine only if i re start the
emulator again.  If any one knows and provides the solution, it will
be very much helpful for everyone.


thanks in advance,
Senthil.M

On Jun 8, 9:41 pm, Dimitris  wrote:
> I too get the same problem on emulator 1.5. After multiple test
> sessions suddenly the connection to the emulator hangs. I cannot use
> view my apps heap, threads or access any URI from the emulator. I have
> to restart the emulator to fix this.
>
> Hopefully this does not happen on my ADP1 coming here tomorrow.
>
> On Jun 8, 5:14 am, Peter Jeffe  wrote:
>
> > David, this is happening several times a day to me, forcing me to
> > restart my emulator.  I can't say I've seen it on the phone, and I'd
> > imagine we'd know about it if it was pervasive on the device, but it's
> > still worrisome.  Any update?
>
> > Also, any comment on the following?
>
> > > An unrelated concern: it seems like it's querying the server every
> > > time an application tries to resolve an address--doesn't the resolver
> > > cache at all?  I'm looking at records that have 2-hour TTLs but it's
> > > querying them every few minutes.  Seems to me this wastes battery and
> > > bandwidth and greatly increases application-level latency.
>
> > Thanks.
>
> > -- Peter
>
>

--~--~-~--~~~---~--~~
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] Re: UnknownHostException on 1.5 emulator

2009-07-13 Thread senthil sen


Hi friends,

I am also facing the same issue.. When i run my application for
sometime, suddenly the network is getting disconnected and i am
getting the unknownhostexception in my application. In that case if i
check the browser, the same exception occurs.I don't know why internet
is getting disconnected suddenly. It works fine only if i re start the
emulator again.  If any one knows and provides the solution, it will
be very much helpful for everyone.


thanks in advance,
Senthil.M

On Jun 8, 9:41 pm, Dimitris  wrote:
> I too get the same problem on emulator 1.5. After multiple test
> sessions suddenly the connection to the emulator hangs. I cannot use
> view my apps heap, threads or access any URI from the emulator. I have
> to restart the emulator to fix this.
>
> Hopefully this does not happen on my ADP1 coming here tomorrow.
>
> On Jun 8, 5:14 am, Peter Jeffe  wrote:
>
> > David, this is happening several times a day to me, forcing me to
> > restart my emulator.  I can't say I've seen it on the phone, and I'd
> > imagine we'd know about it if it was pervasive on the device, but it's
> > still worrisome.  Any update?
>
> > Also, any comment on the following?
>
> > > An unrelated concern: it seems like it's querying the server every
> > > time an application tries to resolve an address--doesn't the resolver
> > > cache at all?  I'm looking at records that have 2-hour TTLs but it's
> > > querying them every few minutes.  Seems to me this wastes battery and
> > > bandwidth and greatly increases application-level latency.
>
> > Thanks.
>
> > -- Peter
>
>

--~--~-~--~~~---~--~~
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] Re: UnknownHostException on 1.5 emulator

2009-07-13 Thread senthil sen

Hi friends,

I am also facing the same issue.. When i run my application for
sometime, suddenly the network is getting disconnected and i am
getting the unknownhostexception in my application. In that case if i
check the browser, the same exception occurs.I don't know why internet
is getting disconnected suddenly. It works fine only if i re start the
emulator again.  If any one knows and provides the solution, it will
be very much helpful for everyone.


thanks in advance,
Senthil.M

On Jun 8, 9:41 pm, Dimitris  wrote:
> I too get the same problem on emulator 1.5. After multiple test
> sessions suddenly the connection to the emulator hangs. I cannot use
> view my apps heap, threads or access any URI from the emulator. I have
> to restart the emulator to fix this.
>
> Hopefully this does not happen on my ADP1 coming here tomorrow.
>
> On Jun 8, 5:14 am, Peter Jeffe  wrote:
>
> > David, this is happening several times a day to me, forcing me to
> > restart my emulator.  I can't say I've seen it on the phone, and I'd
> > imagine we'd know about it if it was pervasive on the device, but it's
> > still worrisome.  Any update?
>
> > Also, any comment on the following?
>
> > > An unrelated concern: it seems like it's querying the server every
> > > time an application tries to resolve an address--doesn't the resolver
> > > cache at all?  I'm looking at records that have 2-hour TTLs but it's
> > > querying them every few minutes.  Seems to me this wastes battery and
> > > bandwidth and greatly increases application-level latency.
>
> > Thanks.
>
> > -- Peter
>
>

--~--~-~--~~~---~--~~
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] UnKnownHostException

2009-07-13 Thread senthil sen

Hi friends,

I am also facing the same issue.. When i run my application for
sometime, suddenly the network is getting disconnected and i am
getting the unknownhostexception in my application. In that case if i
check the browser, the same exception occurs.I don't know why internet
is getting disconnected suddenly. It works fine only if i re start the
emulator again.  If any one knows and provides the solution, it will
be very much helpful for everyone.


thanks in advance,
Senthil.M

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