Re: [android-developers] Re: In-app billing problem

2011-07-21 Thread Prash Prash
I made the changes in my app according to dungeons example. but in-app billing does not work. I always receive a mail for successful transaction and transaction is getting charged despite of creating a test account. I am receiving following messages. 07-21 16:56:56.542: DEBUG/vending(1035):

[android-developers] Re: In-app billing problem

2011-04-11 Thread ishihata
Hello Ivan/Kostya/Sebastian, I thought this problem is serious, so I contributed the issue to Market billing issue tracker for attention. http://code.google.com/p/marketbilling/issues/detail?id=7 I would like you to add your information here too. Thanks a lot! On Apr 11, 5:49 am, Kostya

Re: [android-developers] Re: In-app billing problem

2011-04-11 Thread Kostya Vasilyev
Ah. Didn't know there is a bug tracker specifically for billing. I just added my data to the issue. Now, the great thing is, there are only three bugs in in-app billing: http://code.google.com/p/marketbilling/issues/list ( Ok, four. I just entered another one ) -- Kostya 11.04.2011 11:33,

[android-developers] Re: In-app billing problem

2011-04-10 Thread ishihata
Hello, I am worried of the same problem, too. Logcat says as follows. WARN/GTalkService(1268): [DataMsgMgr] broadcast intent callback: result=CANCELLED forIntent { act=android.intent.action.REMOTE_INTENT cat=[com.android.vending.billing.IN_APP_NOTIFY] (has extras) } WARN/GTalkService(1268): TODO:

Re: [android-developers] Re: In-app billing problem

2011-04-10 Thread Sebastian Pereyro
Hi, Thanks for your info Ishihata, very useful. Now I am thinking more and more that this is a market issue. I am having the problem on a Motorola Cliq with Android 2.1-update1. I am in the US, so I don't think it is related to the country you are testing from. I would suggest adding your

Re: [android-developers] Re: In-app billing problem

2011-04-10 Thread Kostya Vasilyev
Sebastian Ishihata, I can also confirm this, although my sample size is much smaller: - Moto Milestone, 2.1u1, test purchase for android.test.purchased never completes; Weird logcat messages: D/vending ( 1521): [1] BaseBuyPageActivity.onOrderResponse(): state: CART_PURCHASE response:

[android-developers] Re: In-app billing problem

2011-04-08 Thread Seba
Hi, I am having the same exact issue here. I am getting the RESULT_OK response code, but after that we are supposed to get a PURCHASE_STATE_CHANGED, but that one never gets called. The description of the issue is the same, I wonder if there is something we are missing or something wrong with the