User is not eligible for this purchase - in app bi

2019-01-17 11:22发布

I'm getting

"User is not eligible for this purchase"

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

I've uploaded singed apk in google play, published the billing item(in app product), saved the apk as draft, still getting this error.

Also I was trying to purchase from test user device.

9条回答
地球回转人心会变
2楼-- · 2019-01-17 11:25

There is a now an additional situation which can result in the "User is not eligible" message.

It comes down to this recent change in the licensing system:

The Licensing keys are now managed for each app individually. To see the license key for an application, switch to the new design and go to the Services and APIs for the application

You can no longer use the old "shared" license key when creating new apps. You must switch the Google play developer console to the "new design" and use the license key for each specific app from that app's Services and APIs section.

If you try to use the old shared key the behavior is as follows:

  1. If app is not yet published, tester will receive "User is not eligible for this purchase" message.
  2. If app is published, user will go through purchase process and be charged for purchase, but the app will not receive a "purchase success" message.

TL;DR: Make sure you are using the new per-app license key and that you have copied it correctly.

查看更多
时光不老,我们不散
3楼-- · 2019-01-17 11:30

I met this problem and was bothered for one or two day.I delete the test device's gmail and added it again. After then it works.

查看更多
贼婆χ
4楼-- · 2019-01-17 11:31

I had the same issue. I fixed it by uploading apk via "Old Design" of Developer Console. Steps:

  1. rename application package.
  2. create release build and sign it with your developer key.
  3. upload it to the Developer Console Old Design. You will be asked about switching to the new design for getting public key. DON'T do it.
  4. Perform all next actions from Old Design.
  5. After creatind and publishing inApp content switch to the New Design and take your application security key.
  6. Put new key to your application, rebiuld and resign.
  7. Install your application to the device.
  8. Wait 2-3 hours. Profit.

lved it. There is some problem in the "New Design" of Developer Console. I deleted the apk and created a new app from "old design" and it worked. Price points(In-App products) got automatically added again as the app package name is exactly the same as old one I deleted.

Also make sured the new public key is used which is app specific now.

查看更多
Ridiculous、
5楼-- · 2019-01-17 11:32

Make sure you fill in the @gmail.com address as a licensed test account. Other e-mail addresses associated with your Google account will NOT work.

查看更多
你好瞎i
6楼-- · 2019-01-17 11:34

For the "Unpublisched" app, enter your email account under "Account details" and "Gmail accounts with testing access" in Play Developer Console. Also one need to wait 24 hours.

查看更多
做自己的国王
7楼-- · 2019-01-17 11:36

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

查看更多
登录 后发表回答