[android-developers] In-App Purchase delay in 2.2 & 2.3

2011-08-25 Thread vinith
HI, I have tested in-app purchase in Android 2.1, 2.2, 2.3 and was able to complete the in-app purchase process till a couple of days back. But yesterday onwards I am receiving response as "Your order is processing. Your item will be available in a few minutes." in android 2.2 & 2.3 while doing i

[android-developers] Android Inapp Purchase Server Error

2011-08-23 Thread vinith
I receive Server error "A server error has occurred" while doing in- app purchase. This occurs after entering credit card details and clicking on buy button. Please help. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group

[android-developers] Re: In-App Purchase onPurchaseStateChange not called

2011-06-27 Thread vinith
gt; > Other than that, if you're running any version prior to 2.2 (2.1, or > earlier) you may be running into a known bug in in-app billing. > > http://code.google.com/p/marketbilling/issues/detail?id=7 > > -- Kostya > > 02.05.2011 8:27, vinith пишет: > >

[android-developers] In-App Purchase onPurchaseStateChange not called

2011-05-02 Thread vinith
Hi, I am trying to implement in-app purchase in my application. The method onPurchaseStateChange is never called. I tried running the sample in-app purchase application from android. But even in that the method is never called. I have followed android in-app market documents. Any help will be ap