User is not eligible for this purchase - in app billing

后端 未结 9 2051
一向
一向 2020-12-08 20:34

I\'m getting

\"User is not eligible for this purchase\"

message from google play while trying to purchase as a test.

I\'ve uploade

9条回答
  •  离开以前
    2020-12-08 20:57

    You must use, only, Test Account for Testing purposes. You can not use market account or others for purchasing your app while Testing.

    From Android Docs

    The synchronous response for a CHECK_BILLING_SUPPORTED request provides a Bundle with a server response code. A RESULT_OK response code indicates that in-app billing is supported; a RESULT_BILLING_UNAVAILABLE response code indicates that in-app billing is unavailable because the API version you specified is unrecognized or the user is not eligible to make in-app purchases (for example, the user resides in a country that does not allow in-app billing). A SERVER_ERROR can also be returned, indicating that there was a problem with the Google Play server.

    see details here

提交回复
热议问题