getSkuDetails() returns 0 items returns empty array DETAILS_LIST

时光总嘲笑我的痴心妄想 提交于 2019-12-06 12:11:05

Draft app testing is no long supported for testing in-app purchases. Hence you are getting an empty response.

  1. You need to move them to alpha or beta channel or
  2. Add a static response.

https://developer.android.com/google/play/billing/billing_testing.html#draft_apps

Previously you could test an app by uploading an unpublished "draft" version. This functionality is no longer supported. However, you can test your app with static responses even before you upload it to the Google Play Store. For more information, see Test with static responses.

Source official documentation

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