the item you requested is not available for purchase

前端 未结 17 1185
陌清茗
陌清茗 2020-11-28 20:19

I\'m trying to integrate Android Market in-app purchases into my app, but unfortunately coming across an annoying error every time I try to purchase a real inapp product.

相关标签:
17条回答
  • 2020-11-28 20:42

    please check if your using same test account mail id or not

    0 讨论(0)
  • 2020-11-28 20:43

    This happens when the product is Inactive on the Play Store, Activate the product and it should work fine.

    0 讨论(0)
  • 2020-11-28 20:46

    "Open Alpha Testing" or "Open Beta Testing" solved the problem for me, after trying all the methods suggested all over the internet.

    Go to Android Developer Console -> Your app -> APK then opt in to use Open Alpha/Beta testing. Send the link provided to yourself or testers.

    As long as they are logged in with that account on their Android device, they can test it.

    Good luck

    0 讨论(0)
  • 2020-11-28 20:46

    There could be three possibilities :

    1. Save your APK on google play as Draft and don't forget to activate this and publish your products with unique Ids.
    2. Check your Ids are same as product Ids on google play.
    3. or check for Item types are same e.g. Managed in both Google Play and your Code.

    If you are testing no need to publish the app. Just save it as a Draft. And Then wait for some time may be 2 to 3 hrs to activate this.

    0 讨论(0)
  • 2020-11-28 20:49

    Latest additions (2016/11):

    1. tester must ACCEPT testing request taken from the link taken from Developer Console (section: APK)

    2. app must be PUBLISHED: it is ok to publish in beta/alpha testing; INFO: if you hit "Publish" in Developer Console it will not publish the app on Production unless you propagate it to Production Tab (in section APK);

    0 讨论(0)
  • 2020-11-28 20:52

    For my case is need to go to get link from the APK tab's Opt-in URL. Open a browser and use the link. Then register as a tester in that page.

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