【发布时间】:2013-05-09 00:25:26
【问题描述】:
我从here 找到以下代码来从 google play store 获取产品列表
ArrayList skuList = new ArrayList();
skuList.add("premiumUpgrade");
skuList.add("gas");
Bundle querySkus = new Bundle();
querySkus.putStringArrayList(“ITEM_ID_LIST”, skuList);
有没有办法获取动态产品列表?这里是硬编码的。当我在应用启动后添加新产品时会发生什么?
【问题讨论】:
-
有什么更新吗?
-
2019 年有什么更新吗?
-
这里有一个解决方法:stackoverflow.com/a/66928444/11725250
标签: android google-play-services android-billing