Android IABv3 getSkuDetails not returning Sku Details

☆樱花仙子☆ 提交于 2019-12-04 04:27:51
szkj

I'm getting the same empty bundle since yesterday. This question is not the same thing, but it was asked recently, and seems to be related: Android inventory.getSkuDetails() returning null
(I have experienced this one too about 2 weeks ago)

First answer states: "they say they have made changes which requires the apk to be published before adding in app purchases they recommend uploading the apk to alpha testing channel and published (not in draft mode)."

I will try this, perhaps it solves the problem.

Update: I published the app, but the developer console wrote that the modifications does not take effect immediately. After some hours the problem existed, but today it works well.

I had this same problem. In my case the following worked:

  1. Make sure it's actually published in alpha, beta, or production. If it appears, for example, as "Draft in Alpha" or beta then you haven't published in. Publishing means that you also need to upload the minimum required assets for Google Play, descriptions, content ratings, etc (See the APK, Store Listing, and Content Rating tabs in the developer console).
  2. At least for alpha and beta testing, there is a list of testers that you must create and add each tester's email. Look for the "Manage Testers" section in the Alpha Testing or Beta Testing tab.
  3. Each tester must also accept to be a tester. There is an opt-in URL link which you must send to your testers, and they must click on the link and accepts the conditions.
  4. After all that is done, you still have to wait about 1 hour before the purchase details start to appear.

Hope this helps!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!