In App Billing - product not found

后端 未结 1 764
不知归路
不知归路 2021-01-14 17:45

I need help with my Android in-app-purchase. I set up the library IInAppBillingService.aidl. Then I did everything I saw in some good looking tutorials and before I did this

相关标签:
1条回答
  • 2021-01-14 18:24

    I have the same error. While I have not found the cause of my error, I will provide a concise list of solutions to try that have resolved this error for others.

    The app should be signed and uploaded to the developer console. If it is not uploaded to "Production", several more of the following could apply

    The in-app item has to have the status "Active".

    Enter an account other than the developer account in "testing access" portion of the Developer Console -> Settings.

    Use a device with the primary account in the "testing access" that is not the developer account.

    Double check the spelling of your SKU/id.

    The uploaded apk and the apk used for testing have to be the same version and identically signed. This is generally not true if you are running the app through Eclipse. The simplest one shot solution is to side install the exact same apk file you uploaded onto the test device.

    Double check the license key.

    EDIT: "Publish" the app. This includes screenshots, description, etc. It can still be in Alpha/Beta testing.

    Wait 3 hours for app, SKU and testing accounts to be propagated.

    The following is a link to my question that includes many links related to this question. “The item you were attempting to purchase could not be found” Android in-app billing

    0 讨论(0)
提交回复
热议问题