In-App billing not working (Your request could not be processed)

前端 未结 2 368
情深已故
情深已故 2021-01-17 12:19

Today I published my app, and when my friend tried to buy the in-app content the market says: \"Your request could not be processed. please try again\".

A few clarif

2条回答
  •  悲哀的现实
    2021-01-17 13:02

    Couple of things you have to consider.

    1. Check the public key [Must be your account public key.]
    2. Check if your friend is in the test account list for that product.(Remove it)
    3. In your code use logcat to find the status code. (Use billing receiver for any purchase request code). or Error : Developer Error.

    4. Be sure you are signing with correct keystore.

    FYI onRequestPurchaseResponse() inside Dungeon.java get the Response.

    Hope will help you.

提交回复
热议问题