Hi, I've searched around, but haven't found much info on this. I am implementing in app billing, and run through several successful tests with my unpublished app and a published in-app product. After I published the app however, I never seem to get back any indication that the purchase state actually changed to purchased (even though the charges go through).
I get the following errors in my logs, over and over: 08-11 11:52:13.955: WARN/vending(1677): [10] AsynchPurchaseInformation.onException(): Server error on InAppPurchaseInformationRequest: com.android.vending.api.ApiException: Error from backend. Request=com.android.vending.model.InAppPurchaseInformationRequest, Response=BAD_REQUEST 08-11 11:52:14.885: ERROR/vending(1677): [10] RequestRunnable.run(): Got ApiException from async request: Error from backend. Request=com.android.vending.model.InAppPurchaseInformationRequest, Response=BAD_REQUEST 08-11 11:52:15.895: ERROR/vending(1677): [10] RequestRunnable.run(): Got ApiException from async request: Error from backend. Request=com.android.vending.model.InAppPurchaseInformationRequest, Response=BAD_REQUEST 08-11 11:52:17.335: ERROR/vending(1677): [10] RequestRunnable.run(): Got ApiException from async request: Error from backend. Request=com.android.vending.model.InAppPurchaseInformationRequest, Response=BAD_REQUEST 08-11 11:52:20.095: ERROR/vending(1677): [10] RequestRunnable.run(): Got ApiException from async request: Error from backend. Request=com.android.vending.model.InAppPurchaseInformationRequest, Response=BAD_REQUEST 08-11 11:52:25.536: ERROR/vending(1677): [10] RequestRunnable.run(): Got ApiException from async request: Error from backend. Request=com.android.vending.model.InAppPurchaseInformationRequest, Response=BAD_REQUEST 08-11 11:52:25.555: WARN/vending(1677): [10] AsynchPurchaseInformation.onException(): Server error on InAppPurchaseInformationRequest: com.android.vending.api.ApiException: Error from backend. Request=com.android.vending.model.InAppPurchaseInformationRequest, Response=BAD_REQUEST 08-11 11:52:26.245: ERROR/vending(1677): [10] RequestRunnable.run(): Got ApiException from async request: Error from backend. Request=com.android.vending.model.InAppPurchaseInformationRequest, Response=BAD_REQUEST 08-11 11:52:27.235: ERROR/vending(1677): [10] RequestRunnable.run(): Got ApiException from async request: Error from backend. Request=com.android.vending.model.InAppPurchaseInformationRequest, Response=BAD_REQUEST I can't seem to find any info on this BAD_REQUEST response. Has anybody else seen/dealt with this, or have any suggestions for what could be going on? I haven't made any changes to the code that was working previously, when I was testing with the unpublished app. Thanks, Simon -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

