5

I am trying to test in-app-billing. But when I purchase a good digital, I am getting error message that "A server error has occurred. Retry, or cancel and return to previous screen".

Can you suggest me to fix this issue ?

Thanks.

Ferdinand
  • 1,193
  • 4
  • 23
  • 43
  • Try looking at the logcat output (from the Eclipse debug tab or 'adb logcat' from command line) – Joe Simpson May 16 '11 at 16:10
  • 1
    Elaborate the steps that you performed.. Have you got the in-app to show up its initialize screen? Also have you setup your market account(both in your app and in market) details? – Anoop Chandrika HarisudhanNair May 18 '11 at 04:56
  • Please give us more details. Have you uploaded it as a draft to the android market? – ertemplin May 20 '11 at 20:18
  • Yes. uploaded as draft. Then I got above message when try to purchase a digital good. I am in US. My carrier is AT&T. Thanks. – Ferdinand May 22 '11 at 09:22
  • @AndroidKid Yes. I got initialize screen. Then when click "buy" button, I am getting above message. – Ferdinand May 22 '11 at 09:39
  • @Ferdinand As suggested by JohnnyLambada, Google does restrict market features based on country and carrier,..etc. You might have any of those as a contradiction. Also it is recommended to update the Market app to the latest version for InApp to work correctly... – Anoop Chandrika HarisudhanNair May 26 '11 at 07:02

3 Answers3

1

Searching Google for this error message reveals a lot of users in non-US countries experiencing the same issue. Could it be that Google is blocking your phone from purchasing through a non-US carrier? Try someone else's app that also does in-app purchasing and see if you are able to purchase something using their app.

JohnnyLambada
  • 12,700
  • 11
  • 57
  • 61
0

Please look at this thread:

Application Error : This version of the application is not configured for Market Billing

I have the same problems after upload new version of my application. After 1-3 hours problem was gone. It's look like update problems on Google Play.

Community
  • 1
  • 1
mario
  • 1
0

Refer to this topic, a lot of fixes can be found here http://www.google.com/support/forum/p/Android%20Market/thread?tid=3f8673f746c68442&hl=en

Will Kru
  • 5,164
  • 3
  • 28
  • 41